Forum Discussion
RohanSingh
1 year agoNew Member
Unable to create external table through notebook
While I am trying to create an external table reffering to the microsoft documentation: https://learn.microsoft.com/en-us/training/modules/work-delta-lake-tables-fabric/3-create-delta-tables df.wri...
- 1 year ago
Hi I have check the documentation online and the issue was with the lakehouse I was writting to.
Currently, Fabric only support writting external table to lakehouse without schema.
Can reffer to Note section:
https://murggu.medium.com/creating-managed-and-external-spark-tables-in-fabric-lakehouse-ef6212e75e81Hence, I changed the lakehouse with no schema. It was working fine
Ananth_Kumar_BS
1 year agoRegular Visitor
When creating a Lakehouse, a pop-up will appear asking for the Lakehouse name. Below that, there’s a checkbox labeled "Lakehouse Schema (Public Preview)".
Make sure to uncheck this option — only then will you be able to create external managed tables in the Lakehouse.