https://dagster.io/ logo
Title
i

Ivan Trajkovic

05/02/2023, 10:18 PM
hello all, I have a quick question about creating jobs with the
@job
decorator. is there a way to register a callback for the job-completion event? any direction is appreciated 🙂
y

yuhan

05/02/2023, 10:46 PM
we currently dont have a callback functionality on jobs. the closest feature to this is the run_status_sensor. here’s an example for do something on success: https://docs.dagster.io/concepts/partitions-schedules-sensors/sensors#run-status-sensors
i

Ivan Trajkovic

05/07/2023, 1:17 PM
thanks @yuhan 🙂 very interesting feature, Im in process of testing it and seeing if there are any issues with it. very much appreciated!