@halsgbs your notebook task workaround failed as Databricks Jobs expect a static alert_id at the time the job is submitted or created, not a dynamic variable evaluated during the run.
The best way to deal with this is Asset Bundle (DAB) where you get this alert-id resolved at deploy-time instead of runtime. Alert ID will remain static for a given environment once it is deployed.
in databricks.yml, use a variable. in your CICD pipeline, use DB-CLI to fetch the ID and then inject that ID into your variable file before running deploy (databricks run deploy)
RG #Driving Business Outcomes with Data Intelligence