microsoft / semantic-link-labs

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

A minor typo in the notebooks/Semantic Model Refresh.ipynb #239

Closed Oddjobe closed 3 weeks ago

Oddjobe commented 3 weeks ago

Describe the bug A typo in the Refresh specific partitions section Parttions misspelled

To Reproduce Go to section Refresh specific partitions section in the notebook Semantic Model Refresh.ipynb

labs.refresh_semantic_model(dataset=dataset, workspace=workspace, parttions=["'Sales'[Sales FY20]", "'Sales'[Sales FY21]"])

Should be: labs.refresh_semantic_model(dataset=dataset, workspace=workspace, partitions=["'Sales'[Sales FY20]", "'Sales'[Sales FY21]"])

Expected behavior labs.refresh_semantic_model(dataset=dataset, workspace=workspace, partitions=["'Sales'[Sales FY20]", "'Sales'[Sales FY21]"])

Screenshots Runtime If applicable, add screenshots to help explain your problem. Image

m-kovalsky commented 3 weeks ago

This was literally just fixed a few seconds ago! Thanks Lamin!


From: Lamin Jobe @.> Sent: Wednesday, October 30, 2024 10:21:06 AM To: microsoft/semantic-link-labs @.> Cc: Subscribed @.***> Subject: [microsoft/semantic-link-labs] A minor typo in the notebooks/Semantic Model Refresh.ipynb (Issue #239)

Describe the bug A typo in the Refresh specific partitions section Parttions misspelled

To Reproduce Go to section Refresh specific partitions section in the notebook Semantic Model Refresh.ipynb

labs.refresh_semantic_model(dataset=dataset, workspace=workspace, parttions=["'Sales'[Sales FY20]", "'Sales'[Sales FY21]"])

Should be: labs.refresh_semantic_model(dataset=dataset, workspace=workspace, partitions=["'Sales'[Sales FY20]", "'Sales'[Sales FY21]"])

Expected behavior labs.refresh_semantic_model(dataset=dataset, workspace=workspace, partitions=["'Sales'[Sales FY20]", "'Sales'[Sales FY21]"])

Screenshots Runtime If applicable, add screenshots to help explain your problem. image.png (view on web)https://github.com/user-attachments/assets/dc85835e-d964-4c8f-9bef-41135d3e29af

— Reply to this email directly, view it on GitHubhttps://github.com/microsoft/semantic-link-labs/issues/239, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHBQBNXCA2FFSSM5TXH373TZ6CQIFAVCNFSM6AAAAABQ3UOI76VHI2DSMVQWIX3LMV43ASLTON2WKOZSGYZDGMZYGQZTENI. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Oddjobe commented 3 weeks ago

No worries happy to help, Anders found another typo in the notebooks/Model Optimization.ipynb "Visualize the contents of an exported Vertipaq Analzyer .zip file." should say Analyzer

Image

m-kovalsky commented 3 weeks ago

Thanks. Will be fixed in the next release.

m-kovalsky commented 3 weeks ago

Fixed in 0.8.4.