apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
37.27k stars 14.34k forks source link

AIP-84 Get Mapped Task Instance Try Details #44206

Closed kandharvishnu closed 2 days ago

kandharvishnu commented 2 days ago

related to: https://github.com/apache/airflow/issues/42370


kandharvishnu commented 2 days ago

Looking good overall beside @rawwar comments.

yes, removed the print statements

rawwar commented 2 days ago

Just noticed logical_date is missing in response model(TaskInstanceHistoryResponse). Is this intentional ?

kandharvishnu commented 2 days ago

Just noticed logical_date is missing in response model(TaskInstanceHistoryResponse). Is this intentional ?

TaskInstanceHistoryResponse return logical_date

image
rawwar commented 2 days ago

I saw the response Here and saw it had execution_date

kandharvishnu commented 2 days ago

I saw the response Here and saw it had execution_date

I have raised a PR to fix that - https://github.com/apache/airflow/pull/43830