Forum Discussion
External Table on Folder with Excel File / Folder
- Anonymous1 year ago
Hi ipkus ,
You can try creating a data pipeline using Data Factory to read Excel files from a folder. Configure the pipeline to run on a schedule to ensure it picks up new files as they are added.
Best Regards,
Adamk KongIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- 1 year ago
Hello,
Shortcut will expose folders as tables only if they contain delta lake files in it (or iceberg in some case).
If you want to have you'r file as a table you will need to transform it using one of the multiple tools available (Dataflows, Pipelines, Notebooks), but it will not be a shortcut or "live" it will be a copy of the data after the extraction and load process will be executed.
Hope this help,
Hello,
Shortcut will expose folders as tables only if they contain delta lake files in it (or iceberg in some case).
If you want to have you'r file as a table you will need to transform it using one of the multiple tools available (Dataflows, Pipelines, Notebooks), but it will not be a shortcut or "live" it will be a copy of the data after the extraction and load process will be executed.
Hope this help,