<?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 Lakebase CDF databricks error synced in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/lakebase-cdf-databricks-error-synced/m-p/161182#M54998</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have defined&amp;nbsp;Lakebase Change Data Feed (CDF) in order to sync some lakebase native tables into my catalog.schema, i can see that the tables are created with a naming convention like this: lb_*_history.&lt;BR /&gt;&lt;BR /&gt;sometimes the status is persisting in snapshoting for hours and when it is on&amp;nbsp;&lt;SPAN&gt;Enabled status, the insert of a new row in lakebase side will not sync with the history tables in UC side. (Ony the first version was snapshot)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is there any way to solve this issue?&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jul 2026 09:31:08 GMT</pubDate>
    <dc:creator>Abdel_GBAL</dc:creator>
    <dc:date>2026-07-02T09:31:08Z</dc:date>
    <item>
      <title>Lakebase CDF databricks error synced</title>
      <link>https://community.databricks.com/t5/data-engineering/lakebase-cdf-databricks-error-synced/m-p/161182#M54998</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have defined&amp;nbsp;Lakebase Change Data Feed (CDF) in order to sync some lakebase native tables into my catalog.schema, i can see that the tables are created with a naming convention like this: lb_*_history.&lt;BR /&gt;&lt;BR /&gt;sometimes the status is persisting in snapshoting for hours and when it is on&amp;nbsp;&lt;SPAN&gt;Enabled status, the insert of a new row in lakebase side will not sync with the history tables in UC side. (Ony the first version was snapshot)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is there any way to solve this issue?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2026 09:31:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/lakebase-cdf-databricks-error-synced/m-p/161182#M54998</guid>
      <dc:creator>Abdel_GBAL</dc:creator>
      <dc:date>2026-07-02T09:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Lakebase CDF databricks error synced</title>
      <link>https://community.databricks.com/t5/data-engineering/lakebase-cdf-databricks-error-synced/m-p/161208#M55000</link>
      <description>&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea" data-pm-slice="1 1 []"&gt;Thanks for sharing the screenshots. Assuming this is Lakebase Change Data Feed (formerly Lakehouse Sync) from Lakebase Postgres into Unity Catalog &lt;CODE&gt;lb_*_history&lt;/CODE&gt; tables, this does not look like expected steady-state behavior.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;A few things stand out:&lt;/P&gt;
&lt;UL class="wnfdnte" dir="auto"&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;One table is in &lt;CODE&gt;Enabled&lt;/CODE&gt; state, but its &lt;CODE&gt;Last update&lt;/CODE&gt; is 2 days old. That usually suggests the feed is not advancing even though it is not marked as failed.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;Other tables are still in &lt;CODE&gt;Snapshotting&lt;/CODE&gt;. That can be normal during the initial load, especially for larger tables, but if a table has been stuck there for more than ~24 hours with no visible progress, I’d treat that as a red flag.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;One table is in &lt;CODE&gt;Error&lt;/CODE&gt;, which generally indicates a real feed issue rather than normal CDF lag.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;A few checks I’d recommend:&lt;/P&gt;
&lt;UL class="wnfdnte" dir="auto"&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;Confirm the source tables are native Lakebase tables in the &lt;CODE&gt;databricks_postgres&lt;/CODE&gt; database.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;Verify the affected tables have &lt;CODE&gt;REPLICA IDENTITY FULL&lt;/CODE&gt; set, since that is required for Lakebase CDF.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;In the Lakebase SQL editor, run:&lt;/P&gt;
&lt;PRE class="_1ibi0s3d1" dir="auto"&gt;&lt;CODE class="language-sql"&gt;SELECT * FROM wal2delta.tables;&lt;/CODE&gt;&lt;/PRE&gt;
This should show the per-table `status`, `committed_lsn`, and `last_write_time`, and is usually the best way to confirm whether the feed is actually progressing.&lt;/LI&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;For the table in &lt;CODE&gt;Error&lt;/CODE&gt;, check any error details exposed in the Lakebase CDF UI right away. If the UI surfaces an error message, that will usually be the fastest clue to whether this is a permissions issue, schema issue, or something else operational.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;Check whether there were any recent schema changes on those tables. Schema changes can trigger a full re-snapshot, and because the feature is still in Public Preview, recent column adds/drops/type changes are especially worth calling out when troubleshooting.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;If the table remains in &lt;CODE&gt;Enabled&lt;/CODE&gt; but &lt;CODE&gt;last_write_time&lt;/CODE&gt; does not move after new inserts, if &lt;CODE&gt;Snapshotting&lt;/CODE&gt; continues beyond a reasonable initial-load window, or if a table stays in &lt;CODE&gt;Error&lt;/CODE&gt;, I’d recommend opening a Databricks support ticket and including:&lt;/P&gt;
&lt;UL class="wnfdnte" dir="auto"&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;the CDF status screenshots&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;output of &lt;CODE&gt;SELECT * FROM wal2delta.tables;&lt;/CODE&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;confirmation that &lt;CODE&gt;REPLICA IDENTITY FULL&lt;/CODE&gt; is set&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;whether the tables recently had schema changes or are especially large&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;any exact error text shown in the UI&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;One final note: this diagnostic path applies specifically to Lakebase CDF / Lakebase Postgres → Unity Catalog history tables. If the workflow is actually Unity Catalog → Lakebase synced tables, the troubleshooting path is different.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;So in short: &lt;CODE&gt;Snapshotting&lt;/CODE&gt; can be normal during the initial load, but &lt;CODE&gt;Enabled&lt;/CODE&gt; with no updates for days, &lt;CODE&gt;Snapshotting&lt;/CODE&gt; with no progress for an extended period, and especially &lt;CODE&gt;Error&lt;/CODE&gt; are all signs that the feed likely needs deeper investigation.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2026 13:14:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/lakebase-cdf-databricks-error-synced/m-p/161208#M55000</guid>
      <dc:creator>yogeshsingh</dc:creator>
      <dc:date>2026-07-02T13:14:59Z</dc:date>
    </item>
  </channel>
</rss>

