forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent scheduler crash when serialized dag is missing (apache#19113)
Scheduler._send_dag_callbacks_to_processor calls dag_run.get_dag which raises exception. This PR changes to calling dagbag.get_dag and changing Scheduler._send_dag_callbacks_to_processor args to accept dag instead of dag_run. (cherry picked from commit 5dc375a)
- Loading branch information
1 parent
2c569f4
commit 78316ce
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters