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

List all the tables - Fastapi framework #2985

Closed
8 tasks
PriyaBasker23 opened this issue Jan 17, 2024 · 2 comments
Closed
8 tasks

List all the tables - Fastapi framework #2985

PriyaBasker23 opened this issue Jan 17, 2024 · 2 comments

Comments

@PriyaBasker23
Copy link
Contributor

PriyaBasker23 commented Jan 17, 2024

User Story

As a developer
I need to be able to programmatically get a list of all existing data product names
So that i can easily display these in a UI

Value / Purpose

To easily obtain a list of all existing tables in the data product

Hypothesis

If we request a list of all data products
Then an api response returns a list of all tables in the data product

Proposal

Should be a get method on /tables (as is currently, although would be nicer if we made some of these collections plural)

Information about the data product will be passed in the query string of the request

Method - Get

Additional Information

  • Develop a Pydantic model, aiming for a single model for each endpoint to eliminate optional fields.
  • Incorporate unit tests,
  • Illustrate an integration example with the firebreak, showcasing the functionality of the endpoint.
  • For the present, omit the inclusion of authentication requirements.
  • Ensure Documentation of the endpoint is working
  • Add approriate logging which will be useful debugging

Definition of Done

  • Another team member has reviewed
  • Tests are green
@PriyaBasker23 PriyaBasker23 converted this from a draft issue Jan 17, 2024
@PriyaBasker23 PriyaBasker23 changed the title Api End point - List all the data products List all the tables - Fastapi framework Jan 17, 2024
Copy link
Contributor

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.

@github-actions github-actions bot added the stale label Mar 23, 2024
Copy link
Contributor

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!

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done ✅
Development

No branches or pull requests

3 participants