Closed Oddjobe closed 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: @.***>
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
Thanks. Will be fixed in the next release.
Fixed in 0.8.4.
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.