Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2025 09:53 AM
@szymon_dybczak , I gone through the Databricks docs.. I have added the webhook notifications in DLT pipeline.
it works fine for me 😊.
# The job that triggers api_data_pipeline.
resources:
jobs:
api_data_job:
name: api_data_job
schedule:
quartz_cron_expression: 0 30 5 * * ?
timezone_id: Asia/Kolkata
pause_status: UNPAUSED
webhook_notifications:
on_failure:
- id: ${var.webhook}
on_success:
- id: ${var.webhook}