<?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 Sync Tables: Unity Catalog to Lakebase - Materialized Views triggered mode in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/sync-tables-unity-catalog-to-lakebase-materialized-views/m-p/157881#M54629</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am facing some issues syncing Materialized Views into Lakebase with triggered mode, and I actually wonder if this is actually possible.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;create materialized view some_catalog.some_schema.some_table
tblproperties(
  'delta.enableChangeDataFeed' = 'true',
  'pipelines.channel'='PREVIEW')
as
select * from some_catalog_src.some_schema_src.some_table_src limit 100;&lt;/LI-CODE&gt;&lt;P&gt;I've already added params that are needed, you can see below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pat_0-1780047815206.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/27367iFAC95F35F5854CF7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pat_0-1780047815206.png" alt="Pat_0-1780047815206.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;when trying to create synced table, I get following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Incremental sync for table some_catalog_src.some_schema_src.some_table_src requires Auto CDF to identify changes, which is only available in the PREVIEW channel. Set pipeline_channel = PREVIEW to proceed.&lt;/LI-CODE&gt;&lt;P&gt;This materialized view is created manually, but I have also tested on MV created via SDP (in PREVIEW channel).&lt;BR /&gt;&lt;BR /&gt;this works with tables:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;create table some_catalog.some_schema.some_table_tbl
tblproperties(
  'delta.enableChangeDataFeed' = 'true')
as
select * from some_catalog_src.some_schema_src.some_table_tbl_src limit 100;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;The source for triggered sync needs to have CDF enabled:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pat_2-1780048797934.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/27369i56EC67D4C0ACB76F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pat_2-1780048797934.png" alt="Pat_2-1780048797934.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and I believe I have this enabled, but just noticed it's in Private Preview, so will need to double check:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.reddit.com/r/databricks/comments/1rl264r/materialized_view_change_data_feed_cdf_private/" target="_blank" rel="noopener"&gt;https://www.reddit.com/r/databricks/comments/1rl264r/materialized_view_change_data_feed_cdf_private/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;while I wrote this, I will leave it and double check if I have enabled CDF on MVs&lt;/P&gt;</description>
    <pubDate>Fri, 29 May 2026 10:05:34 GMT</pubDate>
    <dc:creator>Pat</dc:creator>
    <dc:date>2026-05-29T10:05:34Z</dc:date>
    <item>
      <title>Sync Tables: Unity Catalog to Lakebase - Materialized Views triggered mode</title>
      <link>https://community.databricks.com/t5/data-engineering/sync-tables-unity-catalog-to-lakebase-materialized-views/m-p/157881#M54629</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am facing some issues syncing Materialized Views into Lakebase with triggered mode, and I actually wonder if this is actually possible.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;create materialized view some_catalog.some_schema.some_table
tblproperties(
  'delta.enableChangeDataFeed' = 'true',
  'pipelines.channel'='PREVIEW')
as
select * from some_catalog_src.some_schema_src.some_table_src limit 100;&lt;/LI-CODE&gt;&lt;P&gt;I've already added params that are needed, you can see below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pat_0-1780047815206.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/27367iFAC95F35F5854CF7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pat_0-1780047815206.png" alt="Pat_0-1780047815206.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;when trying to create synced table, I get following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Incremental sync for table some_catalog_src.some_schema_src.some_table_src requires Auto CDF to identify changes, which is only available in the PREVIEW channel. Set pipeline_channel = PREVIEW to proceed.&lt;/LI-CODE&gt;&lt;P&gt;This materialized view is created manually, but I have also tested on MV created via SDP (in PREVIEW channel).&lt;BR /&gt;&lt;BR /&gt;this works with tables:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;create table some_catalog.some_schema.some_table_tbl
tblproperties(
  'delta.enableChangeDataFeed' = 'true')
as
select * from some_catalog_src.some_schema_src.some_table_tbl_src limit 100;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;The source for triggered sync needs to have CDF enabled:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pat_2-1780048797934.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/27369i56EC67D4C0ACB76F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pat_2-1780048797934.png" alt="Pat_2-1780048797934.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and I believe I have this enabled, but just noticed it's in Private Preview, so will need to double check:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.reddit.com/r/databricks/comments/1rl264r/materialized_view_change_data_feed_cdf_private/" target="_blank" rel="noopener"&gt;https://www.reddit.com/r/databricks/comments/1rl264r/materialized_view_change_data_feed_cdf_private/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;while I wrote this, I will leave it and double check if I have enabled CDF on MVs&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2026 10:05:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sync-tables-unity-catalog-to-lakebase-materialized-views/m-p/157881#M54629</guid>
      <dc:creator>Pat</dc:creator>
      <dc:date>2026-05-29T10:05:34Z</dc:date>
    </item>
  </channel>
</rss>

