Multiple variables in wildcard source in Data Flows ADF
Hello,
I have partitioned files in my data lake by year and month. I would like to read multiple 'year' folders as a single source in Azure Data Factory Data Flow using wildcard.
Currently I managed to read just a single year in my wildcard and added another source for a different year. I then union the two datasets. See pictures below.
The years and months are parameters in the screenshots, but when exploring particular years I just add them as strings directly in the wildcard path. They represent a folder under which the childs are months with their respective datasets. So far I have tried passing (2022|2021) in various formats, but this results in an error.
How do I pass multiple specific variables in a wildcard path?