We have a requirement to process multiple files from different folders using Azure data factory and USQL.
Here is the folder structure we have
Year --> Month --> Day
We have a folder for every date, say 1,2,3...31. The requirement is to read files from specific folders and pass it to USQL to do analytics processing. We need to process data for multiple dates. Is there any way in data factory we can read data from multiple folders.
Example: I need to read data for the dates, 1,7 and 10 for a specific month. I do not want to read all the files for the month
Please let us know if you have come across a solution for the above scenario.