Asset Bundles webhook not working
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 01:54 AM
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.