<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to add webhook notification in DLT pipeline through yml in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-add-webhook-notification-in-dlt-pipeline-through-yml/m-p/131804#M49244</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;, I gone through the Databricks docs.. I have added the webhook notifications in DLT pipeline.&amp;nbsp;&lt;BR /&gt;it works fine for me&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;# The job that triggers api_data_pipeline.&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;resources:&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; jobs:&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; api_data_job:&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; name: api_data_job&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; schedule:&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; quartz_cron_expression: 0 30 5 * * ?&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; timezone_id: Asia/Kolkata&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pause_status: UNPAUSED&lt;/EM&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; webhook_notifications:&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; on_failure: &lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - id: ${var.webhook}&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; on_success: &lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - id: ${var.webhook}&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 12 Sep 2025 16:53:57 GMT</pubDate>
    <dc:creator>guptaharsh</dc:creator>
    <dc:date>2025-09-12T16:53:57Z</dc:date>
    <item>
      <title>How to add webhook notification in DLT pipeline through yml</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-add-webhook-notification-in-dlt-pipeline-through-yml/m-p/129958#M48653</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;I am trying to create a slack webhook notification in a DLT pipeline leveraging jobs.yml.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;targets:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; dev:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;# The default target uses 'mode: development' to create a development copy.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;# - Deployed resources get prefixed with '[dev my_user_name]'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;# - Any job schedules and triggers are paused by default.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;# See also &lt;A href="https://docs.databricks.com/dev-tools/bundles/deployment-modes.html" target="_blank" rel="noopener"&gt;https://docs.databricks.com/dev-tools/bundles/deployment-modes.html&lt;/A&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; mode: &lt;/SPAN&gt;&lt;SPAN&gt;development&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; default: &lt;/SPAN&gt;&lt;SPAN&gt;true&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; workspace:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; host: &lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://dbc-gh27.cloud.databricks.com" target="_blank" rel="noopener"&gt;https://dbc-gh27.cloud.databricks.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; variables:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; catalog: &lt;/SPAN&gt;&lt;SPAN&gt;data&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; schema: &lt;/SPAN&gt;&lt;SPAN&gt;sap_data&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; notifications: email&lt;/SPAN&gt;&lt;SPAN&gt;@jkmail.com&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; webhook: &lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://hooks.slack.com/services6CdQmlT" target="_blank" rel="noopener"&gt;https://hooks.slack.com/services6CdQmlT&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I am trying to save this yml and deploy but the slack webhook its not working.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;#DLT #pipeline&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Aug 2025 04:26:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-add-webhook-notification-in-dlt-pipeline-through-yml/m-p/129958#M48653</guid>
      <dc:creator>guptaharsh</dc:creator>
      <dc:date>2025-08-28T04:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to add webhook notification in DLT pipeline through yml</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-add-webhook-notification-in-dlt-pipeline-through-yml/m-p/129965#M48655</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/136421"&gt;@guptaharsh&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Out of the box, there's currently no way to configure notification via webhook. Only email is supported as a notification medium for pipeline. Check yourself at rest api docs:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/api/workspace/pipelines/create" target="_blank"&gt;Create a pipeline | Pipelines API | REST API reference | Databricks on AWS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_0-1756360309197.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19417iC05C743B0B08FEB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_0-1756360309197.png" alt="szymon_dybczak_0-1756360309197.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But you can use custom monitoring to achieve what you want. Here's an example from documentation where they sending event to a Slack channel using webhook&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/dlt/event-hooks" target="_blank"&gt;Define custom monitoring of Lakeflow Declarative Pipelines with event hooks | Databricks on AWS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_1-1756360426610.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19418i4AA0D5951C1551D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_1-1756360426610.png" alt="szymon_dybczak_1-1756360426610.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 05:54:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-add-webhook-notification-in-dlt-pipeline-through-yml/m-p/129965#M48655</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-08-28T05:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to add webhook notification in DLT pipeline through yml</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-add-webhook-notification-in-dlt-pipeline-through-yml/m-p/130115#M48705</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;, thanks for the update. I thought like as we can add slack notification in jobs.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 04:27:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-add-webhook-notification-in-dlt-pipeline-through-yml/m-p/130115#M48705</guid>
      <dc:creator>guptaharsh</dc:creator>
      <dc:date>2025-08-29T04:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to add webhook notification in DLT pipeline through yml</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-add-webhook-notification-in-dlt-pipeline-through-yml/m-p/130121#M48706</link>
      <description>&lt;P&gt;No problem&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/136421"&gt;@guptaharsh&lt;/a&gt;&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; And if the answer was helpful to you consider marking it as a solution to this thread&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 07:32:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-add-webhook-notification-in-dlt-pipeline-through-yml/m-p/130121#M48706</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-08-29T07:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to add webhook notification in DLT pipeline through yml</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-add-webhook-notification-in-dlt-pipeline-through-yml/m-p/131804#M49244</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;, I gone through the Databricks docs.. I have added the webhook notifications in DLT pipeline.&amp;nbsp;&lt;BR /&gt;it works fine for me&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;# The job that triggers api_data_pipeline.&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;resources:&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; jobs:&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; api_data_job:&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; name: api_data_job&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; schedule:&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; quartz_cron_expression: 0 30 5 * * ?&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; timezone_id: Asia/Kolkata&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pause_status: UNPAUSED&lt;/EM&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; webhook_notifications:&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; on_failure: &lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - id: ${var.webhook}&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; on_success: &lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - id: ${var.webhook}&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 12 Sep 2025 16:53:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-add-webhook-notification-in-dlt-pipeline-through-yml/m-p/131804#M49244</guid>
      <dc:creator>guptaharsh</dc:creator>
      <dc:date>2025-09-12T16:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to add webhook notification in DLT pipeline through yml</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-add-webhook-notification-in-dlt-pipeline-through-yml/m-p/131808#M49245</link>
      <description>&lt;P&gt;That's awesome &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/136421"&gt;@guptaharsh&lt;/a&gt;&amp;nbsp;, thanks for sharing!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 17:22:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-add-webhook-notification-in-dlt-pipeline-through-yml/m-p/131808#M49245</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-09-12T17:22:40Z</dc:date>
    </item>
  </channel>
</rss>

