Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support projections in metadata schema SQL query #25

Open
machristie opened this issue Mar 21, 2023 · 0 comments
Open

Support projections in metadata schema SQL query #25

machristie opened this issue Mar 21, 2023 · 0 comments

Comments

@machristie
Copy link
Contributor

Currently the SQL query will return all matching DataProduct instances. So, for example, it only ever makes sense to issue a query that begins SELECT * FROM .... But it could be useful to return only a subset of metadata schema fields, both because it would be a smaller payload and because the client wouldn't need to retrieve the metadata schema field values from the 'metadata' field of each DataProduct.

It would be good to develop a compelling use case first though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant