robinedwards opened a new pull request #18979:
URL: https://github.com/apache/airflow/pull/18979


   Insert into task_fail table fails when reaping zombies from the dag 
processor.
   
   The dag_run property isn't populated by `ti.refresh_from_db()` or by the 
failure handler.
   This resulted in an IntegrityError violating the NOT NULL constraint on 
execution_date in the task_fail table on Airflow 2.2.0
   
   See #18943 for details


-- 
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]


Reply via email to