<?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: Any plans to provide Databricks SQL / Alerts API in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/any-plans-to-provide-databricks-sql-alerts-api/m-p/34706#M25432</link>
    <description>&lt;P&gt;Hello, This is already in pipeline and is expected to release in next few weeks. &lt;/P&gt;</description>
    <pubDate>Fri, 12 Aug 2022 17:01:09 GMT</pubDate>
    <dc:creator>User16873043099</dc:creator>
    <dc:date>2022-08-12T17:01:09Z</dc:date>
    <item>
      <title>Any plans to provide Databricks SQL / Alerts API</title>
      <link>https://community.databricks.com/t5/data-engineering/any-plans-to-provide-databricks-sql-alerts-api/m-p/34705#M25431</link>
      <description>&lt;P&gt;Hi, Databricks!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are my favorite Big Data tool, but I've recently faced an issue I didn't expect to have.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For our agriculture customers, we're trying to use Databricks SQL Platform to keep our data accurate all day. We use Alerts to validate our data pipelines. Since we can use only one column (metric)&amp;nbsp;for one alert, we have to maintain 50+ alerts, which is really hard to do in production daily. So we've tried to automate this process and realized that Databricks SQL doesn't provide REST API for managing alert objects.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any plans to provide it in the future?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 11:24:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/any-plans-to-provide-databricks-sql-alerts-api/m-p/34705#M25431</guid>
      <dc:creator>dimsh</dc:creator>
      <dc:date>2022-08-12T11:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Any plans to provide Databricks SQL / Alerts API</title>
      <link>https://community.databricks.com/t5/data-engineering/any-plans-to-provide-databricks-sql-alerts-api/m-p/34706#M25432</link>
      <description>&lt;P&gt;Hello, This is already in pipeline and is expected to release in next few weeks. &lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 17:01:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/any-plans-to-provide-databricks-sql-alerts-api/m-p/34706#M25432</guid>
      <dc:creator>User16873043099</dc:creator>
      <dc:date>2022-08-12T17:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Any plans to provide Databricks SQL / Alerts API</title>
      <link>https://community.databricks.com/t5/data-engineering/any-plans-to-provide-databricks-sql-alerts-api/m-p/34707#M25433</link>
      <description>&lt;P&gt;It could be helpful, especially for automating deploying alerts between environments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a workaround, I see the solution to at least maintain query via API, which is possible now, and to have a more general question as in the databricks example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT CASE WHEN drafts_count &amp;gt; 10000 AND archived_count &amp;gt; 5000 THEN 1 ELSE 0 END
FROM (
   SELECT sum(CASE WHEN is_archived THEN 1 ELSE 0 END) AS archived_count,
                 sum(CASE WHEN is_draft THEN 1 ELSE 0 END) AS drafts_count
   FROM queries) data&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 17:02:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/any-plans-to-provide-databricks-sql-alerts-api/m-p/34707#M25433</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-08-12T17:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Any plans to provide Databricks SQL / Alerts API</title>
      <link>https://community.databricks.com/t5/data-engineering/any-plans-to-provide-databricks-sql-alerts-api/m-p/34708#M25434</link>
      <description>&lt;P&gt;Hi @Dmytro Imshenetskyi​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does @Hubert Dudek​&amp;nbsp; response answer your question? 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;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2022 05:19:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/any-plans-to-provide-databricks-sql-alerts-api/m-p/34708#M25434</guid>
      <dc:creator>Vidula</dc:creator>
      <dc:date>2022-09-11T05:19:28Z</dc:date>
    </item>
  </channel>
</rss>

