hello all, I have a quick question about creating ...
# ask-community
i
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
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
thanks @yuhan 🙂 very interesting feature, Im in process of testing it and seeing if there are any issues with it. very much appreciated!