Forum Discussion
sun-sboyanapall
Advocate I
2 years agoLakehouse tables not showing up in SQL Endpoint
Hey, I have taken 60day trail for the fabric, created the table using spark notebook here is the code I have used. df.write.mode("overwrite").format("delta").saveAsTable("Salesforce_lead_ful...
- 2 years ago
If you created your Lakehouse with the schemas (preview) enabled, then the SQL Analytics Endpoint won't work. Please ref. these docs: Lakehouse schemas (Preview) - Microsoft Fabric | Microsoft Learn
Please try to create your Lakehouse without the schemas (keep that option unchecked).
frithjof_v
Community Champion
2 years ago
If you created your Lakehouse with the schemas (preview) enabled, then the SQL Analytics Endpoint won't work. Please ref. these docs: Lakehouse schemas (Preview) - Microsoft Fabric | Microsoft Learn
Please try to create your Lakehouse without the schemas (keep that option unchecked).
- sun-sboyanapall2 years ago
Advocate I
Thanks a ton, that worked. I have been banging my head for 2 days now.