<?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: Hi Everyone , I was wondering if it is possible to have alerts set up on query level for pyspark in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/hi-everyone-i-was-wondering-if-it-is-possible-to-have-alerts-set/m-p/75946#M35112</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;, thanks for provided the detail regarding the alert notifications, but my questions is, can I receive a call on teams or any other platform when a job or task fails?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jun 2024 13:12:46 GMT</pubDate>
    <dc:creator>JKR</dc:creator>
    <dc:date>2024-06-27T13:12:46Z</dc:date>
    <item>
      <title>Hi Everyone , I was wondering if it is possible to have alerts set up on query level for pyspark notebooks that are run on schedule in databricks so if we have some expected result from it we can receive a mail alert ?</title>
      <link>https://community.databricks.com/t5/data-engineering/hi-everyone-i-was-wondering-if-it-is-possible-to-have-alerts-set/m-p/25540#M17779</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2019i299DE2B17F6EEFFB/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;In Above you can see we have 3 workspaces - we have the alert option available in the sql workspace but not in our data science and engineering space , anyway we can incorporate this in our DS and Engineering space ?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 09:06:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hi-everyone-i-was-wondering-if-it-is-possible-to-have-alerts-set/m-p/25540#M17779</guid>
      <dc:creator>greyfine</dc:creator>
      <dc:date>2022-03-15T09:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Everyone , I was wondering if it is possible to have alerts set up on query level for pyspark notebooks that are run on schedule in databricks so if we have some expected result from it we can receive a mail alert ?</title>
      <link>https://community.databricks.com/t5/data-engineering/hi-everyone-i-was-wondering-if-it-is-possible-to-have-alerts-set/m-p/25541#M17780</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;in Jobs UI there is option to send email alert when job fail it is simplest solution,&lt;/LI&gt;&lt;LI&gt;fail information can be get from API &lt;A href="https://docs.databricks.com/dev-tools/api/latest/jobs.html#operation/JobsRunsList" target="test_blank"&gt;https://docs.databricks.com/dev-tools/api/latest/jobs.html#operation/JobsRunsList&lt;/A&gt; you need to implement own logic. For example I used it to send me message on Teams when job failed (using logic app on schedule and filter using time range)&lt;/LI&gt;&lt;LI&gt;nice solution is to monitor databricks using datadog &lt;A href="https://www.datadoghq.com/blog/databricks-monitoring-datadog/" target="test_blank"&gt;https://www.datadoghq.com/blog/databricks-monitoring-datadog/&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;there are also other solution like redirecting logs to Azure monitor&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 15 Mar 2022 12:48:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hi-everyone-i-was-wondering-if-it-is-possible-to-have-alerts-set/m-p/25541#M17780</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-03-15T12:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Everyone , I was wondering if it is possible to have alerts set up on query level for pyspark notebooks that are run on schedule in databricks so if we have some expected result from it we can receive a mail alert ?</title>
      <link>https://community.databricks.com/t5/data-engineering/hi-everyone-i-was-wondering-if-it-is-possible-to-have-alerts-set/m-p/25543#M17782</link>
      <description>&lt;P&gt;@Atul Vaid​&amp;nbsp; you can use &lt;A href="https://www.datadoghq.com/blog/databricks-monitoring-datadog/" target="test_blank"&gt;https://www.datadoghq.com/blog/databricks-monitoring-datadog/&lt;/A&gt; as external. or we do have job level alert system - &lt;A href="https://docs.databricks.com/jobs.html#alerts" target="test_blank"&gt;https://docs.databricks.com/jobs.html#alerts&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Apr 2022 17:27:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hi-everyone-i-was-wondering-if-it-is-possible-to-have-alerts-set/m-p/25543#M17782</guid>
      <dc:creator>Atanu</dc:creator>
      <dc:date>2022-04-17T17:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Everyone , I was wondering if it is possible to have alerts set up on query level for pyspark notebooks that are run on schedule in databricks so if we have some expected result from it we can receive a mail alert ?</title>
      <link>https://community.databricks.com/t5/data-engineering/hi-everyone-i-was-wondering-if-it-is-possible-to-have-alerts-set/m-p/25544#M17783</link>
      <description>&lt;P&gt;Hey there @Atul Vaid​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting your question. Were you able to find a solution from the answers above? If yes, would you be happy to mark it as best so that other members can find the solution more quickly?&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 15:57:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hi-everyone-i-was-wondering-if-it-is-possible-to-have-alerts-set/m-p/25544#M17783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-26T15:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Everyone , I was wondering if it is possible to have alerts set up on query level for pyspark</title>
      <link>https://community.databricks.com/t5/data-engineering/hi-everyone-i-was-wondering-if-it-is-possible-to-have-alerts-set/m-p/75710#M35036</link>
      <description>&lt;P&gt;How can I receive call on teams/number/slack if any jobs fails?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 14:05:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hi-everyone-i-was-wondering-if-it-is-possible-to-have-alerts-set/m-p/75710#M35036</guid>
      <dc:creator>JKR</dc:creator>
      <dc:date>2024-06-25T14:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Everyone , I was wondering if it is possible to have alerts set up on query level for pyspark</title>
      <link>https://community.databricks.com/t5/data-engineering/hi-everyone-i-was-wondering-if-it-is-possible-to-have-alerts-set/m-p/75946#M35112</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;, thanks for provided the detail regarding the alert notifications, but my questions is, can I receive a call on teams or any other platform when a job or task fails?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 13:12:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hi-everyone-i-was-wondering-if-it-is-possible-to-have-alerts-set/m-p/75946#M35112</guid>
      <dc:creator>JKR</dc:creator>
      <dc:date>2024-06-27T13:12:46Z</dc:date>
    </item>
  </channel>
</rss>

