ephraimbuddy opened a new pull request, #68253:
URL: https://github.com/apache/airflow/pull/68253
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
##### Was generative AI tooling used to co-author this PR?
- [x] Yes (please specify the tool below)
claude opus 4.8
--
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]