<?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: how to read multiple objects json data using multiple relative url path in fabric. in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/how-to-read-multiple-objects-json-data-using-multiple-relative/m-p/3547367#M1186</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="643716" data-lia-user-login="anusha_2023" class="lia-mention lia-mention-user"&gt;anusha_2023&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Does the rest API support timestamps to return specific time period data? If yes, you can maintain a control table and use high watermark solution to do incremental extracts even from REST API. &lt;BR /&gt;Please refer to this link: &lt;A href="https://learn.microsoft.com/en-us/azure/data-factory/tutorial-incremental-copy-overview#delta-data-loading-from-database-by-using-a-watermark" target="_blank" rel="noopener"&gt;Link1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This can be extended to rest as well (in fabric data pipelines) as long it excepts querystring with high watermark field.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Please let me know if you have any further questions.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Nov 2023 18:29:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-11-22T18:29:27Z</dc:date>
    <item>
      <title>how to read multiple objects json data using multiple relative url path in fabric.</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/how-to-read-multiple-objects-json-data-using-multiple-relative/m-p/3544215#M1144</link>
      <description>&lt;P&gt;For example I have projects data in one relative path and resources data in another relative path and I am trying to read these two dimensional data from hubplanner rest api into fabric.&lt;/P&gt;&lt;P&gt;I have fact data in bookings and need to do incremetal etl on this data.&lt;/P&gt;&lt;P&gt;I want to load the data into fabric and do transformations using notebook. Please suggest me the best way to do the landing of data into fabric.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right now I have created a pipeline and added three different copy activities to the pipeline for three different types of json objetcs and load these objetcs into notebook through lakhouse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am unbale to setup incremental ETL scenario on bookings. Please let me suggest me the scenarios those can fit my task. Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 09:11:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/how-to-read-multiple-objects-json-data-using-multiple-relative/m-p/3544215#M1144</guid>
      <dc:creator>anusha_2023</dc:creator>
      <dc:date>2023-11-21T09:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to read multiple objects json data using multiple relative url path in fabric.</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/how-to-read-multiple-objects-json-data-using-multiple-relative/m-p/3546164#M1162</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="643716" data-lia-user-login="anusha_2023" class="lia-mention lia-mention-user"&gt;anusha_2023&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for using Fabric Community.&lt;BR /&gt;As I understand you want to&amp;nbsp;&lt;SPAN&gt;perform incremental ETL on your data from hubplanner rest api.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Here are few points that might help you:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;REST API supports pagination . You can copy data from REST API which sends response in Pages using Azure data factory. Please refer to the following links for more details:&lt;SPAN&gt;&amp;nbsp; &lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/connector-rest-copy-activity" target="_blank" rel="noopener"&gt;Link1&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/data-factory/connector-rest?tabs=data-factory#pagination-support" target="_blank" rel="noopener"&gt;Link2&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;You can use copy activity and use REST API dataset as the source and Lakehouse table as the sink dataset and load all the data into a dummy table using a FULL LOAD technique and then use that dummy table to join to the main table to perform incremental load.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;You can also refer to this link for additional help: &lt;A href="https://stackoverflow.com/questions/54812089/bringing-incremental-data-in-from-rest-apis-into-sql-azure" target="_blank" rel="noopener"&gt;Incremental Data&amp;nbsp;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Please let me know if you have any further queries.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 07:09:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/how-to-read-multiple-objects-json-data-using-multiple-relative/m-p/3546164#M1162</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-22T07:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to read multiple objects json data using multiple relative url path in fabric.</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/how-to-read-multiple-objects-json-data-using-multiple-relative/m-p/3546829#M1182</link>
      <description>&lt;P&gt;Thanks for your response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am unclear about how to proceed with pagination when I have to iterate through pages and my response object does not give any clue about how many pages are there or does not give the next_page link or information. Can I have more information on this scenario?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to filter data based on the updated date field for example I need the latest bookings only for this week before loading data into the Lakehouse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you give more information regarding these issues?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 13:00:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/how-to-read-multiple-objects-json-data-using-multiple-relative/m-p/3546829#M1182</guid>
      <dc:creator>anusha_2023</dc:creator>
      <dc:date>2023-11-22T13:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to read multiple objects json data using multiple relative url path in fabric.</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/how-to-read-multiple-objects-json-data-using-multiple-relative/m-p/3547367#M1186</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="643716" data-lia-user-login="anusha_2023" class="lia-mention lia-mention-user"&gt;anusha_2023&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Does the rest API support timestamps to return specific time period data? If yes, you can maintain a control table and use high watermark solution to do incremental extracts even from REST API. &lt;BR /&gt;Please refer to this link: &lt;A href="https://learn.microsoft.com/en-us/azure/data-factory/tutorial-incremental-copy-overview#delta-data-loading-from-database-by-using-a-watermark" target="_blank" rel="noopener"&gt;Link1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This can be extended to rest as well (in fabric data pipelines) as long it excepts querystring with high watermark field.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Please let me know if you have any further questions.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 18:29:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/how-to-read-multiple-objects-json-data-using-multiple-relative/m-p/3547367#M1186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-22T18:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to read multiple objects json data using multiple relative url path in fabric.</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/how-to-read-multiple-objects-json-data-using-multiple-relative/m-p/3552062#M1206</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="643716" data-lia-user-login="anusha_2023" class="lia-mention lia-mention-user"&gt;anusha_2023&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet.&lt;BR /&gt;Otherwise, will respond back with the more details and we will try to help. &lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Nov 2023 16:01:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/how-to-read-multiple-objects-json-data-using-multiple-relative/m-p/3552062#M1206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-25T16:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to read multiple objects json data using multiple relative url path in fabric.</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/how-to-read-multiple-objects-json-data-using-multiple-relative/m-p/3553455#M1218</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="643716" data-lia-user-login="anusha_2023" class="lia-mention lia-mention-user"&gt;anusha_2023&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise, will respond back with the more details and we will try to help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 07:48:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/how-to-read-multiple-objects-json-data-using-multiple-relative/m-p/3553455#M1218</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-27T07:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to read multiple objects json data using multiple relative url path in fabric.</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/how-to-read-multiple-objects-json-data-using-multiple-relative/m-p/3567526#M1307</link>
      <description>&lt;P&gt;Thanks for attaching the pagenation material. I could able to navigate through pages when I am hardcoding the numbers. How to write a loop to go through pages in the queryparameters section of dynamic content?&lt;/P&gt;&lt;P&gt;Now I want to save my last run pipeline date and use that date in the current run as a query parameter. Could you please elaborate how could I able to proceed with this step? For example&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;SPAN&gt;concat(&lt;/SPAN&gt;&lt;SPAN&gt;'{"updatedDate" : {"$gte": "'&lt;/SPAN&gt;&lt;SPAN&gt;,variables(&lt;/SPAN&gt;&lt;SPAN&gt;'lastRunDate'&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;'"}}'&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I want to save my previous run pipeline date in&amp;nbsp;lastRunDate and use that parameter in the current run as above.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Dec 2023 04:05:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/how-to-read-multiple-objects-json-data-using-multiple-relative/m-p/3567526#M1307</guid>
      <dc:creator>anusha_2023</dc:creator>
      <dc:date>2023-12-05T04:05:49Z</dc:date>
    </item>
  </channel>
</rss>

