Asset Bundles webhook not working

yvuignie
Contributor

Hello,

The webhook notifications in databricks jobs defined in the asset bundles are not taken into account and therefore not created. For instance, this is not working:

resources:
jobs:
job1:
name: my_job
webhook_notifications:
on_failure:
- id: <a_webhook_id>

It seems like a bug. When updating the job via databricks cli with  "databricks jobs update", it works though.