<?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: Reprocess data present in ADLS in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Reprocess-data-present-in-ADLS/m-p/3972689#M3772</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;- How is your landing zone structured?&amp;nbsp; Are you using a hierarchy for storing when the file(s) were ingested in the landing zone (Ex:&amp;nbsp; Year -&amp;gt; Month -&amp;gt; Day..).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you read from whichever file path is in the Landing Zone or all dynamic, you can access some Metadata as part of the process; including the Modified Date of the file.&amp;nbsp; You can then use a filter to get rid of any data that is before the seed date you passed in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;df = spark.read.format('json').load(&amp;lt;path&amp;gt;).select("*","_metadata.file_modification_time)&amp;nbsp; Or&lt;/P&gt;&lt;P&gt;df = spark.read.format('json').load(&amp;lt;path).select("*").filter("_metadata.file_modification_time" &amp;gt; "&amp;lt;date&amp;gt;")&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jun 2024 02:06:07 GMT</pubDate>
    <dc:creator>jwinchell40</dc:creator>
    <dc:date>2024-06-05T02:06:07Z</dc:date>
    <item>
      <title>Reprocess data present in ADLS</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Reprocess-data-present-in-ADLS/m-p/3970785#M3743</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have a requirement fir a scenario to reprocess old data using data factory pipeline.Here are the details&lt;/P&gt;&lt;P&gt;Storage in ADLSGEN2&lt;BR /&gt;Landing zone(where the data will be stored in the same format as we get from source),Data will be loaded from sql server to ADLS gen2 using&lt;BR /&gt;data pieline copy activity)&lt;/P&gt;&lt;P&gt;Bronze layer(Data from landing zone will be copied to bronze layer by converting it to delta tables,this is done using Azure Databricks notebooks&lt;BR /&gt;which runs pyspark code)&lt;/P&gt;&lt;P&gt;Silver and gold layer(Runs databricks notebook python code)&lt;/P&gt;&lt;P&gt;Now our requirment is,we get data daily through files,Landing zone will have archive of that data for 7 days where as bronze layer is truncate and load everyday.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We need to build a reprocess logic where in if we pass the date as parameter it should trigger the flow and take the old files wrt date we passed and start processing from the landing zone .Could you please help me with this&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 09:28:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Reprocess-data-present-in-ADLS/m-p/3970785#M3743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-04T09:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Reprocess data present in ADLS</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Reprocess-data-present-in-ADLS/m-p/3970932#M3749</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Thanks for using Fabric Community.&lt;BR /&gt;Can you please confirm if your ask is related to Microsoft Fabric or Azure Data Factory?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 10:26:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Reprocess-data-present-in-ADLS/m-p/3970932#M3749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-04T10:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reprocess data present in ADLS</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Reprocess-data-present-in-ADLS/m-p/3972689#M3772</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;- How is your landing zone structured?&amp;nbsp; Are you using a hierarchy for storing when the file(s) were ingested in the landing zone (Ex:&amp;nbsp; Year -&amp;gt; Month -&amp;gt; Day..).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you read from whichever file path is in the Landing Zone or all dynamic, you can access some Metadata as part of the process; including the Modified Date of the file.&amp;nbsp; You can then use a filter to get rid of any data that is before the seed date you passed in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;df = spark.read.format('json').load(&amp;lt;path&amp;gt;).select("*","_metadata.file_modification_time)&amp;nbsp; Or&lt;/P&gt;&lt;P&gt;df = spark.read.format('json').load(&amp;lt;path).select("*").filter("_metadata.file_modification_time" &amp;gt; "&amp;lt;date&amp;gt;")&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 02:06:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Reprocess-data-present-in-ADLS/m-p/3972689#M3772</guid>
      <dc:creator>jwinchell40</dc:creator>
      <dc:date>2024-06-05T02:06:07Z</dc:date>
    </item>
  </channel>
</rss>

