The GitHub Actions job "Tests" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
71f84fa3d88adb73f139463fb59b3ca7154f0b11 / Ephraim Anierobi 
<[email protected]>
Fix scheduler crash when enqueuing TI with null dag_version_id (#61813)

* 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

Report URL: https://github.com/apache/airflow/actions/runs/21982088724

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to