Kenny_I
Kenny_I

Reputation: 2503

Is it possible to parameterize selection of source data set of Lookup of Azure Data Factory?

I have Lookup and source data set called "Azure_SQL_1". Is it possible to parameterize selection of source data set based on variable value? Variable could have value like "Azure_SQL_1"or "Azure_SQL_2", which would be name of existing data set?

Upvotes: 0

Views: 38

Answers (1)

KarthikBhyresh-MT
KarthikBhyresh-MT

Reputation: 5034

You can parameterize the dataset and linked service as below

enter image description here

enter image description here

enter image description here

You can also use Variable like below

enter image description here

enter image description here

Upvotes: 1

Related Questions