Description Dataflow Gen2 currently does not support true CI/CD scenarios for organizations running Fabric capacities below F8. The core issue is that: Dataflow Gen2 cannot access the current workspace context (e.g., workspaceId="."), the Lakehouse connector always requires an explicit workspace ID, and parameters are only available starting from F8. As a result, developers must manually modify M‑code after every deployment to Test or Production to update the workspace ID or Lakehouse reference. This is error‑prone, not scalable, and contradicts the CI/CD principles that Fabric aims to support. For small and medium‑sized organizations, F8 is often not financially feasible, yet these organizations still require Dev/Test/Prod environments and automated deployments. Without parameters or workspace‑independent references, this is currently impossible. Impact on users CI/CD only works for customers with F8 or higher. Manual M‑code edits are required after every deployment. Deployment pipelines incorrectly mark dataflows as “changed”. The risk of production errors increases. Adoption of Fabric is hindered for smaller organizations. Requested solution Microsoft should implement one of the following options (any of them would solve the problem): Support workspaceId="." in Dataflow Gen2 so the dataflow automatically targets the workspace it runs in. Make parameters available across all Fabric SKUs, enabling dynamic workspace IDs and Lakehouse names. Introduce an M‑function such as Fabric.CurrentWorkspace() to expose workspace context to Dataflow Gen2. Why this matters This change would enable CI/CD for all customers, eliminate manual code changes, reduce deployment risk, and make Dataflow Gen2 consistent with other Fabric artifacts (Pipelines, Notebooks, SQL). It would also significantly lower the barrier for professional DevOps practices in Fabric, especially for smaller organizations. Most organisations evaluate Fabric on a lower capacity like F2 or F4. If they are happy with the experience, they gradually upgrade the capacity. If CI/CD is not available on the lower capacities, this can be a show stopper and have your custumers walk away.
... View more