<?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: Databricks Job Failure  + Service now Integration in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/databricks-job-failure-service-now-integration/m-p/99707#M8761</link>
    <description>&lt;P&gt;Hi , Can this JSON response to Service Now be edited before being sent? What are the different ways it can be edited?&lt;/P&gt;</description>
    <pubDate>Thu, 21 Nov 2024 21:45:13 GMT</pubDate>
    <dc:creator>vkn</dc:creator>
    <dc:date>2024-11-21T21:45:13Z</dc:date>
    <item>
      <title>Databricks Job Failure  + Service now Integration</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-job-failure-service-now-integration/m-p/38337#M8756</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;Could you please suggest how to raise the service now ticket, in case of Databricks job failure?&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Phanindra&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 09:17:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-job-failure-service-now-integration/m-p/38337#M8756</guid>
      <dc:creator>Phani1</dc:creator>
      <dc:date>2023-07-25T09:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Job Failure  + Service now Integration</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-job-failure-service-now-integration/m-p/38372#M8758</link>
      <description>&lt;P&gt;Sorry, my question might be confusing,&lt;/P&gt;&lt;P&gt;My question is for example I have one job which loads data / performs some transformation on delta tables, job got failed due to some issues, In databricks we have job failure notification but we want to integrate with service now.&lt;/P&gt;&lt;P&gt;We would like to raise a ticket in the service now system saying the job failed due to some reason&amp;nbsp; and support engineer will work on the ticket and will analyze the reasons for failing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically we would like to integrate with Databricks and service now.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 11:20:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-job-failure-service-now-integration/m-p/38372#M8758</guid>
      <dc:creator>Phani1</dc:creator>
      <dc:date>2023-07-25T11:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Job Failure  + Service now Integration</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-job-failure-service-now-integration/m-p/38386#M8759</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/36892"&gt;@Phani1&lt;/a&gt;, To integrate Databricks job failure notifications with ServiceNow, you can use the webhook method. This allows Databricks to send an HTTP POST request (webhook) to a designated endpoint in ServiceNow whenever a job fails. By doing so, you can automatically raise a ticket in the ServiceNow system, notifying the support engineers about the job failure, and enabling them to analyze the reasons for the failure.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Create a Custom Endpoint in ServiceNow:&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;LI&gt;Create a new "Inbound REST Web Service" or "Scripted REST API" and define the endpoint URL where Databricks will send the webhook notification.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Configure Databricks Job Failure Notification:&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;In Databricks, go to the job that you want to monitor for failures.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Click on Edit Notifications to configure the job&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Click on Add Notification, and in &lt;/SPAN&gt;&lt;STRONG&gt;Select a system destination&lt;/STRONG&gt;&lt;SPAN&gt;, select a destination, and click the check box for failure job notification type to send to that destination.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;If it’s showing&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;Add new system destination&lt;/STRONG&gt;&lt;SPAN&gt; then click on that it will open a new tab,&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;In that click &lt;/SPAN&gt;&lt;STRONG&gt;Add Destination&lt;/STRONG&gt;&lt;SPAN&gt; select Select the "&lt;/SPAN&gt;&lt;STRONG&gt;Webhook&lt;/STRONG&gt;&lt;SPAN&gt;" option and provide the URL of the custom endpoint you created in ServiceNow.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For more information about webhook you can refer to the below documentation links&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/workflows/jobs/job-notifications.html" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;https://docs.databricks.com/workflows/jobs/job-notifications.html&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/administration-guide/workspace/settings/notification-destinations.html#add-a-webhook-to-a-job" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;https://docs.databricks.com/administration-guide/workspace/settings/notification-destinations.html#add-a-webhook-to-a-job&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 13:46:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-job-failure-service-now-integration/m-p/38386#M8759</guid>
      <dc:creator>Swastik_Mishra</dc:creator>
      <dc:date>2023-07-25T13:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Job Failure  + Service now Integration</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-job-failure-service-now-integration/m-p/38388#M8760</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/36892"&gt;@Phani1&lt;/a&gt;, You can use the webhook method to integrate Databricks job failure notifications with ServiceNow. This allows Databricks to send an HTTP POST request (webhook) to a designated endpoint in ServiceNow whenever a job fails. By doing so, you can automatically raise a ticket in the ServiceNow system, notifying the support engineers about the job failure, and enabling them to analyze the reasons for the failure.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Create a Custom Endpoint in ServiceNow:&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;LI&gt;Create a new "Inbound REST Web Service" or "Scripted REST API" and define the endpoint URL where Databricks will send the webhook notification.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Configure Databricks Job Failure Notification:&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;In Databricks, go to the job that you want to monitor for failures.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Click on Edit Notifications to configure the job&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Click on Add Notification, and in &lt;/SPAN&gt;&lt;STRONG&gt;Select a system destination&lt;/STRONG&gt;&lt;SPAN&gt;, select a destination, and click the check box for failure job notification type to send to that destination.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;If it’s showing&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;Add new system destination&lt;/STRONG&gt;&lt;SPAN&gt; then click on that it will open a new tab,&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;In that click &lt;/SPAN&gt;&lt;STRONG&gt;Add Destination&lt;/STRONG&gt;&lt;SPAN&gt; select Select the "&lt;/SPAN&gt;&lt;STRONG&gt;Webhook&lt;/STRONG&gt;&lt;SPAN&gt;" option and provide the URL of the custom endpoint you created in ServiceNow.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For more information about webhook you can refer to the below documentation links&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/workflows/jobs/job-notifications.html" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;https://docs.databricks.com/workflows/jobs/job-notifications.html&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/administration-guide/workspace/settings/notification-destinations.html#add-a-webhook-to-a-job" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;https://docs.databricks.com/administration-guide/workspace/settings/notification-destinations.html#add-a-webhook-to-a-job&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 13:53:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-job-failure-service-now-integration/m-p/38388#M8760</guid>
      <dc:creator>Swastik_Mishra</dc:creator>
      <dc:date>2023-07-25T13:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Job Failure  + Service now Integration</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-job-failure-service-now-integration/m-p/99707#M8761</link>
      <description>&lt;P&gt;Hi , Can this JSON response to Service Now be edited before being sent? What are the different ways it can be edited?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 21:45:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-job-failure-service-now-integration/m-p/99707#M8761</guid>
      <dc:creator>vkn</dc:creator>
      <dc:date>2024-11-21T21:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Job Failure  + Service now Integration</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-job-failure-service-now-integration/m-p/132468#M10725</link>
      <description>&lt;P&gt;JSON response from Databricks to ServiceNow, doesn't give enough details. Is there a way we can send customized json with additional details.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 15:30:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-job-failure-service-now-integration/m-p/132468#M10725</guid>
      <dc:creator>PRV</dc:creator>
      <dc:date>2025-09-18T15:30:51Z</dc:date>
    </item>
  </channel>
</rss>

