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

Check bag DAG schedule_interval match tiemtable #23113

Merged
merged 1 commit into from
Jun 8, 2022

Commits on Apr 22, 2022

  1. Check bag DAG schedule_interval match tiemtable

    This guards against the DAG's timetable or schedule_interval from being
    changed after it's created. Validation is done by creating a timetable
    and check its summary matches schedule_interval. The logic is not
    bullet-proof, especially if a custom timetable does not provide a useful
    summary. But this is the best we can do.
    uranusjr committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    ccbfb54 View commit details
    Browse the repository at this point in the history