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

[FEATURE] Add capability to specify task/workflow status to satisfy WorkflowTaskDependencySensor and WorkflowDependencySensor #118

Open
4 tasks done
chaelant opened this issue May 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@chaelant
Copy link

Is your feature request related to a problem? Please describe.
Currently, sensors in workflow_dependency_sensor.py are marked successful if the target workflow or task has a result_state of SUCCESS. This does not allow for workflows that depend on streaming workflows to check if their upstream streaming tasks are currently running or use cases where a task is allowed to have been skipped.

Cloud Information

  • AWS
  • Azure
  • GCP
  • Other

Describe the solution you'd like
Update the parameters for the sensors to allow users to specify the success conditions for the dependency sensors, leaving the default condition as SUCCESS as is currently implemented

Describe alternatives you've considered

Additional context

@chaelant chaelant added the enhancement New feature or request label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant