<?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: MATERIALZIED VIEW TRIGGER ON UPDATE with external table as upstream table in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/materialzied-view-trigger-on-update-with-external-table-as/m-p/131790#M49239</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/79394"&gt;@nayan_wylde&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;thank you again.&lt;BR /&gt;&lt;BR /&gt;let's see the other contributors responses from databricks engineers before closing this discussion.&lt;BR /&gt;Maybe we can receive infomative response about what to be cautious when the source tables are external tables.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Sep 2025 14:25:23 GMT</pubDate>
    <dc:creator>tana_sakakimiya</dc:creator>
    <dc:date>2025-09-12T14:25:23Z</dc:date>
    <item>
      <title>MATERIALZIED VIEW TRIGGER ON UPDATE with external table as upstream table</title>
      <link>https://community.databricks.com/t5/data-engineering/materialzied-view-trigger-on-update-with-external-table-as/m-p/131776#M49231</link>
      <description>&lt;P&gt;goal: implement event driven architecture without trigger on file arrival&lt;BR /&gt;&lt;BR /&gt;I would like to know whether materialzied view can update itself when its source table which is external table updated.&lt;BR /&gt;&lt;BR /&gt;given that the source external table referencing data in delta format on S3 with this &lt;SPAN&gt;delta.&lt;BR /&gt;enableChangeDataFeed= true&lt;BR /&gt;delta.enableRowTracking = true&lt;BR /&gt;delta.enableDeletionVectors = true&lt;BR /&gt;&lt;BR /&gt;and i configure the materialized view to trigger on update&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 12:27:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/materialzied-view-trigger-on-update-with-external-table-as/m-p/131776#M49231</guid>
      <dc:creator>tana_sakakimiya</dc:creator>
      <dc:date>2025-09-12T12:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: MATERIALZIED VIEW TRIGGER ON UPDATE with external table as upstream table</title>
      <link>https://community.databricks.com/t5/data-engineering/materialzied-view-trigger-on-update-with-external-table-as/m-p/131784#M49235</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/181698"&gt;@tana_sakakimiya&lt;/a&gt;&amp;nbsp;Yes you can alter the view to refresh when the source table refreshes.&lt;BR /&gt;This feature is in beta now and you might have to reach out to a Databricks Support to enable the feature in your workspace.&lt;/P&gt;&lt;P&gt;This is the syntax for it.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;%sql


ALTER MATERIALIZED VIEW uc.sales.gold.mv_orders_agg
TRIGGER ON UPDATE AT MOST EVERY INTERVAL 1 MINUTE;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 14:00:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/materialzied-view-trigger-on-update-with-external-table-as/m-p/131784#M49235</guid>
      <dc:creator>nayan_wylde</dc:creator>
      <dc:date>2025-09-12T14:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: MATERIALZIED VIEW TRIGGER ON UPDATE with external table as upstream table</title>
      <link>https://community.databricks.com/t5/data-engineering/materialzied-view-trigger-on-update-with-external-table-as/m-p/131785#M49236</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/79394"&gt;@nayan_wylde&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you sure we can have 1 minute interveral in sql queries? #justasking&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 14:03:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/materialzied-view-trigger-on-update-with-external-table-as/m-p/131785#M49236</guid>
      <dc:creator>Khaja_Zaffer</dc:creator>
      <dc:date>2025-09-12T14:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: MATERIALZIED VIEW TRIGGER ON UPDATE with external table as upstream table</title>
      <link>https://community.databricks.com/t5/data-engineering/materialzied-view-trigger-on-update-with-external-table-as/m-p/131788#M49237</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/173840"&gt;@Khaja_Zaffer&lt;/a&gt;&amp;nbsp;That is what is mentioned in the Databricks Docs. I have asked our SA to enable this feature will test and share more details.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nayan_wylde_0-1757686325390.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19947iABB0EFCD05377956/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nayan_wylde_0-1757686325390.png" alt="nayan_wylde_0-1757686325390.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 14:12:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/materialzied-view-trigger-on-update-with-external-table-as/m-p/131788#M49237</guid>
      <dc:creator>nayan_wylde</dc:creator>
      <dc:date>2025-09-12T14:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: MATERIALZIED VIEW TRIGGER ON UPDATE with external table as upstream table</title>
      <link>https://community.databricks.com/t5/data-engineering/materialzied-view-trigger-on-update-with-external-table-as/m-p/131789#M49238</link>
      <description>&lt;P&gt;Thank you. I was reluctant because I am not sure whether the on update works with external table.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 14:20:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/materialzied-view-trigger-on-update-with-external-table-as/m-p/131789#M49238</guid>
      <dc:creator>tana_sakakimiya</dc:creator>
      <dc:date>2025-09-12T14:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: MATERIALZIED VIEW TRIGGER ON UPDATE with external table as upstream table</title>
      <link>https://community.databricks.com/t5/data-engineering/materialzied-view-trigger-on-update-with-external-table-as/m-p/131790#M49239</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/79394"&gt;@nayan_wylde&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;thank you again.&lt;BR /&gt;&lt;BR /&gt;let's see the other contributors responses from databricks engineers before closing this discussion.&lt;BR /&gt;Maybe we can receive infomative response about what to be cautious when the source tables are external tables.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 14:25:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/materialzied-view-trigger-on-update-with-external-table-as/m-p/131790#M49239</guid>
      <dc:creator>tana_sakakimiya</dc:creator>
      <dc:date>2025-09-12T14:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: MATERIALZIED VIEW TRIGGER ON UPDATE with external table as upstream table</title>
      <link>https://community.databricks.com/t5/data-engineering/materialzied-view-trigger-on-update-with-external-table-as/m-p/131791#M49240</link>
      <description>&lt;P&gt;yes there is a limitation with external tables currently to&amp;nbsp;&lt;SPAN&gt;10,000 rows per change set. But if you do file arrival trigger on source it might remove that limitation but it seems you have disabled the file arrival trigger.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 14:26:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/materialzied-view-trigger-on-update-with-external-table-as/m-p/131791#M49240</guid>
      <dc:creator>nayan_wylde</dc:creator>
      <dc:date>2025-09-12T14:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: MATERIALZIED VIEW TRIGGER ON UPDATE with external table as upstream table</title>
      <link>https://community.databricks.com/t5/data-engineering/materialzied-view-trigger-on-update-with-external-table-as/m-p/131876#M49281</link>
      <description>&lt;P&gt;it seems that my idea is a bad idea because it seems that materialzied view doesn't support incremental udpate for external location&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/optimizations/incremental-refresh" target="_blank"&gt;Incremental refresh for materialized views - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Sep 2025 03:07:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/materialzied-view-trigger-on-update-with-external-table-as/m-p/131876#M49281</guid>
      <dc:creator>tana_sakakimiya</dc:creator>
      <dc:date>2025-09-14T03:07:08Z</dc:date>
    </item>
  </channel>
</rss>

