Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Special holiday offer! You and a friend can attend FabCon with a BOGO code. Supplies are limited. Register now.
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
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 3 | |
| 2 | |
| 2 |