Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Special holiday offer! You and a friend can attend FabCon with a BOGO code. Supplies are limited. Register now.

Reply
YairCzitrom
Helper II
Helper II

Pipeline parameters in the deployment pipeline

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

1 ACCEPTED SOLUTION
FabianSchut
Super User
Super User

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.

View solution in original post

2 REPLIES 2
FabianSchut
Super User
Super User

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

 

Helpful resources

Announcements
November Fabric Update Carousel

Fabric Monthly Update - November 2025

Check out the November 2025 Fabric update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors