<?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: DLT Expectations Alert for Warning in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/dlt-expectations-alert-for-warning/m-p/126114#M47635</link>
    <description>&lt;P&gt;This is brilliant idea&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;! One small correction, now event logs are persisted to the UC and could be queried by users with grants on that table. Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jul 2025 07:24:57 GMT</pubDate>
    <dc:creator>RiyazAliM</dc:creator>
    <dc:date>2025-07-23T07:24:57Z</dc:date>
    <item>
      <title>DLT Expectations Alert for Warning</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-expectations-alert-for-warning/m-p/125898#M47569</link>
      <description>&lt;P&gt;I want to receive an alert via email or Slack when the &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/97035"&gt;@Dlt&lt;/a&gt;.expect declaration fails the validation check in my DLT pipeline. I only see the option to add an email alert for &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/97035"&gt;@Dlt&lt;/a&gt;.expect_or_fail failures, but not for warnings.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 19:50:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-expectations-alert-for-warning/m-p/125898#M47569</guid>
      <dc:creator>ajgold</dc:creator>
      <dc:date>2025-07-21T19:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Expectations Alert for Warning</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-expectations-alert-for-warning/m-p/125913#M47578</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/176013"&gt;@ajgold&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I don't think DLT has this feature yet. You may raise a feature request for Databricks to add it in its future releases over here -&amp;nbsp;&lt;A href="https://databricks.aha.io/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://databricks.aha.io/&lt;/A&gt;&lt;BR /&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 02:52:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-expectations-alert-for-warning/m-p/125913#M47578</guid>
      <dc:creator>RiyazAliM</dc:creator>
      <dc:date>2025-07-22T02:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Expectations Alert for Warning</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-expectations-alert-for-warning/m-p/126039#M47621</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/15469"&gt;@RiyazAliM&lt;/a&gt;&amp;nbsp;thanks so much for your response! Do you know of any workarounds for now? Like a system table that has a record of a job run that resulted in a warning?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 18:16:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-expectations-alert-for-warning/m-p/126039#M47621</guid>
      <dc:creator>ajgold</dc:creator>
      <dc:date>2025-07-22T18:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Expectations Alert for Warning</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-expectations-alert-for-warning/m-p/126069#M47623</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/176013"&gt;@ajgold&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I think I have some idea for workaround. Lakeflow Declarative Pipelines (former DLT) generate event log that contains all information related to pipeline like:&lt;/P&gt;&lt;P&gt;- audit logs&lt;/P&gt;&lt;P&gt;- data quality checks (&lt;STRONG&gt;this is what you're looking for&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;- progress&lt;/P&gt;&lt;P&gt;- data lineage&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Lakeflow Declarative Pipelines writes the event log to a hidden Delta table in the default catalog and schema configured for the pipeline. While hidden, the table can still be queried by all sufficiently privileged users. By default, only the owner of the pipeline can query the event log table.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can read how to query event_log here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/dlt/observability#query-event-log" target="_blank" rel="noopener"&gt;Monitor Lakeflow Declarative Pipelines - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And you can read how to query data quality from the event log here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/dlt/observability#data-quality-metrics" target="_blank" rel="noopener"&gt;Monitor Lakeflow Declarative Pipelines - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now, you can configure custom monitoring for lakeflow declartive pipelines (former DLT) with event hooks. This allow you to send notification to your Slack, Teams etc. Here's a relevant documentation entry to read.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So to sum it up, assuming that event_log contains the information you're looking for you can try to define event hook for that type of event and send message to your client of choice.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/dlt/event-hooks" target="_blank" rel="noopener"&gt;Define custom monitoring of Lakeflow Declarative Pipelines with event hooks - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 19:55:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-expectations-alert-for-warning/m-p/126069#M47623</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-07-22T19:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Expectations Alert for Warning</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-expectations-alert-for-warning/m-p/126114#M47635</link>
      <description>&lt;P&gt;This is brilliant idea&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;! One small correction, now event logs are persisted to the UC and could be queried by users with grants on that table. Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 07:24:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-expectations-alert-for-warning/m-p/126114#M47635</guid>
      <dc:creator>RiyazAliM</dc:creator>
      <dc:date>2025-07-23T07:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Expectations Alert for Warning</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-expectations-alert-for-warning/m-p/126116#M47636</link>
      <description>&lt;P&gt;Oh, thanks&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/15469"&gt;@RiyazAliM&lt;/a&gt;&amp;nbsp; for sharing information. Everyday I learn something new here &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 08:09:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-expectations-alert-for-warning/m-p/126116#M47636</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-07-23T08:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Expectations Alert for Warning</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-expectations-alert-for-warning/m-p/126251#M47662</link>
      <description>&lt;P&gt;you're awesome thank you!! checking it out today&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 19:07:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-expectations-alert-for-warning/m-p/126251#M47662</guid>
      <dc:creator>ajgold</dc:creator>
      <dc:date>2025-07-23T19:07:09Z</dc:date>
    </item>
  </channel>
</rss>

