microsoft / semantic-link-labs

Early access to new features for Microsoft Fabric's Semantic Link.
MIT License
178 stars 37 forks source link

update_direct_lake_partition_entity - Partition Entity Update Not Reflected in Semantic Model #163

Closed Sumanapandranki7 closed 1 week ago

Sumanapandranki7 commented 2 months ago

We are experiencing an issue where the name of our lakehouse differs from the table name in our Semantic model. Despite successfully running the following method to update the partition entity, the changes are not reflected in the Semantic model:

directlake.update_direct_lake_partition_entity(
    newDatasetName,
    table_name= tablename,
    entity_name= lakehousetablename,
    workspace=workspace
)

Output: 🟢 The 'tablename' table in the 'newDatasetName' semantic model has been updated to point to the 'lakehousetablename' table in the 'lakehousename' lakehouse within the 'workspacename' workspace.workspace.

Output names are just for reference.

However, the update does not seem to be applied to the Semantic model as expected. Could someone help diagnose why the update is not reflected and how to resolve this issue?

m-kovalsky commented 1 week ago

Fixed in 0.8.5.