<?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: Adding pipeline extraction date to appended data rows in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Adding-pipeline-extraction-date-to-appended-data-rows/m-p/3954762#M3604</link>
    <description>&lt;P&gt;Thank you! The issue with dataflow is, that I am unable to connect my REST API, because I have to do two queries. First authorize myself and receive a bearer token, 2nd one to use the bearer token as authorization to do the actual query. At least I did not figure out a way to do this with dataflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With data pipeline I can chain the two queries properly. What I did now is saving the raw data I get through data pipelines in a Datalake and transforming it with dataflow as well as adding a additional column with the current date. So it is somewhat a workaround, but it is working.&lt;/P&gt;</description>
    <pubDate>Tue, 28 May 2024 10:48:11 GMT</pubDate>
    <dc:creator>PhilippM</dc:creator>
    <dc:date>2024-05-28T10:48:11Z</dc:date>
    <item>
      <title>Adding pipeline extraction date to appended data rows</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Adding-pipeline-extraction-date-to-appended-data-rows/m-p/3954067#M3598</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I succesfully managed to connect a REST API and transfer the data to a Lakehouse table. I want to do monthly snapshots and append the data to the table. The REST API does not return an extraction data field, so I am wondering how I can add the extraction date in an extra column to the appended data rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas would be appreciated!&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 07:32:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Adding-pipeline-extraction-date-to-appended-data-rows/m-p/3954067#M3598</guid>
      <dc:creator>PhilippM</dc:creator>
      <dc:date>2024-05-28T07:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding pipeline extraction date to appended data rows</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Adding-pipeline-extraction-date-to-appended-data-rows/m-p/3954592#M3603</link>
      <description>&lt;P&gt;Is your ask to do this via Copy activity explicitly within Data pipeline?&lt;BR /&gt;You can use Dataflow Gen 2 with API as source, do Power Query transformation of adding a new column : Datetime.LocalNow()&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/powerquery-m/datetime-localnow" target="_blank"&gt;https://learn.microsoft.com/en-us/powerquery-m/datetime-localnow&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And choose sink as lakehouse&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 10:06:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Adding-pipeline-extraction-date-to-appended-data-rows/m-p/3954592#M3603</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-05-28T10:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding pipeline extraction date to appended data rows</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Adding-pipeline-extraction-date-to-appended-data-rows/m-p/3954762#M3604</link>
      <description>&lt;P&gt;Thank you! The issue with dataflow is, that I am unable to connect my REST API, because I have to do two queries. First authorize myself and receive a bearer token, 2nd one to use the bearer token as authorization to do the actual query. At least I did not figure out a way to do this with dataflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With data pipeline I can chain the two queries properly. What I did now is saving the raw data I get through data pipelines in a Datalake and transforming it with dataflow as well as adding a additional column with the current date. So it is somewhat a workaround, but it is working.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 10:48:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Adding-pipeline-extraction-date-to-appended-data-rows/m-p/3954762#M3604</guid>
      <dc:creator>PhilippM</dc:creator>
      <dc:date>2024-05-28T10:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Adding pipeline extraction date to appended data rows</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Adding-pipeline-extraction-date-to-appended-data-rows/m-p/3955101#M3608</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;You can use Copy activity with REST as Source and add UTCNow() as the Additional Column&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 12:35:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Adding-pipeline-extraction-date-to-appended-data-rows/m-p/3955101#M3608</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-05-28T12:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding pipeline extraction date to appended data rows</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Adding-pipeline-extraction-date-to-appended-data-rows/m-p/3955190#M3610</link>
      <description>&lt;P&gt;Exactly what I was looking for! I was completely missing out on this option, thank you very much!&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 12:50:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Adding-pipeline-extraction-date-to-appended-data-rows/m-p/3955190#M3610</guid>
      <dc:creator>PhilippM</dc:creator>
      <dc:date>2024-05-28T12:50:42Z</dc:date>
    </item>
  </channel>
</rss>

