jason810496 commented on issue #45995: URL: https://github.com/apache/airflow/issues/45995#issuecomment-2628996472
After reading through AIP-63, 64, and 65 and reviewing the related codebase today, this endpoint should also consider `TaskInstanceHistory`, right? It should join `DagRun`, `TaskInstance`, `TaskInstanceHistory`, and `DagVersion`, somewhat like `get_task_instance_tries`, but with granularity not down to the `task_id` level. https://github.com/apache/airflow/blob/260a988292855569e55777bcd1c7a085be3db0c1/airflow/api_fastapi/core_api/routes/public/task_instances.py#L260-L293 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
