Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric certified for FREE! Don't miss your chance! Learn more
Hello,
reading and understanding more about shortcuts in Fabric it seems like Unmanaged / External Tables are useless.
The main point of an external Table in Spark is to leave data where it is and have a table which references this data. Thus only metadata is managed by spark and deleting this table does not effect the original data. Is this not exactly what a shortcut in fabric is? Why would I even create an External Table in Fabric and what is the point of a shortcut external table, which is technically possible but does not seem to make much sense.
Solved! Go to Solution.
IMHO it's about choice. Leave the data where it is in the external storage and simply create a shortcut to it, no need to create an external table over that data. With External Tables you could choose to create them over file data in the Files area of the Lakehouse (for example). Shortcuts just bypass the step of you having to define the external table definition
@mpolonskiy5637 external tables do not exist in Fabric. If you need them you can vote for this idea: https://community.fabric.microsoft.com/t5/Fabric-Ideas/Support-external-tables-for-parquet-csv-in-Fa...
As @AndyDDC mentiond shortcut are just references to delta data sets where sql endpoint will automatically discover and create table for you, and the table will reference external data.
If you need to create your own external table that is referencing parquet or csv instead of delta, you would need the OPENROWSET function or a custom external table that is described here: https://community.fabric.microsoft.com/t5/Fabric-Ideas/Support-external-tables-for-parquet-csv-in-Fa...
IMHO it's about choice. Leave the data where it is in the external storage and simply create a shortcut to it, no need to create an external table over that data. With External Tables you could choose to create them over file data in the Files area of the Lakehouse (for example). Shortcuts just bypass the step of you having to define the external table definition
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Fabric update to learn about new features.
| User | Count |
|---|---|
| 28 | |
| 12 | |
| 12 | |
| 7 | |
| 6 |
| User | Count |
|---|---|
| 52 | |
| 41 | |
| 28 | |
| 15 | |
| 15 |