Forum Discussion

jrauenbuehler's avatar
jrauenbuehler
Regular Visitor
2 years ago
Solved

Creating a Table Shortcut in Fabric from a Partitioned Delta Table

I have data in a Delta table that is stored in ADLS. It is partitioned by a column and therefore shows up in ADLS in a folder structure like `table_name/partition=partition_value/parquet_files` where...