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

A manual run can't look like a scheduled one #28397

Merged

Commits on Dec 20, 2022

  1. A manual run can't look like a scheduled one

    When creating a DAG run from user input, attempt to block a specified
    run ID that looks too much like a scheduled run. We could technically
    allow this (and do some additional logic when a scheduled run really
    wants to use the same run ID), but I think it's simply too confusing to
    allow this anyway.
    uranusjr committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    67161d4 View commit details
    Browse the repository at this point in the history
  2. Continue to allow using a str run_type

    We still cast to check it's a valid DagRunType value.
    uranusjr committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    db3f775 View commit details
    Browse the repository at this point in the history