The GitHub Actions job "Tests (AMD)" on airflow.git/fix/triggerer-pin-dag-version has failed. Run started by GitHub user seanghaeli (triggered by seanghaeli).
Head commit for run: 4ce124c4c08804f95bbe5d9886b01fa5134d6779 / Sean Ghaeli <[email protected]> Skip triggers whose task is missing from the resolved Dag version For an unpinned run the resolved (latest) Dag version may no longer contain a renamed or removed deferred task. get_task() then raised TaskNotFound, which nothing on the load_triggers path caught, killing the whole triggerer; assign_unassigned re-handed the same trigger to the restarted triggerer, producing a crash loop. Guard the lookup and fall through to the plain workload, mirroring the guard in the execution API. Also introduce DBDagBag.get_serialized_dag_model_for_run so the triggerer uses a public API instead of the private _version_from_dag_run helper, as requested in review. Report URL: https://github.com/apache/airflow/actions/runs/32189514138 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
