Forum Discussion
Why DataLake over OneLake after adding new schema is not appearing in semantic model?
- 8 months ago
I agree with anilelmastasi here. as Fabric uses an asynchronous metadata refresh mechanism for Lakehouse objects. This means:
- When new files or schemas are added to the Lakehouse, Fabric updates its internal metadata catalogs in the background, not instantly.
- The Lakehouse UI may show updated files immediately, but the semantic model relies on metadata services that may still be catching up.
- When you click 'Refresh' in the semantic model, it pulls from that internal metadata catalog—not directly from the lake folder structure.
As a result, there can be a delay before the semantic model becomes aware of new schemas, even though the Lakehouse has already refreshed. some generic suggested actions are:
- Closing and reopening the semantic model
- Re-entering the “Edit tables” view
- Refreshing the entire Lakehouse again
- Waiting a few minutes
These actions don’t force a metadata refresh, but they may coincide with the background refresh completing.
Thanks,
Prashanth
Hello jaryszek ,
This has detailed background and metadata cause this problem but when we look what is going on the background, there are some process'.
Lakehouse metadata refresh is async, when you click lakehouse refresh, Fabric scans the system-updates internal metadata caches- and does not guarantee immediate schema propagation.
When you click semantic model-edit tables-refresh, the model reads cached tabled definitions and do not force a re-scan of OneLake.
So semantic model refresh is not equal to refreshing metadata. There can be delay.
Can you try closing and reopening semantic model tab? After that you can click edit tables.
- jaryszek8 months agoSuper User
Thanks I will try it.