The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredAsk the Fabric Databases & App Development teams anything! Live on Reddit on August 26th. Learn more.
Hi there.
As an extention/after reading this conversetion, is there a way to pass the parameters, made in different pipelines in lets say my DEV enviroment to my UAT enviroment, via fabric's deployment pipeline(or any other way), and passing other data of the parameters to the UAT?
So for example, in a pipeline in DEV i will have a parameter called: DB and it will have the data: DEVDB.
Now somehow in the deployment process i will write/change somewhere the data of this parameter to: UATDB so when the deployment is done, in the UAT enviroment, this pipeline will have in the DB parameter the data: UATDB
Hope it was clear enoughf
Tnx for you help
Solved! Go to Solution.
Hi @YairCzitrom, it is not possible to set the data pipelines parameters with the deployment pipelines (yet). As a workaround, you could set a variable in de data pipeline with a switch statement, where you look at the workspace id/name and set the value of the variable based on the value of the workspace id/name. You could pass that variable to other data pipelines within the same enironment as a parameter.
Hi @YairCzitrom, it is not possible to set the data pipelines parameters with the deployment pipelines (yet). As a workaround, you could set a variable in de data pipeline with a switch statement, where you look at the workspace id/name and set the value of the variable based on the value of the workspace id/name. You could pass that variable to other data pipelines within the same enironment as a parameter.
Fabian.
Tnx for the answer.
Interesting work around. I'll give it a try.
Tnx