View Dataflow parameters from pipeline when Workspace and Dataflow values are parameterized
I am following the documentation at https://learn.microsoft.com/en-us/fabric/data-factory/dataflow-gen2-parameterized-dataflow to parameterize my dataflow and pass in the parameters from my variable library. I am able to pass the parameters to the dataflow from the pipeline to the dataflow but once I try to parameterize the workspace id and dataflow id in the pipeline, the dataflow parameters option disappears.
I've found a temporary workaround by saving it both ways and then manually merging the source file, but every time I open the pipeline to make edits, any saves overwrite my work around.
Can the UI be updated to show the dataflow parameters when variables are used for the dataflow?
Passing Parameterized values to the dataflow:
parameterizing the dataflow connection breaks/hides the ability to pass the parameters to the dataflow:
Manually edited pipeline-content.json:
4 Comments
- miguel
Community Admin
Status changed:NewtoPlannedWe're working on this. At the moment, if you parameterize the Dataflow ID or the WorkspaceID then the script created will only run against Dataflow Gen2 and not Dataflow Gen2 (with CI/CD) which uses a different API. This is documented in the article below:
Dataflow activity - Microsoft Fabric | Microsoft Learn
Once that limitation is lifted, things will work as you've mentioned and this is a quick preview on how that would look like:
- terra8191Regular VisitorI might've found it, looks like Q12026 https://roadmap.fabric.microsoft.com/?productid=a821f83f-dbd6-ee11-9079-000d3a310f67&product=datafactory
- miguel
Community Admin
Status changed:PlannedtoCompletedThis was completed around a month ago, but now you're able to parameterize your Dataflow activity and actually pass parameters to the Dataflow Gen2 (CI/CD) as seen below:
You won't have the grid automatically discover the parameters given that the values entered for WorkspaceID and DataflowID are dynamic values, but you can enter any parameters and their values (dynamic or not) in the parameters section.
Recent ideas
Power BI, import report and semantic model: show change connection pop-up
When you need to import an existing Power BI report and semantic model in Tenant B that's created in Tenant A, you need to jump through a number of hoops to fix the original connection. It's doable, ...Reitse1 hour agoMost Valuable ProfessionalNew5Views1like0CommentsEnable per-user security for shared gateway connections using service accounts
When a shared gateway connection uses a highly privileged service account, all source queries run with that account’s permissions. Users cannot see the stored credentials, but report developers who c...AshishChougala1 hour agoMicrosoft EmployeeNew7Views3likes0CommentsRequest to add a feature to extract gateway connection status and last time credentials used
Could you please add a feature in the admin UI on Microsoft Fabric/Power BI to extract the Gateway connections with details of the gateway connection status and last activity information along with t...Vinodkumar_Chak3 hours agoNew MemberNew22Views1like0CommentsPower BI - incorrect handling of empty string parameter in DAX query in paginated report
Blank string parameters in paginated reports are treated as empty strings in Power BI Report Builder but as null values in the Power BI Service, resulting in incorrect report output. -> Create a pag...roshinikumarkar6 hours agoMicrosoft EmployeeNew26Views5likes0CommentsAllow NotebookUtils getSecret() to authenticate with Workspace Identity
Current behavior In Microsoft Fabric, notebookutils.credentials.getSecret() authenticates against Azure Key Vault using the identity of the user who executes the notebook. This behavior appli...tmihara8 hours agoNew MemberNew20Views1like1Comment