The Azure Data Factory (ADF) is a service designed to allow developers to integrate disparate data sources
Questions tagged [azure-adf]
35 questions
0
votes
1 answer
How to pass LinkedService parameter value to all dataset in ADF
I have created a parameter in the linked service of the oracle database connection and would like to get the value of the parameter to all datasets, I have created datasets for each table and would like to get oracleSchemeName parameter from the…

Narasimha A
- 319
- 5
- 14
0
votes
1 answer
Merge different schema from blob container into a single sql table
I have to read 10 files from a folder in blob container with different schema(most of the schema among the table macthes) and merge them into a single SQL table
file 1: lets say there are 25 such columns
file 2: Some of the column in file2 matches…

bin
- 11
- 3
0
votes
1 answer
Azure ADF access Postgres server
I have Azure ADF and Postgres server, and I want to connect ADF to postgress.
Currently I am generating token to connect to Postgres server. And I'm using the same token to connect using ADF. The problem with the token is, it expires in 1 hour and…

Gaurang Shah
- 11,764
- 9
- 74
- 137
-1
votes
1 answer
Having access to Records that went to Sink from a Copy Activity
The source of my Copy activity is the result of calling a REST API and the Sink is a Azure SQL Table that I insert those records in it.
Now I want to know what records we just got inserted in that Sink so I can do some update statement on those…

UnskilledCoder
- 192
- 1
- 11
-2
votes
2 answers
How to convert blank or empty string or whitespace to null in ADF mapping dataflow
Suppose I have column1 which is having only empty string, now I want to convert it to null.

Aayush Soni
- 11
- 1