Can a solid and/or pipeline depend on its previous run? #5346
Unanswered
JonathanGrant
asked this question in
Q&A
Replies: 1 comment
-
Hi @JonathanGrant - it should be possible, but not trivial, to implement this with a sensor (which can contain arbitrary logic for when to run jobs). This snippet gives a taste of how, inside a sensor, you can query Dagster for completed pipeline runs: https://github.com/dagster-io/dagster/blob/0.12.9/examples/hacker_news/hacker_news/sensors/download_pipeline_finished_sensor.py. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to be able to specify not to run a solid/pipeline until the previous day's run completes successfully. Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions