This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 12e17d1726 openlineage: replace dt.now with
airflow.utils.timezone.utcnow (#40887)
add 8b111d14f1 AIP-64: Add REST API endpoints for TI try level details
(#40441)
No new revisions were added by this update.
Summary of changes:
.../endpoints/task_instance_endpoint.py | 60 +++++
airflow/api_connexion/openapi/v1.yaml | 59 +++++
.../api_connexion/schemas/task_instance_schema.py | 34 +++
airflow/www/static/js/types/api-generated.ts | 84 +++++++
.../endpoints/test_task_instance_endpoint.py | 271 +++++++++++++++++++++
5 files changed, 508 insertions(+)