Search code examples
azureazure-storageazure-pipelinesazure-data-lakeazure-data-factory

Get list of all files in a azure data lake directory to a look up activity in ADFV2


I have a number of files in azure data lake storage, i am creating a pipeline in ADFV2 to get the list of all the files in a folder in ADLS. How to do this?


Solution

  • You should use Get metadata activity. Check this