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

Head commit for run:
04f19d19b079aeefbf51cf31aa643c60b5951b34 / Ephraim Anierobi 
<[email protected]>
Fix scheduler crashloop when last task instance predates Dag versioning (#68253)

* Fix scheduler crashloop when last task instance predates Dag versioning

Historical task instances created before the dag_version table existed
have dag_version_id=None. When the scheduler built a dag callback context
with such a TI as last_ti, the non-null UUID datamodel validation raised
a ValidationError and crashlooped the scheduler. Drop last_ti in that
case so the callback still fires with a minimal context.

closes: #68248

* Remove issue number from test docstrings

Test docstrings should describe behavior, not track tickets.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to