dagster
dagster copied to clipboard
run_status_sensor for multiple statuses at once
What's the use case?
Sometimes, you just want to know if the run finished (successfully or otherwise). Currently, this requires creating two sensors, one to detect failures, and one to detect successes. Ideally, you'd be able to pass in a tuple of run statuses to the run_status_sensor, and have the sensor trigger on any of them.
Ideas of implementation
No response
Additional information
No response
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.