mobuchowski commented on code in PR #44547:
URL: https://github.com/apache/airflow/pull/44547#discussion_r1900837192
##########
airflow/models/taskinstance.py:
##########
@@ -1127,7 +1127,8 @@ def _handle_failure(
)
if not test_mode:
- TaskInstance.save_to_db(failure_context["ti"], session)
+ task_instance.dag_run.refresh_from_db()
Review Comment:
@jscheffl to not block on current issues, reopened this as Airflow 2.X only
change: https://github.com/apache/airflow/pull/45348
--
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]