<?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: Redshift to Databricks Migration with Lakebridge in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/redshift-to-databricks-migration-with-lakebridge/m-p/154510#M54109</link>
    <description>&lt;P&gt;There is a nice course on Partner Academy as well . It uses SQL Server as a target system for migration but you can follow the same steps for Redshift as well .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://partner-academy.databricks.com/learn/courses/4326/lakebridge-for-sql-source-system-migration" target="_blank"&gt;https://partner-academy.databricks.com/learn/courses/4326/lakebridge-for-sql-source-system-migration&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Apr 2026 17:56:16 GMT</pubDate>
    <dc:creator>pradeep_singh</dc:creator>
    <dc:date>2026-04-14T17:56:16Z</dc:date>
    <item>
      <title>Redshift to Databricks Migration with Lakebridge</title>
      <link>https://community.databricks.com/t5/data-engineering/redshift-to-databricks-migration-with-lakebridge/m-p/154456#M54104</link>
      <description>&lt;P&gt;We are currently performing an assessment for a client’s Redshift to Databricks migration, and we would like to better understand the enhanced capabilities of Lakebridge for this use case.&lt;/P&gt;&lt;P&gt;We would appreciate clarification on the following points:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Scope of Lakebridge capabilities&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Is Lakebridge capable of handling:&lt;/STRONG&gt;&lt;BR /&gt;Data migration&lt;BR /&gt;Metadata migration&lt;BR /&gt;Workflow / orchestration migration&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Migration lifecycle coverage&lt;/STRONG&gt;&lt;BR /&gt;Does Lakebridge support the full migration lifecycle, including discovery, analysis, and conversion?&lt;BR /&gt;My earlier understanding was that it primarily supported analysis, so I would like to confirm the current capabilities.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Licensing and cost&lt;/STRONG&gt;&lt;BR /&gt;I understand that Lakebridge is an open‑source project. In its current form or recent enhancements, is there any licensing cost or commercial offering involved?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Databricks best practices&lt;/STRONG&gt;&lt;BR /&gt;Are there any official Databricks‑recommended best practices or reference architectures specifically for Redshift to Databricks migrations, especially when using Lakebridge?&lt;/P&gt;&lt;P&gt;Thanks in advance for your guidance and insights.&lt;BR /&gt;Any details or references would be greatly appreciated.&lt;/P&gt;&lt;P&gt;#lakebridge #redshift&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 14:04:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/redshift-to-databricks-migration-with-lakebridge/m-p/154456#M54104</guid>
      <dc:creator>abhijit007</dc:creator>
      <dc:date>2026-04-14T14:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Redshift to Databricks Migration with Lakebridge</title>
      <link>https://community.databricks.com/t5/data-engineering/redshift-to-databricks-migration-with-lakebridge/m-p/154472#M54108</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/97456"&gt;@abhijit007&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a Redshift --&amp;gt; Databricks migration, Lakebridge is designed to automate the code and metadata side of the migration and help you validate results on Databricks.&amp;nbsp;Lakebridge does not copy data out of Redshift itself. Data movement is typically handled via Databricks Lakeflow/native connectors/cloud data-migration tools, with Lakebridge used to profile the estate and then validate the data on Databricks once it has landed. Lakebridge can scan your Redshift SQL and objects, estimate migration effort, and convert a large portion of SQL and DDL into Databricks SQL, surfacing what needs manual review. Lakebridge also focuses on the SQL and ETL logic inside pipelines. Orchestrators (e.g., Airflow, Step Functions, schedulers) are typically re-implemented or integrated with Databricks Lakeflow Jobs as part of the overall migration plan.&lt;/P&gt;
&lt;P class="p8i6j01 paragraph"&gt;Lakebridge supports most of the technical migration lifecycle such as discovery &amp;amp; assessment which involves&amp;nbsp;Profiling + Analyzer to inventory objects, classify complexity, and estimate effort and.... conversion which involves automated SQL/ETL conversion using a combination of deterministic converters and LLM-based translation for more complex patterns. It will also help with reconciling schemas and data (row counts, aggregates, column checks) between Redshift and Databricks to build confidence before the cut-over. However, it does not replace overall project management, cut-over planning, or data-movement plumbing, but plugs into those processes.&lt;/P&gt;
&lt;P&gt;From a licensing and cost perspective,&amp;nbsp;Lakebridge is a free Databricks migration tool. There is no license cost or consumption-based fee for using it.&amp;nbsp;Parts of it (like Profiler and Reconcile) are open source. The Analyzer and converters are free but not open-sourced.&lt;/P&gt;
&lt;P&gt;For Redshift to Databricks, we generally recommend:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Use the &lt;A href="https://www.databricks.com/resources/guide/redshift-databricks-migration-guide" target="_blank"&gt;Redshift to Databricks Migration Guide &lt;/A&gt;to structure the project into clear phases (discovery, assessment, design, migration, validation).&lt;/LI&gt;
&lt;LI&gt;Run Lakebridge to profile and assess the Redshift estate, then use its conversion capabilities to translate as much SQL/ETL as possible and highlight what needs manual refactoring.&lt;/LI&gt;
&lt;LI&gt;Use your preferred data-movement tooling to land data in the lakehouse, then use Lakebridge reconciliation (and optionally partner tools like Datafold) to verify that the migrated workloads are correct before cut-over.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Here are some references that may help.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.databricks.com/solutions/migration/lakebridge" target="_blank"&gt;Lakebridge solution page&lt;/A&gt;: overarching capabilities and links to docs&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.databricks.com/solutions/migration/lakebridge" target="_blank"&gt;Introducing Lakebridge blog&lt;/A&gt;: end-to-end migration story and architecture&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 17:07:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/redshift-to-databricks-migration-with-lakebridge/m-p/154472#M54108</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-04-14T17:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Redshift to Databricks Migration with Lakebridge</title>
      <link>https://community.databricks.com/t5/data-engineering/redshift-to-databricks-migration-with-lakebridge/m-p/154510#M54109</link>
      <description>&lt;P&gt;There is a nice course on Partner Academy as well . It uses SQL Server as a target system for migration but you can follow the same steps for Redshift as well .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://partner-academy.databricks.com/learn/courses/4326/lakebridge-for-sql-source-system-migration" target="_blank"&gt;https://partner-academy.databricks.com/learn/courses/4326/lakebridge-for-sql-source-system-migration&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 17:56:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/redshift-to-databricks-migration-with-lakebridge/m-p/154510#M54109</guid>
      <dc:creator>pradeep_singh</dc:creator>
      <dc:date>2026-04-14T17:56:16Z</dc:date>
    </item>
  </channel>
</rss>

