I have an ADLS Gen2 Account(HNS enabled) with parquet files in this format:
-MainFolder
-SubFolder 1
-SubFolder 2
-Year
-Month
-Day
-Parquet file 01
-Parquet file 02
-...
I want to use Azure Data Factory to combine the parquet files on the lowest level into one file, final structure should look like this.
-MainFolder
-SubFolder 1
-SubFolder 2
-Year
-Month
-Day
-Merged Parquet File
If I use "Copy Data" Activiety I can only choose between "Merge Files" and "Preserve Hirachie". Is there away to do this? Thank you for your help!