Re: 'The dataflow has never been published.' error when using 'Save as Dataflow Gen2 (CI/CD)' featur
I, too, am having issues with Dataflow Gen2 (CI/CD).
I created one with a Parameter, and referenced that paramter in one of the PowerQuery steps. It works. There is a Data Destination to a Warehouse table. (Source is a Fabric SQL Database).
The refresh from the Workspace browser, while it still does not indicate any run or refreshed status, did in fact populate the table as expected.
The issue comes when I try to run the Dataflow from a Pipeline and specify the value of the Dataflow parameters in the section that now becomes available because the Dataflow is CI/CD.
But I get an error with little information:
"User configuration issue". What am I doing wrong? The user documentation Dataflow Gen2 with CI/CD and Git integration - Microsoft Fabric | Microsoft Learn does NOT have mention that you cannot call it from a Pipeline.
I can call it from a Pipeline and it runs, but if I try to set the Parameter in the Pipeline, it fails.
Frustrated that Microsoft would release something to production so half-baked.
Hi ToddChitt !
I have taken the liberty of moving the message that you've created to it's own topic so we can address your inquiry which is quite specific to a new feature that we recently introduced. This feature is Dataflow parameters and this feature is currently in public preview. To enable your Dataflow to accept parameters, you need to enable this capability within your Dataflow. You can read more about this setting and the feature from the documentation below:https://learn.microsoft.com/en-us/fabric/data-factory/dataflow-parameters
Could you please confirm if the setting was enabled in the parameters section of the options dialog?
once you enable it, you should be able to pass parameter values to your Dataflow.
Edit: Forgot to mention that we're currently working on improving this experience on the pipelines side as well as the error messages that may come from it.