<?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: Leveraging Fabric Pipelines for Parameterized Ingestion from On-Premises Sources in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Leveraging-Fabric-Pipelines-for-Parameterized-Ingestion-from-On/m-p/3866483#M2879</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&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. 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>Wed, 24 Apr 2024 20:34:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-04-24T20:34:22Z</dc:date>
    <item>
      <title>Leveraging Fabric Pipelines for Parameterized Ingestion from On-Premises Sources</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Leveraging-Fabric-Pipelines-for-Parameterized-Ingestion-from-On/m-p/3859602#M2798</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are currently working on a project where we need to ingest data from an on-premises server through a data gateway. The ingestion process involves a Gen 2 dataflow with various queries that connect to the data source. However, we are facing an issue due to the fact that we are also pulling metadata from a metadata table created within a lakehouse in the Fabric workspace.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem arises because, according to the errors we are encountering, all the queries within the dataflow can only be from one source when using the gateway. This limitation is causing problems with the transformations we are attempting to perform between the metadata table and the ingested data from the on-premises server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The metadata table contains the batch ID and the last ingested data, which is crucial for the incremental ingestion process. We need this information to collect only the new entries that are not present in the existing data and store them in the lakehouse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Given this context, we have two main questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is there a way to work around the limitation of having only one data source among multiple queries when using the gateway?&lt;/LI&gt;&lt;LI&gt;If we were to use a Fabric pipeline, is there a way to pass a parameter value (such as the last modified timestamp or batch ID read from the metadata table in another dataflow) to the ingestion dataflow, which it can then use for its reading operations from the on-premises server? Alternatively, is there a way to set environment variables within the pipeline that can serve a similar function if passing parameters to Gen 2 dataflows is not possible?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We understand that the use case is quite complex, but we are eager to leverage Fabric for our problem. Please feel free to ask for clarification if it would help provide better solution answers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 14:11:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Leveraging-Fabric-Pipelines-for-Parameterized-Ingestion-from-On/m-p/3859602#M2798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-22T14:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Leveraging Fabric Pipelines for Parameterized Ingestion from On-Premises Sources</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Leveraging-Fabric-Pipelines-for-Parameterized-Ingestion-from-On/m-p/3860996#M2820</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , I do not think we have a limitation with dataflow gen 2 to have data from one source. You can go and choose another data source, you can use edit connection and rename the connection at the time of adding table and provide credentials and gateway again &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As of now, you can not pass parameters to dataflow, you can pass across data pipeline activity.&lt;/P&gt;
&lt;P&gt;So pass to dataflow, we have it table and use that again. I have done that for incremental&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;#microsoftfabric- How to use Append data option of Data Flow Gen 2 and Data Pipeline| Incremental- &lt;A href="https://youtu.be/E5axX6auBN4" target="_blank"&gt;https://youtu.be/E5axX6auBN4&lt;/A&gt;&lt;BR /&gt;Microsoft Fabric: Load incremental data from local SQL server to Warehouse using on-premise Python- &lt;A href="https://youtu.be/gBGiWGJS5Cs" target="_blank"&gt;https://youtu.be/gBGiWGJS5Cs&lt;/A&gt;&lt;BR /&gt;Microsoft Fabric: How to append only Incremental data using Data Pipeline in Lakehouse- &lt;A href="https://youtu.be/xzhmaQnB2fM" target="_blank"&gt;https://youtu.be/xzhmaQnB2fM&lt;/A&gt;&lt;BR /&gt;Microsoft Fabric: Incremental ETL for Warehouse using Data Pipeline, SQL Procedure- &lt;A href="https://youtu.be/qsOIfTzjCSQ" target="_blank"&gt;https://youtu.be/qsOIfTzjCSQ&lt;/A&gt;&lt;BR /&gt;Microsoft Fabric: Incremental ETL for Warehouse using Dataflow Gen 2, SQL Procedure, Data Pipeline- &lt;A href="https://youtu.be/mpFRnZBXsvQ" target="_blank"&gt;https://youtu.be/mpFRnZBXsvQ&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 03:37:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Leveraging-Fabric-Pipelines-for-Parameterized-Ingestion-from-On/m-p/3860996#M2820</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2024-04-23T03:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Leveraging Fabric Pipelines for Parameterized Ingestion from On-Premises Sources</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Leveraging-Fabric-Pipelines-for-Parameterized-Ingestion-from-On/m-p/3866483#M2879</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&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. 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>Wed, 24 Apr 2024 20:34:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Leveraging-Fabric-Pipelines-for-Parameterized-Ingestion-from-On/m-p/3866483#M2879</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-24T20:34:22Z</dc:date>
    </item>
  </channel>
</rss>

