I have been trying to create an external table in Azure SQL Data Warehouse by considering only some folders instead of all from the azure Datalake location. But I'm not able to do so. Request for help in this regard.
Below is the example for this scenario.
In Azure Datalake, the location consists of the folders with data split into multiple folders based on years criteria. The folders exist from the year 1996 to 2020. My scenario is to create an external table only for the years 2018 and above.
Please suggest the best approach to accomplish this.
Thank you!!!