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
suparnababu8
1 year agoSuper User
Hi RohanSingh
have you loaded a your csv/excel file into a dataframe before writing this code?
Could you please share your full code. So, that we can try to fix the issue.
Thanks!