0

While reading azure sql table data (which actually consists of path of the directories) from azure data factory by using the paths how to dynamically get the files from the datalake.

Can any one tell me what should I give in the dataset

Screenshot

Ravi Kiran
  • 151
  • 1
  • 1
  • 6

1 Answers1

0

You could use lookup activity to read data from azure sql, and then following it by an foreach activity. And then, pass @item(). to your dataset parameter k1.

enter image description here

enter image description here

Fang Liu
  • 2,325
  • 2
  • 13
  • 18