-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fetch list of data products from datahub #2984
Comments
GraphQL query. Both the interactive query builder on the datahub frontend and the docs on the data product entity are useful https://datahubproject.io/docs/generated/metamodel/entities/dataproduct/
|
This one is way faster. The subquery to parse the asset(dataset) names is what's taking the time
|
I've got this working in python; just have to integrate the response into the frontend and put eg the api url in the right place in the config |
This issue is being marked as stale because it has been open for 60 days with no activity. Remove stale label or comment to keep the issue open. |
This issue is being closed because it has been open for a further 7 days with no activity. If this is still a valid issue, please reopen it, Thank you! |
User Story
As a developer, I want to compile a comprehensive list of tables within the frontend for presentation to users.
Value / Purpose
The primary objective is to display categorised tables, organised by domains and data products.
Hypothesis
Implementing this functionality will facilitate the delivery of the frontend to users and support iterative development based on feedback.
Proposal
a. Develop a dedicated endpoint in FastAPI to handle the list of data products functionality.
b. Invoke the Python function from the created endpoint to ensure seamless integration.
Definition of Done
The frontend should successfully display a categorised list of data products, organised by both domains and data products.
The text was updated successfully, but these errors were encountered: