Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
AnthonySottile
Regular Visitor

Lakehouse Delta Table Bug

Not sure if anyone else has experienced this but I have a table in my Lakehouse that I have frequently used for address attributes. When I try to view this table in a notebook by right clicking load data > spark, it says that the table doesnt exist, which is not true. When I query the table via the lakehouse sql endpoint, I can access it. Does anyone know why this is happening and how I can fix it?

AnthonySottile_0-1745944572573.png

 

1 ACCEPTED SOLUTION
suparnababu8
Super User
Super User

Hi @AnthonySottile 

 

May I know your workspacename? In your workspace if you have any special characters are used , some of lakehouse features may not work as expected. Pls have look on below snapshot

suparnababu8_0-1745947011347.png

 

Also it is in preview mode. Please check limitations of here Lakehouse schemas (Preview) - Microsoft Fabric | Microsoft Learn It migh helps you.

 

Thank you!!!

 

 

 

View solution in original post

6 REPLIES 6
v-prasare
Community Support
Community Support

Hi @burakkaragoz,

as mentioned this is known issue I’d encourage you to submit your detailed feedback and ideas via Microsoft's official feedback channels, such as the Microsoft Fabric Ideas 

Feedback submitted here is often reviewed by the product teams and can lead to meaningful improvement.

 

 

Thanks,

Prashanth

burakkaragoz
Community Champion
Community Champion

Hi @AnthonySottile ,

 

Yes, this is a known issue that can occur in Fabric Lakehouse environments when there's a mismatch between the metadata layers used by Spark and the SQL endpoint.

Here's what's likely happening:

  • The SQL endpoint uses its own metadata catalog and can often access tables even if the Spark engine has trouble resolving them.
  • The Spark engine (used when loading via notebook > Load Data > Spark) relies on the Delta Lake transaction log and metadata files. If these are corrupted, missing, or out of sync, Spark may not recognize the table.

Possible Fixes:

  1. Refresh the Lakehouse metadata
    Try restarting the Lakehouse or reloading the workspace. Sometimes metadata caching causes this issue.

  2. Check for _delta_log integrity
    Navigate to the Lakehouse file explorer and ensure the _delta_log folder exists and is intact for that table.

  3. Re-register the table
    If the table was manually created or altered, try dropping and recreating the table using Spark SQL to ensure it's properly registered in the Spark catalog.

  4. Use spark.read.format("delta") manually
    In your notebook, try loading the table manually using:

df = spark.read.format("delta").load("Tables/YourTableName")

 

v-prasare
Community Support
Community Support

Hi @AnthonySottile,

As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?

 

 

 

Thanks,

Prashanth Are

MS Fabric community support

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query

v-prasare
Community Support
Community Support

hi @AnthonySottile,

As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?

 

 

 

Thanks,

Prashanth Are

MS Fabric community support

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query

v-prasare
Community Support
Community Support

Hi @AnthonySottile,

As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?

 

 

 

Thanks,

Prashanth Are

MS Fabric community support

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query

suparnababu8
Super User
Super User

Hi @AnthonySottile 

 

May I know your workspacename? In your workspace if you have any special characters are used , some of lakehouse features may not work as expected. Pls have look on below snapshot

suparnababu8_0-1745947011347.png

 

Also it is in preview mode. Please check limitations of here Lakehouse schemas (Preview) - Microsoft Fabric | Microsoft Learn It migh helps you.

 

Thank you!!!

 

 

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.