Hi guys, can we create a dependent job in Dagster ...
# ask-community
r
Hi guys, can we create a dependent job in Dagster for example want that when one job is successfully completed than it will execute next dependent job without using Sensor.
dagster bot responded by community 1
t
hey, for me personally the “new” asset_sensor works pretty well 🙂
z
You could use nested graphs. But otherwise I think the only way to create these job to job dependencies is through a run status or asset sensor
r
Hi @Zach @Timo Klockow Thanks, can you please share some example to show how we can get run status of job, and "asset_sensor", i used sensor but unable to run it on local Pycharm, can you please guide on it too
t