<?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 how to manage the databricks failure notifications to slack webhook? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-manage-the-databricks-failure-notifications-to-slack/m-p/129220#M48469</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi community,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I’d like to handle the case when one of our Databricks jobs fails. From the documentation, I understand that the HTTP response from Databricks will look like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "event_type": "jobs.on_failure",
  "workspace_id": "your_workspace_id",
  "run": {
    "run_id": "run_id"
  },
  "job": {
    "job_id": "job_id",
    "name": "job_name"
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;How to set the webhook slack channel to retrieve the job name under :&lt;/P&gt;&lt;P&gt;"job": {&lt;BR /&gt;"job_id": "job_id",&lt;BR /&gt;"name": "job_name"&lt;BR /&gt;}&lt;/P&gt;</description>
    <pubDate>Fri, 22 Aug 2025 09:11:01 GMT</pubDate>
    <dc:creator>jeremy98</dc:creator>
    <dc:date>2025-08-22T09:11:01Z</dc:date>
    <item>
      <title>how to manage the databricks failure notifications to slack webhook?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-manage-the-databricks-failure-notifications-to-slack/m-p/129220#M48469</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi community,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I’d like to handle the case when one of our Databricks jobs fails. From the documentation, I understand that the HTTP response from Databricks will look like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "event_type": "jobs.on_failure",
  "workspace_id": "your_workspace_id",
  "run": {
    "run_id": "run_id"
  },
  "job": {
    "job_id": "job_id",
    "name": "job_name"
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;How to set the webhook slack channel to retrieve the job name under :&lt;/P&gt;&lt;P&gt;"job": {&lt;BR /&gt;"job_id": "job_id",&lt;BR /&gt;"name": "job_name"&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 09:11:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-manage-the-databricks-failure-notifications-to-slack/m-p/129220#M48469</guid>
      <dc:creator>jeremy98</dc:creator>
      <dc:date>2025-08-22T09:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to manage the databricks failure notifications to slack webhook?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-manage-the-databricks-failure-notifications-to-slack/m-p/129222#M48470</link>
      <description>&lt;P&gt;bc this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jeremy98_0-1755853901028.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19247iEB1149511C74F02E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jeremy98_0-1755853901028.png" alt="jeremy98_0-1755853901028.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;is not correct I suppose, right?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 09:11:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-manage-the-databricks-failure-notifications-to-slack/m-p/129222#M48470</guid>
      <dc:creator>jeremy98</dc:creator>
      <dc:date>2025-08-22T09:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to manage the databricks failure notifications to slack webhook?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-manage-the-databricks-failure-notifications-to-slack/m-p/129243#M48475</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/133094"&gt;@jeremy98&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I don't have a slack to test it myself, but according to their docs it's not currently possible to use nested JSON structures in workflow variables.&lt;BR /&gt;Anyway, it might be worth trying to use dot notation to access nested fields. So try to define job_name variable as job.name. Maybe it will work (it's small chance though, since they mentioned in docs that nested stuctures won't work, but it doesn' hurt to try )&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_0-1755860050694.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19252i2A98E5EBBC1ABE41/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_0-1755860050694.png" alt="szymon_dybczak_0-1755860050694.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 10:59:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-manage-the-databricks-failure-notifications-to-slack/m-p/129243#M48475</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-08-22T10:59:43Z</dc:date>
    </item>
  </channel>
</rss>

