-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
AIP-84 Migrate /object/grid_data from views to FastAPI #42595
Comments
I mentioned in the main epic how we want to refactor this endpoint. I think we can have Also, it would be nice to calculate summaries of mapped tasks and task groups (determine the overall state, give a breakdown of counts of children states, determine earliest queued, earliest start_date and latest end_date). By separting runs from the task structure we can add pagination and filtering to the |
@bbovenzi I am not sure if I grasp all the parts. I will work on this and create a PR soon. Let's discuss in the PR to make this work how you imagined |
That's alright. This is a complicated endpoint. Something like:
Where the
|
Thanks for the details! It's clear now. |
Description
Migrate
views
/object/grid_data
to Fast API.Use case/motivation
AIP-84
Related issues
Relates to: #42366
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: