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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

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
August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.