<?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: Migrating data from synapse to databricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/migrating-data-from-synapse-to-databricks/m-p/94341#M38878</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/116440"&gt;@Krizofe&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of copying all the data with ADF into files in the Data lake, you could use Lakehouse Federation in Databricks. Create a connection to Azure Synapse, and then you can query your data from Synapse directly in a catalog in Unity Catalog.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Oct 2024 20:15:28 GMT</pubDate>
    <dc:creator>Stefan-Koch</dc:creator>
    <dc:date>2024-10-16T20:15:28Z</dc:date>
    <item>
      <title>Migrating data from synapse to databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/migrating-data-from-synapse-to-databricks/m-p/83338#M37037</link>
      <description>&lt;P&gt;Hello team,&lt;/P&gt;&lt;P&gt;I have a requirement of moving all the table from Azure Synapse (dedicated sql pool) to databricks.&lt;/P&gt;&lt;P&gt;we have a data coming up from source to azure data lake frequently.&lt;/P&gt;&lt;P&gt;we have Azure data factory to load data (data flow does the basic transformation ) to Synapse.&lt;/P&gt;&lt;P&gt;we are looking to migrate data(tables) from synapse to databricks as a requirement.&lt;/P&gt;&lt;P&gt;And the new data from azure data lake to be ingested directly to databricks bypassing synapse.&lt;/P&gt;&lt;P&gt;can you please let me know the best approach to perform this action.&lt;/P&gt;&lt;P&gt;your insights are valuable!! Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2024 04:40:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/migrating-data-from-synapse-to-databricks/m-p/83338#M37037</guid>
      <dc:creator>Krizofe</dc:creator>
      <dc:date>2024-08-18T04:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating data from synapse to databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/migrating-data-from-synapse-to-databricks/m-p/83343#M37038</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Use Azure Data Factory (ADF):&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Configure a pipeline in ADF to copy data from Synapse SQL to Azure Data Lake. Set up an ADF Copy Activity to handle this data transfer.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Source Dataset:&lt;/STRONG&gt; Azure Synapse SQL table.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Sink Dataset:&lt;/STRONG&gt; Azure Data Lake Storage or Azure Blob Storage.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Data Movement Activity:&lt;/STRONG&gt; Use the Copy Data activity in ADF.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H4&gt;&lt;STRONG&gt;Load Data into Databricks&lt;/STRONG&gt;&lt;/H4&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Create Delta Tables in Databricks:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use Delta Lake for storing and managing data in Databricks. Delta Lake provides ACID transactions and supports efficient queries.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Automate Data Ingestion:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Set up Databricks jobs or Delta Live Tables to automate the ingestion of data from Azure Data Lake into Delta tables.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;H4&gt;&lt;STRONG&gt;Update Data Pipeline&lt;/STRONG&gt;&lt;/H4&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Adjust ADF Pipelines:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Update your Azure Data Factory pipelines to load new data directly into Databricks instead of Synapse.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Source Dataset:&lt;/STRONG&gt; Azure Data Lake Storage.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Sink Dataset:&lt;/STRONG&gt; Databricks Delta table.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Sun, 18 Aug 2024 06:21:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/migrating-data-from-synapse-to-databricks/m-p/83343#M37038</guid>
      <dc:creator>Rishabh-Pandey</dc:creator>
      <dc:date>2024-08-18T06:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating data from synapse to databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/migrating-data-from-synapse-to-databricks/m-p/83344#M37039</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Rishabh Pandey,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for the reply but just have some concerns.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The data volume is huge like in billions and data gets deleted once loaded to Synapse.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Pushing all those data back to Azure Storage account from Synapse will be time consuming and costing more on storage. (Note: we have 3k tables with billions of rows)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So, we have any approach to directly move data to Databricks without staging it to Azure storage.&lt;/P&gt;&lt;P&gt;Thanks for the reply, mate.&lt;/P&gt;&lt;P&gt;Your insights will be valuable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2024 06:37:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/migrating-data-from-synapse-to-databricks/m-p/83344#M37039</guid>
      <dc:creator>Krizofe</dc:creator>
      <dc:date>2024-08-18T06:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating data from synapse to databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/migrating-data-from-synapse-to-databricks/m-p/83439#M37040</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/116440"&gt;@Krizofe&lt;/a&gt;, Thanks for reaching out! Please review the response and let us know if it answers your question. Your feedback is valuable to us and the community.&lt;/P&gt;
&lt;P&gt;If the response resolves your issue, kindly mark it as the accepted solution. This will help close the thread and assist others with similar queries.&lt;/P&gt;
&lt;P&gt;We appreciate your participation and are here if you need further assistance!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 12:41:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/migrating-data-from-synapse-to-databricks/m-p/83439#M37040</guid>
      <dc:creator>Retired_mod</dc:creator>
      <dc:date>2024-08-19T12:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating data from synapse to databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/migrating-data-from-synapse-to-databricks/m-p/83526#M37041</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/116440"&gt;@Krizofe&lt;/a&gt;&amp;nbsp; You can use Azure Databricks to directly query and load data from Azure Synapse using Apache Spark. Databricks has built-in connectors that allow it to read from Synapse (or its underlying SQL Data Warehouse).&lt;/P&gt;&lt;P&gt;load it from synapse and then write it to ADLS .&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 04:36:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/migrating-data-from-synapse-to-databricks/m-p/83526#M37041</guid>
      <dc:creator>Rishabh-Pandey</dc:creator>
      <dc:date>2024-08-20T04:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating data from synapse to databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/migrating-data-from-synapse-to-databricks/m-p/94333#M38872</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Rishabh,&lt;/P&gt;&lt;P&gt;Thanks for the explanation, it looks a little oversimplified. I feel like copying tables from one place to another is not a big deal, however, the real challenge is to update the stored procedures and deal with system integrations. What is your recommendation for that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 19:47:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/migrating-data-from-synapse-to-databricks/m-p/94333#M38872</guid>
      <dc:creator>ebm</dc:creator>
      <dc:date>2024-10-16T19:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating data from synapse to databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/migrating-data-from-synapse-to-databricks/m-p/94341#M38878</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/116440"&gt;@Krizofe&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of copying all the data with ADF into files in the Data lake, you could use Lakehouse Federation in Databricks. Create a connection to Azure Synapse, and then you can query your data from Synapse directly in a catalog in Unity Catalog.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 20:15:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/migrating-data-from-synapse-to-databricks/m-p/94341#M38878</guid>
      <dc:creator>Stefan-Koch</dc:creator>
      <dc:date>2024-10-16T20:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating data from synapse to databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/migrating-data-from-synapse-to-databricks/m-p/99918#M40139</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/116440"&gt;@Krizofe&lt;/a&gt;&amp;nbsp;, Just gone through you deatils and thought our similar experience&amp;nbsp; with&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;Azure Synapse to databrick migration. We faced a similar situation and were initially hesitant, One of the my colleague recommanded to use &lt;STRONG&gt;Travinto Technologies accelator&lt;/STRONG&gt;,&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;but after using Travinto Technologies' ETL migrator solution and services, we were blown away.Their accelerator helped us seamlessly migrate data and ETL jobs for our clients, saving us time and effort. We highly recommend Travinto Technologies.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Nov 2024 17:54:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/migrating-data-from-synapse-to-databricks/m-p/99918#M40139</guid>
      <dc:creator>thelogicplus</dc:creator>
      <dc:date>2024-11-24T17:54:22Z</dc:date>
    </item>
  </channel>
</rss>

