Forum Discussion
Pipeline Parameters Reverting to Dataflow Defaults – How to Confirm Actual Applied Values?
- 1 month ago
We ran into this same issue and reported to Microsoft back in early June. We were informed yesterday that a fix may be rolling out on 6/24. Please see https://support.fabric.microsoft.com/known-issues/?product=Data%2520Factory&active=true&fixed=false&sort=modified&issueId=1856 which I believe describes the issue.
Normally with a Semantic Model you could set a rule for each of the steps in your deployment pipeline to be assigned a different parameter value when the model is deployed through that pipeline. My understanding is that functionality is not available to dataflows and the parameters set in the environment is carried across as part of the deploy action.
I added a screenshot of the problematic part to the question. From the Data Pipelines screen, it looks as if the parameters for Gen2 Dataflow are being set to the same values directly. However, originally the pipeline was configured with different values, and when this pipeline is actually executed, it runs using the values that were configured in the pipeline.
Thanks.
- RossEdwards1 month agoSolution Sage
The problem is that dataflows have never really supported parameters properly. You can add a paramater to your dataflow but unlike a semantic model, there is no method to update those parameters in the settings menu. You have "Edit" the dataflow to make those changes.
For this reason, i believe the pipelines cannot update the parameters.