github-actions[bot] opened a new pull request, #61846:
URL: https://github.com/apache/airflow/pull/61846

   * Fix scheduler crash when enqueuing TI with null dag_version_id
   
   After upgrade from AF2, TIs might be without dag_version_id since
   we don't enforce this at the DB level. The solution here is to skip
   enqueing such TIs until the verify_integrity runs which would update
   the dag_version_id of the TI.
   
   Initially, the TI would be stuck but would later be cleared when
   the handle tasks stuck in queued deems it fit.
   
   * update warning log
   
   * update warning log
   
   * Update the caplog level in test
   (cherry picked from commit 71f84fa3d88adb73f139463fb59b3ca7154f0b11)
   
   Co-authored-by: Ephraim Anierobi <[email protected]>


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