How to Pass Parameters to SQL query in Azure Data Factory - ADF Tutorial 2021

preview_player
Показать описание
How to Pass Parameters to SQL query in Azure Data Factory - ADF Tutorial 2021, in this video we are going to learnHow to Pass Parameters to SQL query in Azure Data Factory - ADF Tutorial 2021, Azure Data Factory Step by Step - ADF Tutorial 2021 - ADF Tutorial 2021 Step by Step ADF Tutorial - Azure Data Factory Tutorial 2021
Script used in video for Expressions

Azure Data Factory Tutorial for beginners
Azure Data Factory Tutorial 2021
Step by step Azure Data Factory Tutorial
Real-time Azure Data Factory Tutorial
Scenario base training on Azure Data Factory
Best ADF Tutorial on youtube

#AzureDataFactory #ADFTutorial2021
Рекомендации по теме
Комментарии
Автор

Hello,

I have one question.

Suppose I have a complex sql query. Now I want to create one pipeline where I can store the output of this sql query as parameters, so that other pipelines who will call this pipeline can use these values. How to achieve that in adf?

subhashreechhualsingh
Автор

Hi just replace ur code with dis and check it il work
Where

muralikrishna-uxmp
Автор

Thanks for the information on passing parameters using expressions

gousunnisabegum
Автор

Hi, Question - can we make actul parameters dynamic (for example beeing evalualted by sql query)? Scenario:

1. Want to loop through the list and get region names
2. Extract data to seperate files.

I Assume first activity should be scipt and 2nd for each?

Thanks

remek
Автор

How can trigger a query with dynamic parameters? The intention is a query regards triggered with initial params. The query finishes and sets then the query sets the new flags for the next trigger for the same query?

Basically, the trigger should dependent on its previous run. And each run must take a cursor value and then on completion, set the new cursor value for its to use next time.

vipuldawar
Автор

select * from tablename where region= 'asia' and country =' india' ... why cant we use it bro

yedukondalu
Автор

It also worked for me!! Thanks a lot, I try to search for this one for several hours.

KnotNattarat