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

Add TaskInstance State 'REMOVED' to finished states and success states #23797

Merged
merged 3 commits into from
May 28, 2022

Commits on May 25, 2022

  1. Add TaskInstance State 'REMOVED' to finished states and success states

    Now that we support dynamic task mapping, we should have the 'REMOVED'
    state of task instances as a finished state and in success states because
    for dynamic tasks with a removed task instance, the dagrun would be stuck in
    running state if 'REMOVED' state is not in finished states and success/failure states.
    ephraimbuddy committed May 25, 2022
    Configuration menu
    Copy the full SHA
    40c603e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b625862 View commit details
    Browse the repository at this point in the history
  3. Add test

    ephraimbuddy committed May 25, 2022
    Configuration menu
    Copy the full SHA
    995cbe8 View commit details
    Browse the repository at this point in the history