<?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 Sql server setup for lakeflow sql server connector to create ingestion in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/sql-server-setup-for-lakeflow-sql-server-connector-to-create/m-p/142871#M52039</link>
    <description>&lt;P&gt;When i am executing below command change instance is getting created but without lakeflow as prefix, i read the documentation and it mentioned that to track schema evolution we need to have prefix, can I please get some assistance.&lt;/P&gt;&lt;P&gt;Command Used:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;EXEC&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;dbo.lakeflowSetupChangeDataCapture&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;@Tables&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'dbo.test_table'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 02 Jan 2026 19:05:40 GMT</pubDate>
    <dc:creator>ShivangiB1</dc:creator>
    <dc:date>2026-01-02T19:05:40Z</dc:date>
    <item>
      <title>Sql server setup for lakeflow sql server connector to create ingestion</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-server-setup-for-lakeflow-sql-server-connector-to-create/m-p/142871#M52039</link>
      <description>&lt;P&gt;When i am executing below command change instance is getting created but without lakeflow as prefix, i read the documentation and it mentioned that to track schema evolution we need to have prefix, can I please get some assistance.&lt;/P&gt;&lt;P&gt;Command Used:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;EXEC&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;dbo.lakeflowSetupChangeDataCapture&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;@Tables&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'dbo.test_table'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Jan 2026 19:05:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-server-setup-for-lakeflow-sql-server-connector-to-create/m-p/142871#M52039</guid>
      <dc:creator>ShivangiB1</dc:creator>
      <dc:date>2026-01-02T19:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sql server setup for lakeflow sql server connector to create ingestion</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-server-setup-for-lakeflow-sql-server-connector-to-create/m-p/142875#M52040</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/154542"&gt;@ShivangiB1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The lakeflow prefix is not mandatory. Schema evolution is not tracked based on the CDC change instance name, but through Delta Lake metadata and Lakeflow pipeline configuration.&lt;/P&gt;&lt;P&gt;Your command is working correctly. The change instance being created without the lakeflow_ prefix is expected behavior for lakeflowSetupChangeDataCapture.&lt;/P&gt;&lt;P&gt;Schema evolution is handled at the Delta/Lakeflow layer (auto-merge, schema evolution settings), not by the CDC naming convention. The prefix mentioned in documentation is only a recommended or example convention, not a technical requirement.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 22:16:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-server-setup-for-lakeflow-sql-server-connector-to-create/m-p/142875#M52040</guid>
      <dc:creator>lingareddy_Alva</dc:creator>
      <dc:date>2026-01-02T22:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sql server setup for lakeflow sql server connector to create ingestion</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-server-setup-for-lakeflow-sql-server-connector-to-create/m-p/143241#M52130</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/24053"&gt;@lingareddy_Alva&lt;/a&gt;&amp;nbsp;, thanks for the explanation, but when i checked the databricks documentation it mentioned below line :&lt;/P&gt;&lt;P&gt;Lakeflow Connect only manages capture instances that match this naming pattern(&lt;SPAN&gt;lakeflow_ prefix)&lt;/SPAN&gt;. Pre-existing capture instances with different names are preserved and remain unaffected by Lakeflow operations.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help on this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 17:58:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-server-setup-for-lakeflow-sql-server-connector-to-create/m-p/143241#M52130</guid>
      <dc:creator>ShivangiB1</dc:creator>
      <dc:date>2026-01-07T17:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sql server setup for lakeflow sql server connector to create ingestion</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-server-setup-for-lakeflow-sql-server-connector-to-create/m-p/143244#M52131</link>
      <description>&lt;P&gt;and when i altered the table got below warning :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WARNING: Table [dbo].[test_table] has a pre-existing capture instance named 'dbo_test_table' that was not created by lakeflow. Lakeflow will preserve this instance and create its own instance alongside it. Settings (filegroup, role, supports_net_changes) will be copied from the pre-existing instance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 18:36:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-server-setup-for-lakeflow-sql-server-connector-to-create/m-p/143244#M52131</guid>
      <dc:creator>ShivangiB1</dc:creator>
      <dc:date>2026-01-07T18:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sql server setup for lakeflow sql server connector to create ingestion</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-server-setup-for-lakeflow-sql-server-connector-to-create/m-p/143283#M52137</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/154542"&gt;@ShivangiB1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The documentation is correct. Lakeflow Connect only manages CDC capture instances with the lakeflow_ prefix. Any existing CDC instances without this prefix are treated as external and intentionally preserved.&lt;/P&gt;&lt;P&gt;the warning was, the original dbo_test_table instance existed prior to Lakeflow, so Lakeflow correctly created its own lakeflow_dbo_test_table instance alongside it. Schema evolution is handled at the Delta/Lakeflow pipeline level and is not dependent on the CDC instance naming convention. The warning confirms correct and expected behavior.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 05:36:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-server-setup-for-lakeflow-sql-server-connector-to-create/m-p/143283#M52137</guid>
      <dc:creator>lingareddy_Alva</dc:creator>
      <dc:date>2026-01-08T05:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sql server setup for lakeflow sql server connector to create ingestion</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-server-setup-for-lakeflow-sql-server-connector-to-create/m-p/143327#M52146</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/24053"&gt;@lingareddy_Alva&lt;/a&gt;&amp;nbsp;, but dbo_test_table was created by&amp;nbsp;&lt;SPAN&gt;lakeflowSetupChangeDataCapture, how this instance will be monitored than, just bit confused related to instance creation.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 10:21:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-server-setup-for-lakeflow-sql-server-connector-to-create/m-p/143327#M52146</guid>
      <dc:creator>ShivangiB1</dc:creator>
      <dc:date>2026-01-08T10:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sql server setup for lakeflow sql server connector to create ingestion</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-server-setup-for-lakeflow-sql-server-connector-to-create/m-p/143367#M52163</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/154542"&gt;@ShivangiB1&lt;/a&gt;&amp;nbsp; Even though dbo_test_table was created by running lakeflowSetupChangeDataCapture, Lakeflow does NOT consider it a Lakeflow-managed instance unless it follows the lakeflow_ naming pattern.&lt;/P&gt;&lt;P&gt;So Created by lakeflowSetupChangeDataCapture ≠ Managed by Lakeflow&lt;BR /&gt;Managed by Lakeflow ⇒ Must have lakeflow_ prefix&lt;BR /&gt;If it does not have the prefix, Lakeflow will not monitor or control it, even if the stored procedure created it.&lt;/P&gt;&lt;P&gt;Even if dbo_test_table was created via lakeflowSetupChangeDataCapture, Lakeflow does not manage or monitor it unless the capture instance follows the lakeflow_ naming convention. The prefix is the sole mechanism Lakeflow uses to determine ownership and lifecycle management, which is why a second instance is created and monitored.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 15:01:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-server-setup-for-lakeflow-sql-server-connector-to-create/m-p/143367#M52163</guid>
      <dc:creator>lingareddy_Alva</dc:creator>
      <dc:date>2026-01-08T15:01:12Z</dc:date>
    </item>
  </channel>
</rss>

