Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent scheduler crash when serialized dag is missing #19113

Merged
merged 1 commit into from
Oct 20, 2021

Commits on Oct 20, 2021

  1. Prevent scheduler crash when serialized dag is missing

    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.
    ephraimbuddy committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    184607f View commit details
    Browse the repository at this point in the history