<?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: Full Load Common Data Model Folders(model.json) using Azure Data Factory in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Full-Load-Common-Data-Model-Folders-model-json-using-Azure-Data/m-p/4273174#M4558</link>
    <description>&lt;P&gt;&lt;FONT&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="839570" data-lia-user-login="nikhilank" class="lia-mention lia-mention-user"&gt;nikhilank&lt;/a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This forum is designed to discuss Fabric related content. If you have a question about ADF, you can go to the following link for more professional help:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://techcommunity.microsoft.com/category/azuredatabases/discussions/azuredatafactory" target="_blank"&gt;Azure Data Factory | Microsoft Community Hub&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can offer you some suggestions that you can consider:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create multiple pipelines that can run in parallel instead of processing folders sequentially. This can significantly reduce the overall data ingestion time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dynamically build folder paths using parameters in the ADF pipeline. This allows you to loop through the date range without having to explicitly list each folder. Consider using the ForEach activity to process each folder dynamically, rather than using the Lookup activity to retrieve all folders.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Optimize Settings in the data factory, such as increasing parallelism and adjusting batch sizes for data movement activities. Take advantage of Snowflake's bulk loading capabilities to ingest data more efficiently.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By leveraging parallel processing, dynamic content, and optimized data movement strategies, you can significantly reduce the time it takes to ingest data from multiple historical folders to Snowflake.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have any questions about Fabric data factory, we look forward to your continued use of this forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Nono Chen&lt;/P&gt;
&lt;P&gt;If this &lt;STRONG&gt;&lt;EM&gt;post&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;helps, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2024 01:35:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-07T01:35:56Z</dc:date>
    <item>
      <title>Full Load Common Data Model Folders(model.json) using Azure Data Factory</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Full-Load-Common-Data-Model-Folders-model-json-using-Azure-Data/m-p/4272961#M4555</link>
      <description>&lt;UL&gt;&lt;LI&gt;We recently implemented loading data from D365 Finance and Operations using Azure Synapse Link --&amp;gt; Common Data Model(model.js)&lt;/LI&gt;&lt;LI&gt;The data is loaded every 1 hour into a storage account and the data factory connects to this storage account, reads the data and ingests the data into snowflake.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Question: What is the fastest way to read data from all the historical folders and ingest the data to Snowflake using data factory? Considering 24 folders are created every day(as the &lt;/STRONG&gt;Enable Incremental Update Folder Structure is set to 60 minutes for Synapse Link)&lt;/LI&gt;&lt;LI&gt;Note: I have already implemented getting all the folders from Storage account using the Lookup activity. This is very time consuming as there are 24 folders created every day. If I need to do a full load of a table right from the beginning after say 30 days, then I will have to loop through 30 * 24 = 720 folders &lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I appreciate your help! Thank you.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 06 Nov 2024 19:39:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Full-Load-Common-Data-Model-Folders-model-json-using-Azure-Data/m-p/4272961#M4555</guid>
      <dc:creator>nikhilank</dc:creator>
      <dc:date>2024-11-06T19:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Full Load Common Data Model Folders(model.json) using Azure Data Factory</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Full-Load-Common-Data-Model-Folders-model-json-using-Azure-Data/m-p/4273174#M4558</link>
      <description>&lt;P&gt;&lt;FONT&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="839570" data-lia-user-login="nikhilank" class="lia-mention lia-mention-user"&gt;nikhilank&lt;/a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This forum is designed to discuss Fabric related content. If you have a question about ADF, you can go to the following link for more professional help:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://techcommunity.microsoft.com/category/azuredatabases/discussions/azuredatafactory" target="_blank"&gt;Azure Data Factory | Microsoft Community Hub&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can offer you some suggestions that you can consider:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create multiple pipelines that can run in parallel instead of processing folders sequentially. This can significantly reduce the overall data ingestion time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dynamically build folder paths using parameters in the ADF pipeline. This allows you to loop through the date range without having to explicitly list each folder. Consider using the ForEach activity to process each folder dynamically, rather than using the Lookup activity to retrieve all folders.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Optimize Settings in the data factory, such as increasing parallelism and adjusting batch sizes for data movement activities. Take advantage of Snowflake's bulk loading capabilities to ingest data more efficiently.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By leveraging parallel processing, dynamic content, and optimized data movement strategies, you can significantly reduce the time it takes to ingest data from multiple historical folders to Snowflake.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have any questions about Fabric data factory, we look forward to your continued use of this forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Nono Chen&lt;/P&gt;
&lt;P&gt;If this &lt;STRONG&gt;&lt;EM&gt;post&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;helps, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 01:35:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Full-Load-Common-Data-Model-Folders-model-json-using-Azure-Data/m-p/4273174#M4558</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-07T01:35:56Z</dc:date>
    </item>
  </channel>
</rss>

