<?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 Dynamic datasources are not supported. in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Dynamic-datasources-are-not-supported/m-p/4086654#M3572</link>
    <description>&lt;P&gt;Hey,&lt;BR /&gt;&lt;BR /&gt;Apologies if my methods doesn't make any sense as I am new to fabrics&lt;BR /&gt;&lt;BR /&gt;Now my work is to get a JSON response from API and transform and load it to a destination. Since there are many tranformations need to be done I used Data flow that calls the API and do some transformations to get the final output. I want to include this dataflow to my datapipeline where some access tokens and some other things required to call the API is done.&lt;BR /&gt;&lt;BR /&gt;I planned on passing the access token as a parameter to the dataflow where the API is comprised of the access token. When I publish the dataflow I get the error like "Dynamic datasources are not supported".&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Fazil M&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Aug 2024 11:53:01 GMT</pubDate>
    <dc:creator>M0hamedFazil</dc:creator>
    <dc:date>2024-08-07T11:53:01Z</dc:date>
    <item>
      <title>Dynamic datasources are not supported.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dynamic-datasources-are-not-supported/m-p/4086654#M3572</link>
      <description>&lt;P&gt;Hey,&lt;BR /&gt;&lt;BR /&gt;Apologies if my methods doesn't make any sense as I am new to fabrics&lt;BR /&gt;&lt;BR /&gt;Now my work is to get a JSON response from API and transform and load it to a destination. Since there are many tranformations need to be done I used Data flow that calls the API and do some transformations to get the final output. I want to include this dataflow to my datapipeline where some access tokens and some other things required to call the API is done.&lt;BR /&gt;&lt;BR /&gt;I planned on passing the access token as a parameter to the dataflow where the API is comprised of the access token. When I publish the dataflow I get the error like "Dynamic datasources are not supported".&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Fazil M&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 11:53:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dynamic-datasources-are-not-supported/m-p/4086654#M3572</guid>
      <dc:creator>M0hamedFazil</dc:creator>
      <dc:date>2024-08-07T11:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic datasources are not supported.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dynamic-datasources-are-not-supported/m-p/4086836#M3574</link>
      <description>&lt;P&gt;Based on my understanding,As of today dataflow Gen 2 sources cannot be parameterized.&lt;/P&gt;
&lt;P&gt;Meaning the source has to be a hardcoded version and hence you might be getting the error&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 13:38:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dynamic-datasources-are-not-supported/m-p/4086836#M3574</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-08-07T13:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic datasources are not supported.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dynamic-datasources-are-not-supported/m-p/4088255#M3580</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="226550" data-lia-user-login="NandanHegde" class="lia-mention lia-mention-user"&gt;NandanHegde&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply&lt;BR /&gt;&lt;BR /&gt;I wonder is there any other way I pass my data from an activity to dataflows. I have gone through somw blogs and videos and they suggest to stage the data and make the dataflows read from the stage.&lt;BR /&gt;&lt;BR /&gt;Is there any other ways to do that?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Fazil M&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 04:19:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dynamic-datasources-are-not-supported/m-p/4088255#M3580</guid>
      <dc:creator>M0hamedFazil</dc:creator>
      <dc:date>2024-08-08T04:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic datasources are not supported.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dynamic-datasources-are-not-supported/m-p/4090582#M3588</link>
      <description>&lt;P&gt;Unfortunately as of today, it is not possible to have dynamic source /changing data within dataflow Gen2 at run time.&lt;/P&gt;
&lt;P&gt;The source within the Dataflow Gen 2 has to be static so you can try directly connecting the source within dataflow Gen2 else as stated by othershave a staging layer like blob or any other source&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 03:46:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dynamic-datasources-are-not-supported/m-p/4090582#M3588</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-08-09T03:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic datasources are not supported.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Dynamic-datasources-are-not-supported/m-p/4090616#M3589</link>
      <description>&lt;P&gt;Thank you for the reply&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="226550" data-lia-user-login="NandanHegde" class="lia-mention lia-mention-user"&gt;NandanHegde&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'll apt to dump my data to a stage and let the dataflow read the data from stage&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fazil M&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 04:21:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Dynamic-datasources-are-not-supported/m-p/4090616#M3589</guid>
      <dc:creator>M0hamedFazil</dc:creator>
      <dc:date>2024-08-09T04:21:16Z</dc:date>
    </item>
  </channel>
</rss>

