<?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: Gen2 (CI/CD, preview) df is not returned by PBI REST API in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-CI-CD-preview-df-is-not-returned-by-PBI-REST-API/m-p/4676568#M5058</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="223" data-lia-user-login="miguel" class="lia-mention lia-mention-user"&gt;miguel&lt;/a&gt; can you reflect on this for now?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Additionally, the Power BI UI should allow users to explicitly choose between dataflow types (standard Gen2 vs. Gen2 CI/CD Preview), when Git is connected.&lt;/LI&gt;
&lt;LI&gt;At a minimum, when Git is disconnected, users should be given the option to create standard Gen2 dataflows rather than defaulting to the preview variant, which currently lacks full API support.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 May 2025 02:55:27 GMT</pubDate>
    <dc:creator>smpa01</dc:creator>
    <dc:date>2025-05-02T02:55:27Z</dc:date>
    <item>
      <title>Gen2 (CI/CD, preview) df is not returned by PBI REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-CI-CD-preview-df-is-not-returned-by-PBI-REST-API/m-p/4676165#M5054</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="223" data-lia-user-login="miguel" class="lia-mention lia-mention-user"&gt;miguel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;TL;DR:&lt;/STRONG&gt;&lt;BR /&gt;The Power BI REST API endpoint /groups/{groupId}/dataflows does &lt;STRONG&gt;not return Gen2 (CI/CD, Preview) dataflows&lt;/STRONG&gt; from Git-enabled workspaces—only Gen1 and standard Gen2 are included. This breaks automation workflows and limits visibility. Users also &lt;STRONG&gt;can’t choose dataflow types&lt;/STRONG&gt; in the UI, even after disconnecting Git. Microsoft should update the API to include &lt;STRONG&gt;all dataflow types&lt;/STRONG&gt;, and allow UI flexibility to select standard Gen2 dataflows when Git is disconnected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Issue&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;When using the Power BI REST API endpoint:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/dataflows&lt;/LI-CODE&gt;
&lt;P&gt;I observed that Gen2 Dataflows (CI/CD, Preview) are not returned in response. Only Gen1 and standard Gen2 dataflows are visible. This behavior is inconsistent and problematic for automation and governance scenarios.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Steps to Reproduce:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.Create three types of dataflows in different workspaces:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Gen1 Dataflow (Workspace_1)&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;Gen2 Dataflow (Workspace_1)&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;Gen2 Dataflow (CI/CD, Preview) in a Git-enabled workspace (Workspace_2)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;Invoke the above API with the appropriate {groupId}.&lt;/LI&gt;
&lt;/OL&gt;
&lt;OL start="3"&gt;
&lt;LI&gt;Observe the response:&lt;/LI&gt;
&lt;/OL&gt;
&lt;UL&gt;
&lt;LI&gt;Gen1 and standard Gen2 dataflows are returned.&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;Gen2 CI/CD Preview dataflows are not returned.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Expected Behavior:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;All dataflows, including Gen2 (CI/CD, Preview) ones, should be returned from the same API endpoint, regardless of Git integration status.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Additional Context:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;In a Git-enabled workspace, the only available dataflow creation option is Gen2 (CI/CD, Preview).&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;Upon disconnecting Git integration, the option does not revert to standard Gen2 or provide a choice between types.&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;This makes it extremely difficult to manage or automate anything involving Gen2 CI/CD dataflows, especially when they're excluded from standard API endpoints.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Desired Outcome:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Ideally, the /dataflows endpoint should return all types of dataflows—Gen1, standard Gen2, and Gen2 (CI/CD Preview)—regardless of whether the workspace is Git-integrated.&lt;/LI&gt;
&lt;LI&gt;Additionally, the Power BI UI should allow users to explicitly choose between dataflow types (standard Gen2 vs. Gen2 CI/CD Preview), when Git is connected.&lt;/LI&gt;
&lt;LI&gt;At a minimum, when Git is disconnected, users should be given the option to create standard Gen2 dataflows rather than defaulting to the preview variant, which currently lacks full API support.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2025 18:35:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-CI-CD-preview-df-is-not-returned-by-PBI-REST-API/m-p/4676165#M5054</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2025-05-01T18:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 (CI/CD, preview) df is not returned by PBI REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-CI-CD-preview-df-is-not-returned-by-PBI-REST-API/m-p/4676463#M5056</link>
      <description>&lt;P&gt;Since you have a Pro license you should open a Pro ticket at &lt;A href="https://admin.powerplatform.microsoft.com/newsupportticket/powerbi" target="_blank"&gt;https://admin.powerplatform.microsoft.com/newsupportticket/powerbi&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2025 21:28:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-CI-CD-preview-df-is-not-returned-by-PBI-REST-API/m-p/4676463#M5056</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-05-01T21:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 (CI/CD, preview) df is not returned by PBI REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-CI-CD-preview-df-is-not-returned-by-PBI-REST-API/m-p/4676563#M5057</link>
      <description>&lt;P&gt;This is currently expected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Theres is no API support at the moment for Dataflow Gen2 with CICD support, but we're working on enabling it pretty soon as part of the Fabric REST API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Stay tuned to the Fabric blog to be notified once we enable the REST API support for Dataflow Gen2 with CICD support&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2025 02:51:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-CI-CD-preview-df-is-not-returned-by-PBI-REST-API/m-p/4676563#M5057</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2025-05-02T02:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 (CI/CD, preview) df is not returned by PBI REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-CI-CD-preview-df-is-not-returned-by-PBI-REST-API/m-p/4676568#M5058</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="223" data-lia-user-login="miguel" class="lia-mention lia-mention-user"&gt;miguel&lt;/a&gt; can you reflect on this for now?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Additionally, the Power BI UI should allow users to explicitly choose between dataflow types (standard Gen2 vs. Gen2 CI/CD Preview), when Git is connected.&lt;/LI&gt;
&lt;LI&gt;At a minimum, when Git is disconnected, users should be given the option to create standard Gen2 dataflows rather than defaulting to the preview variant, which currently lacks full API support.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2025 02:55:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-CI-CD-preview-df-is-not-returned-by-PBI-REST-API/m-p/4676568#M5058</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2025-05-02T02:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 (CI/CD, preview) df is not returned by PBI REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-CI-CD-preview-df-is-not-returned-by-PBI-REST-API/m-p/4676609#M5059</link>
      <description>&lt;P&gt;When you mention the Power BI UI, are you referring to the Fabric UI for creating an item?&lt;/P&gt;
&lt;P&gt;At the moment our main goal is reach general availability with the Dataflow Gen2 with CICD. Reaching GA will bring REST API support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At the moment when you create a Dataflow Gen2 with CICD support you are not required to have a workspace with Git enabled whatsoever. This new item is simply able to support CICD, but it is not a prerequisite to create the item&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2025 03:52:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-CI-CD-preview-df-is-not-returned-by-PBI-REST-API/m-p/4676609#M5059</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2025-05-02T03:52:12Z</dc:date>
    </item>
  </channel>
</rss>

