<?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: Lakebase CDF — destination Delta table not created after successful UI setup (Free Edition) in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/lakebase-cdf-destination-delta-table-not-created-after/m-p/162161#M55045</link>
    <description>&lt;P data-pm-slice="1 3 []"&gt;Most likely this is a Free Edition storage limitation rather than a bug, and your Postgres-side setup sounds correct. Lakebase CDF writes its destination as a Unity Catalog managed Delta table, and the &lt;A href="https://docs.databricks.com/aws/en/oltp/projects/lakebase-cdf" target="_blank"&gt;Lakebase CDF docs&lt;/A&gt; list catalogs backed by default storage as unsupported destinations. Free Edition workspaces run on default storage (&lt;A href="https://docs.databricks.com/aws/en/getting-started/free-edition-limitations" target="_blank"&gt;custom workspace storage locations are unsupported&lt;/A&gt;), so the destination table creation cannot complete there, which matches what you see: setup goes through, but &lt;CODE&gt;wal2delta.tables&lt;/CODE&gt; never gets a destination.&lt;/P&gt;
&lt;P&gt;To confirm and move forward:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Check the destination catalog's storage location in Catalog Explorer (catalog &amp;gt; Details). If the path contains &lt;CODE&gt;unitystorage&lt;/CODE&gt;, it is default storage, and that catalog cannot be a CDF destination today.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;While you are in there, verify the other &lt;A href="https://docs.databricks.com/aws/en/oltp/projects/lakebase-cdf" target="_blank"&gt;requirements&lt;/A&gt;: the source table lives in the &lt;CODE&gt;databricks_postgres&lt;/CODE&gt; database, and your identity has &lt;CODE&gt;USE CATALOG&lt;/CODE&gt;, &lt;CODE&gt;USE SCHEMA&lt;/CODE&gt;, and &lt;CODE&gt;CREATE TABLE&lt;/CODE&gt; on the destination catalog and schema.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;To see CDF working end to end, run the same setup in a workspace whose destination catalog is backed by your own cloud storage (an external-location-backed catalog on a standard or trial workspace). Everything you did on the Postgres side (&lt;CODE&gt;REPLICA IDENTITY FULL&lt;/CODE&gt;, rows present before enabling) carries over as is.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Wed, 08 Jul 2026 02:59:30 GMT</pubDate>
    <dc:creator>anagilla</dc:creator>
    <dc:date>2026-07-08T02:59:30Z</dc:date>
    <item>
      <title>Lakebase CDF — destination Delta table not created after successful UI setup (Free Edition)</title>
      <link>https://community.databricks.com/t5/data-engineering/lakebase-cdf-destination-delta-table-not-created-after/m-p/162052#M55042</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Summary:&lt;BR /&gt;We configured Lakebase CDF to stream changes from a native Postgres table (public.query_logs) into Unity Catalog, but the destination Delta table never appears despite completing all documented prerequisites.&lt;/P&gt;&lt;P&gt;Steps taken&lt;/P&gt;&lt;P&gt;1. Created query_logs in Lakebase and confirmed rows are written successfully (application INSERTs work).&lt;BR /&gt;2. Ran ALTER TABLE query_logs REPLICA IDENTITY FULL; and verified replica identity.&lt;BR /&gt;Enabled Lakebase CDF in the branch UI: source schema public, destination UC catalog/schema configured, target table name lb_query_logs_history.&lt;BR /&gt;3. UI shows CDF as started; we waited for initial snapshot / streaming.&lt;BR /&gt;4. Verified from Databricks: spark.table("&amp;lt;catalog&amp;gt;.default.lb_query_logs_history") fails — table not found in Catalog Explorer.&lt;BR /&gt;&lt;BR /&gt;Expected: A UC-managed Delta table (e.g. lb_query_logs_history) with CDF metadata columns (_pg_change_type, _timestamp, etc.) reflecting inserts into query_logs.&lt;/P&gt;&lt;P&gt;Actual: No destination Delta table in UC. Querying Lakebase wal2delta.tables also shows no usable destination. Source table continues to receive writes normally.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Questions:&lt;/P&gt;&lt;P&gt;Is this a known Free Edition limitation, or a bug?&lt;BR /&gt;Any required diagnostics or support steps we should run?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_2829.jpeg" style="width: 1622px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/28680i26D6A7DB98E5381A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG_2829.jpeg" alt="IMG_2829.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_2828.jpeg" style="width: 878px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/28681i02A3AE2DF8F615A5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG_2828.jpeg" alt="IMG_2828.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2026 02:49:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/lakebase-cdf-destination-delta-table-not-created-after/m-p/162052#M55042</guid>
      <dc:creator>ChiaMingHu</dc:creator>
      <dc:date>2026-07-07T02:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Lakebase CDF — destination Delta table not created after successful UI setup (Free Edition)</title>
      <link>https://community.databricks.com/t5/data-engineering/lakebase-cdf-destination-delta-table-not-created-after/m-p/162161#M55045</link>
      <description>&lt;P data-pm-slice="1 3 []"&gt;Most likely this is a Free Edition storage limitation rather than a bug, and your Postgres-side setup sounds correct. Lakebase CDF writes its destination as a Unity Catalog managed Delta table, and the &lt;A href="https://docs.databricks.com/aws/en/oltp/projects/lakebase-cdf" target="_blank"&gt;Lakebase CDF docs&lt;/A&gt; list catalogs backed by default storage as unsupported destinations. Free Edition workspaces run on default storage (&lt;A href="https://docs.databricks.com/aws/en/getting-started/free-edition-limitations" target="_blank"&gt;custom workspace storage locations are unsupported&lt;/A&gt;), so the destination table creation cannot complete there, which matches what you see: setup goes through, but &lt;CODE&gt;wal2delta.tables&lt;/CODE&gt; never gets a destination.&lt;/P&gt;
&lt;P&gt;To confirm and move forward:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Check the destination catalog's storage location in Catalog Explorer (catalog &amp;gt; Details). If the path contains &lt;CODE&gt;unitystorage&lt;/CODE&gt;, it is default storage, and that catalog cannot be a CDF destination today.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;While you are in there, verify the other &lt;A href="https://docs.databricks.com/aws/en/oltp/projects/lakebase-cdf" target="_blank"&gt;requirements&lt;/A&gt;: the source table lives in the &lt;CODE&gt;databricks_postgres&lt;/CODE&gt; database, and your identity has &lt;CODE&gt;USE CATALOG&lt;/CODE&gt;, &lt;CODE&gt;USE SCHEMA&lt;/CODE&gt;, and &lt;CODE&gt;CREATE TABLE&lt;/CODE&gt; on the destination catalog and schema.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;To see CDF working end to end, run the same setup in a workspace whose destination catalog is backed by your own cloud storage (an external-location-backed catalog on a standard or trial workspace). Everything you did on the Postgres side (&lt;CODE&gt;REPLICA IDENTITY FULL&lt;/CODE&gt;, rows present before enabling) carries over as is.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 08 Jul 2026 02:59:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/lakebase-cdf-destination-delta-table-not-created-after/m-p/162161#M55045</guid>
      <dc:creator>anagilla</dc:creator>
      <dc:date>2026-07-08T02:59:30Z</dc:date>
    </item>
  </channel>
</rss>

