Hello all, I am brand new to Databricks, so forgive me if this question has been answered before, but what i want to do is set a run time threshold to my Databricks Jobs such that if the job which say normally runs for 30 minutes, runs for over an hour, then i get an email notification.
I have found the Job-Notifications section within the Databricks Job, and I can set it there in the UI. But according to CoPilot, I cannot programmatically set this and as soon as i do a code deploy/rebuild, the values will get removed.
Is it true that I can't set these through code and that any manual set is wiped out?
It seems a bit weird to me as it kind of makes the Ui ability worthless? I have weekly deploys by the way which would mean a manual set every week if the above is true. Cheers all.