-
Notifications
You must be signed in to change notification settings - Fork 16.4k
AIP-64: Add REST API endpoints for TI try level details #40441
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-64: Add REST API endpoints for TI try level details #40441
Conversation
03f772a to
7a19cb8
Compare
7a19cb8 to
3954417
Compare
|
@ephraimbuddy if a try number does not exist should we return 404 status code instead of 200? |
Looks like you are not using this endpoint? What I see there is log endpoint? |
7d90127 to
9b00ab4
Compare
9b00ab4 to
0bcb5d7
Compare
|
Are we planning to include a list endpoint in the REST API? Then we could get replace this webserver endpoint: https://github.com/apache/airflow/blob/main/airflow/www/views.py#L3616 |
We can modify the existing get taskinstances endpoint to include the taskinstance history but looking at the view, it seems only to get the history part and not the current TI? |
0bcb5d7 to
cf1a437
Compare
* AIP-64: Add REST API endpoints for TI try level details This PR adds REST API endpoints for task instance/mapped task instance try level details. * Add tests * Fix query * add more tests * Remove relationships


This PR adds REST API endpoints for task instance/mapped task instance try level details.