semantic-link-labs 0.9.10__tar.gz → 0.9.11__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of semantic-link-labs might be problematic. Click here for more details.

Files changed (239) hide show
  1. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/PKG-INFO +27 -21
  2. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/README.md +26 -20
  3. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/pyproject.toml +1 -1
  4. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/semantic_link_labs.egg-info/PKG-INFO +27 -21
  5. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/semantic_link_labs.egg-info/SOURCES.txt +7 -33
  6. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/__init__.py +22 -1
  7. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_delta_analyzer.py +9 -8
  8. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_environments.py +19 -1
  9. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_generate_semantic_model.py +1 -1
  10. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_helper_functions.py +193 -134
  11. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_kusto.py +25 -23
  12. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_list_functions.py +13 -35
  13. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_model_bpa_rules.py +13 -3
  14. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_notebooks.py +44 -11
  15. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_semantic_models.py +93 -1
  16. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_sql.py +3 -2
  17. semantic_link_labs-0.9.11/src/sempy_labs/_tags.py +194 -0
  18. semantic_link_labs-0.9.11/src/sempy_labs/_variable_libraries.py +89 -0
  19. semantic_link_labs-0.9.11/src/sempy_labs/_vpax.py +386 -0
  20. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/admin/__init__.py +8 -0
  21. semantic_link_labs-0.9.11/src/sempy_labs/admin/_tags.py +126 -0
  22. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/directlake/_generate_shared_expression.py +5 -1
  23. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/directlake/_update_directlake_model_lakehouse_connection.py +55 -5
  24. semantic_link_labs-0.9.11/src/sempy_labs/dotnet_lib/dotnet.runtime.config.json +10 -0
  25. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/lakehouse/__init__.py +16 -0
  26. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/lakehouse/_blobs.py +115 -63
  27. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/lakehouse/_get_lakehouse_tables.py +1 -13
  28. semantic_link_labs-0.9.11/src/sempy_labs/lakehouse/_helper.py +211 -0
  29. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/lakehouse/_lakehouse.py +1 -1
  30. semantic_link_labs-0.9.11/src/sempy_labs/lakehouse/_livy_sessions.py +137 -0
  31. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_download_report.py +1 -1
  32. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_generate_report.py +5 -1
  33. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_reportwrapper.py +31 -18
  34. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/tom/_model.py +83 -21
  35. semantic_link_labs-0.9.10/.github/ISSUE_TEMPLATE/bug_report.md +0 -32
  36. semantic_link_labs-0.9.10/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
  37. semantic_link_labs-0.9.10/.github/ISSUE_TEMPLATE/issue--question---advice-needed.md +0 -14
  38. semantic_link_labs-0.9.10/.github/workflows/build.yaml +0 -69
  39. semantic_link_labs-0.9.10/.github/workflows/codeql.yaml +0 -30
  40. semantic_link_labs-0.9.10/.gitignore +0 -160
  41. semantic_link_labs-0.9.10/.readthedocs.yaml +0 -33
  42. semantic_link_labs-0.9.10/.vscode/settings.json +0 -7
  43. semantic_link_labs-0.9.10/CODE_OF_CONDUCT.md +0 -9
  44. semantic_link_labs-0.9.10/SECURITY.md +0 -41
  45. semantic_link_labs-0.9.10/SUPPORT.md +0 -25
  46. semantic_link_labs-0.9.10/docs/Makefile +0 -20
  47. semantic_link_labs-0.9.10/docs/make.bat +0 -35
  48. semantic_link_labs-0.9.10/docs/requirements.txt +0 -14
  49. semantic_link_labs-0.9.10/docs/source/conf.py +0 -46
  50. semantic_link_labs-0.9.10/docs/source/index.rst +0 -20
  51. semantic_link_labs-0.9.10/docs/source/modules.rst +0 -7
  52. semantic_link_labs-0.9.10/environment.yml +0 -13
  53. semantic_link_labs-0.9.10/notebooks/Best Practice Analyzer Report.ipynb +0 -1
  54. semantic_link_labs-0.9.10/notebooks/Capacity Migration.ipynb +0 -340
  55. semantic_link_labs-0.9.10/notebooks/Delta Analyzer.ipynb +0 -171
  56. semantic_link_labs-0.9.10/notebooks/Migration to Direct Lake.ipynb +0 -387
  57. semantic_link_labs-0.9.10/notebooks/Model Optimization.ipynb +0 -444
  58. semantic_link_labs-0.9.10/notebooks/Query Scale Out.ipynb +0 -226
  59. semantic_link_labs-0.9.10/notebooks/Report Analysis.ipynb +0 -1
  60. semantic_link_labs-0.9.10/notebooks/SQL.ipynb +0 -226
  61. semantic_link_labs-0.9.10/notebooks/Semantic Model Management.ipynb +0 -144
  62. semantic_link_labs-0.9.10/notebooks/Semantic Model Refresh.ipynb +0 -1
  63. semantic_link_labs-0.9.10/notebooks/Service Principal.ipynb +0 -247
  64. semantic_link_labs-0.9.10/notebooks/Tabular Object Model.ipynb +0 -786
  65. semantic_link_labs-0.9.10/src/sempy_labs/report/_bpareporttemplate/.pbi/localSettings.json +0 -9
  66. semantic_link_labs-0.9.10/src/sempy_labs/report/_bpareporttemplate/.platform +0 -11
  67. semantic_link_labs-0.9.10/tests/__init__.py +0 -0
  68. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/LICENSE +0 -0
  69. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/setup.cfg +0 -0
  70. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/semantic_link_labs.egg-info/dependency_links.txt +0 -0
  71. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/semantic_link_labs.egg-info/requires.txt +0 -0
  72. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/semantic_link_labs.egg-info/top_level.txt +0 -0
  73. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_ai.py +0 -0
  74. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_authentication.py +0 -0
  75. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_am-ET.po +0 -0
  76. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_ar-AE.po +0 -0
  77. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_bg-BG.po +0 -0
  78. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_ca-ES.po +0 -0
  79. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_cs-CZ.po +0 -0
  80. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_da-DK.po +0 -0
  81. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_de-DE.po +0 -0
  82. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_el-GR.po +0 -0
  83. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_es-ES.po +0 -0
  84. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_fa-IR.po +0 -0
  85. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_fi-FI.po +0 -0
  86. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_fr-FR.po +0 -0
  87. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_ga-IE.po +0 -0
  88. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_he-IL.po +0 -0
  89. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_hi-IN.po +0 -0
  90. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_hu-HU.po +0 -0
  91. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_id-ID.po +0 -0
  92. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_is-IS.po +0 -0
  93. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_it-IT.po +0 -0
  94. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_ja-JP.po +0 -0
  95. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_ko-KR.po +0 -0
  96. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_mt-MT.po +0 -0
  97. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_nl-NL.po +0 -0
  98. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_pl-PL.po +0 -0
  99. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_pt-BR.po +0 -0
  100. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_pt-PT.po +0 -0
  101. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_ro-RO.po +0 -0
  102. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_ru-RU.po +0 -0
  103. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_sk-SK.po +0 -0
  104. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_sl-SL.po +0 -0
  105. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_sv-SE.po +0 -0
  106. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_ta-IN.po +0 -0
  107. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_te-IN.po +0 -0
  108. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_th-TH.po +0 -0
  109. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_tr-TR.po +0 -0
  110. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_uk-UA.po +0 -0
  111. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_zh-CN.po +0 -0
  112. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_bpa_translation/_model/_translations_zu-ZA.po +0 -0
  113. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_capacities.py +0 -0
  114. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_capacity_migration.py +0 -0
  115. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_clear_cache.py +0 -0
  116. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_connections.py +0 -0
  117. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_dashboards.py +0 -0
  118. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_data_pipelines.py +0 -0
  119. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_dataflows.py +0 -0
  120. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_dax.py +0 -0
  121. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_dax_query_view.py +0 -0
  122. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_delta_analyzer_history.py +0 -0
  123. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_deployment_pipelines.py +0 -0
  124. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_documentation.py +0 -0
  125. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_eventhouses.py +0 -0
  126. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_eventstreams.py +0 -0
  127. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_external_data_shares.py +0 -0
  128. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_gateways.py +0 -0
  129. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_git.py +0 -0
  130. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_graphQL.py +0 -0
  131. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_icons.py +0 -0
  132. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_job_scheduler.py +0 -0
  133. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_kql_databases.py +0 -0
  134. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_kql_querysets.py +0 -0
  135. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_managed_private_endpoints.py +0 -0
  136. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_mirrored_databases.py +0 -0
  137. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_mirrored_warehouses.py +0 -0
  138. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_ml_experiments.py +0 -0
  139. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_ml_models.py +0 -0
  140. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_model_auto_build.py +0 -0
  141. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_model_bpa.py +0 -0
  142. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_model_bpa_bulk.py +0 -0
  143. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_model_dependencies.py +0 -0
  144. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_mounted_data_factories.py +0 -0
  145. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_one_lake_integration.py +0 -0
  146. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_query_scale_out.py +0 -0
  147. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_refresh_semantic_model.py +0 -0
  148. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_spark.py +0 -0
  149. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_sqldatabase.py +0 -0
  150. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_translations.py +0 -0
  151. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_utils.py +0 -0
  152. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_vertipaq.py +0 -0
  153. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_warehouses.py +0 -0
  154. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_workloads.py +0 -0
  155. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_workspace_identity.py +0 -0
  156. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/_workspaces.py +0 -0
  157. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/admin/_activities.py +0 -0
  158. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/admin/_apps.py +0 -0
  159. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/admin/_artifacts.py +0 -0
  160. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/admin/_basic_functions.py +0 -0
  161. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/admin/_capacities.py +0 -0
  162. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/admin/_dataflows.py +0 -0
  163. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/admin/_datasets.py +0 -0
  164. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/admin/_domains.py +0 -0
  165. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/admin/_external_data_share.py +0 -0
  166. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/admin/_git.py +0 -0
  167. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/admin/_items.py +0 -0
  168. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/admin/_reports.py +0 -0
  169. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/admin/_scanner.py +0 -0
  170. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/admin/_shared.py +0 -0
  171. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/admin/_tenant.py +0 -0
  172. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/admin/_users.py +0 -0
  173. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/admin/_workspaces.py +0 -0
  174. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/directlake/__init__.py +0 -0
  175. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/directlake/_directlake_schema_compare.py +0 -0
  176. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/directlake/_directlake_schema_sync.py +0 -0
  177. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/directlake/_dl_helper.py +0 -0
  178. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/directlake/_get_directlake_lakehouse.py +0 -0
  179. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/directlake/_get_shared_expression.py +0 -0
  180. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/directlake/_guardrails.py +0 -0
  181. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/directlake/_list_directlake_model_calc_tables.py +0 -0
  182. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/directlake/_show_unsupported_directlake_objects.py +0 -0
  183. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/directlake/_update_directlake_partition_entity.py +0 -0
  184. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/directlake/_warm_cache.py +0 -0
  185. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/graph/__init__.py +0 -0
  186. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/graph/_groups.py +0 -0
  187. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/graph/_teams.py +0 -0
  188. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/graph/_users.py +0 -0
  189. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/lakehouse/_get_lakehouse_columns.py +0 -0
  190. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/lakehouse/_shortcuts.py +0 -0
  191. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/migration/__init__.py +0 -0
  192. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/migration/_create_pqt_file.py +0 -0
  193. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/migration/_direct_lake_to_import.py +0 -0
  194. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/migration/_migrate_calctables_to_lakehouse.py +0 -0
  195. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/migration/_migrate_calctables_to_semantic_model.py +0 -0
  196. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/migration/_migrate_model_objects_to_semantic_model.py +0 -0
  197. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/migration/_migrate_tables_columns_to_semantic_model.py +0 -0
  198. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/migration/_migration_validation.py +0 -0
  199. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/migration/_refresh_calc_tables.py +0 -0
  200. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_BPAReportTemplate.json +0 -0
  201. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/__init__.py +0 -0
  202. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/StaticResources/SharedResources/BaseThemes/CY24SU06.json +0 -0
  203. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/page.json +0 -0
  204. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/1b08bce3bebabb0a27a8/visual.json +0 -0
  205. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/2f22ddb70c301693c165/visual.json +0 -0
  206. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/3b1182230aa6c600b43a/visual.json +0 -0
  207. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/58577ba6380c69891500/visual.json +0 -0
  208. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/a2a8fa5028b3b776c96c/visual.json +0 -0
  209. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/adfd47ef30652707b987/visual.json +0 -0
  210. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/b6a80ee459e716e170b1/visual.json +0 -0
  211. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/ce3130a721c020cc3d81/visual.json +0 -0
  212. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/92735ae19b31712208ad/page.json +0 -0
  213. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/92735ae19b31712208ad/visuals/66e60dfb526437cd78d1/visual.json +0 -0
  214. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/page.json +0 -0
  215. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/07deb8bce824e1be37d7/visual.json +0 -0
  216. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/0b1c68838818b32ad03b/visual.json +0 -0
  217. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/0c171de9d2683d10b930/visual.json +0 -0
  218. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/0efa01be0510e40a645e/visual.json +0 -0
  219. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/6bf2f0eb830ab53cc668/visual.json +0 -0
  220. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/88d8141cb8500b60030c/visual.json +0 -0
  221. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/a753273590beed656a03/visual.json +0 -0
  222. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/b8fdc82cddd61ac447bc/visual.json +0 -0
  223. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/d37dce724a0ccc30044b/page.json +0 -0
  224. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/d37dce724a0ccc30044b/visuals/ce8532a7e25020271077/visual.json +0 -0
  225. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/pages/pages.json +0 -0
  226. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/report.json +0 -0
  227. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition/version.json +0 -0
  228. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_bpareporttemplate/definition.pbir +0 -0
  229. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_export_report.py +0 -0
  230. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_paginated.py +0 -0
  231. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_report_bpa.py +0 -0
  232. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_report_bpa_rules.py +0 -0
  233. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_report_functions.py +0 -0
  234. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_report_helper.py +0 -0
  235. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_report_list_functions.py +0 -0
  236. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_report_rebind.py +0 -0
  237. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/report/_save_report.py +0 -0
  238. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/src/sempy_labs/tom/__init__.py +0 -0
  239. {semantic_link_labs-0.9.10 → semantic_link_labs-0.9.11}/tests/test_friendly_case.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: semantic-link-labs
3
- Version: 0.9.10
3
+ Version: 0.9.11
4
4
  Summary: Semantic Link Labs for Microsoft Fabric
5
5
  Author: Microsoft Corporation
6
6
  License: MIT License
@@ -27,7 +27,7 @@ Dynamic: license-file
27
27
  # Semantic Link Labs
28
28
 
29
29
  [![PyPI version](https://badge.fury.io/py/semantic-link-labs.svg)](https://badge.fury.io/py/semantic-link-labs)
30
- [![Read The Docs](https://readthedocs.org/projects/semantic-link-labs/badge/?version=0.9.10&style=flat)](https://readthedocs.org/projects/semantic-link-labs/)
30
+ [![Read The Docs](https://readthedocs.org/projects/semantic-link-labs/badge/?version=0.9.11&style=flat)](https://readthedocs.org/projects/semantic-link-labs/)
31
31
  [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
32
32
  [![Downloads](https://static.pepy.tech/badge/semantic-link-labs)](https://pepy.tech/project/semantic-link-labs)
33
33
 
@@ -38,6 +38,9 @@ Dynamic: license-file
38
38
  [Read the Wiki!](https://github.com/microsoft/semantic-link-labs/wiki)
39
39
  ---
40
40
 
41
+ [See code examples!](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples)
42
+ ---
43
+
41
44
  Semantic Link Labs is a Python library designed for use in [Microsoft Fabric notebooks](https://learn.microsoft.com/fabric/data-engineering/how-to-use-notebook). This library extends the capabilities of [Semantic Link](https://learn.microsoft.com/fabric/data-science/semantic-link-overview) offering additional functionalities to seamlessly integrate and work alongside it. The goal of Semantic Link Labs is to simplify technical processes, empowering people to focus on higher level activities and allowing tasks that are better suited for machines to be efficiently handled without human intervention.
42
45
 
43
46
  If you encounter any issues, please [raise a bug](https://github.com/microsoft/semantic-link-labs/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=).
@@ -51,43 +54,45 @@ Check out the video below for an introduction to Semantic Link, Semantic Link La
51
54
  ## Featured Scenarios
52
55
  * Semantic Models
53
56
  * [Migrating an import/DirectQuery semantic model to Direct Lake](https://github.com/microsoft/semantic-link-labs?tab=readme-ov-file#direct-lake-migration)
54
- * [Model Best Practice Analyzer (BPA)](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.run_model_bpa)
55
- * [Vertipaq Analyzer](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.vertipaq_analyzer)
57
+ * [Model Best Practice Analyzer (BPA)](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#model-best-practice-analyzer)
58
+ * [Vertipaq Analyzer](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#vertipaq-analyzer)
56
59
  * [Tabular Object Model](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Tabular%20Object%20Model.ipynb) [(TOM)](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.tom.html)
57
- * [Translate a semantic model's metadata](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.translate_semantic_model)
60
+ * [Translate a semantic model's metadata](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#translate-a-semantic-model)
58
61
  * [Check Direct Lake Guardrails](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.get_lakehouse_tables)
59
- * [Refresh](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Semantic%20Model%20Refresh.ipynb), [clear cache](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.clear_cache), [backup](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.backup_semantic_model), [restore](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.restore_semantic_model), [copy backup files](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.copy_semantic_model_backup_file), [move/deploy across workspaces](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.deploy_semantic_model)
62
+ * [Refresh](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Semantic%20Model%20Refresh.ipynb), [clear cache](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.clear_cache), [backup](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#backup-a-semantic-model), [restore](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#restore-a-semantic-model), [copy backup files](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.copy_semantic_model_backup_file), [move/deploy across workspaces](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.deploy_semantic_model)
60
63
  * [Run DAX queries which impersonate a user](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.evaluate_dax_impersonation)
61
64
  * [Manage Query Scale Out](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Query%20Scale%20Out.ipynb)
62
- * [Auto-generate descriptions for any/all measures in bulk](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.tom.html#sempy_labs.tom.TOMWrapper.generate_measure_descriptions)
63
- * [Warm the cache of a Direct Lake semantic model after a refresh (using columns currently in memory)](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.directlake.html#sempy_labs.directlake.warm_direct_lake_cache_isresident)
64
- * [Warm the cache of a Direct Lake semantic model (via perspective)](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.directlake.html#sempy_labs.directlake.warm_direct_lake_cache_perspective)
65
- * [Visualize a refresh](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Semantic%20Model%20Refresh.ipynb)
65
+ * [Auto-generate descriptions for any/all measures in bulk](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#auto-generate-measure-descriptions)
66
+ * [Warm the cache of a Direct Lake semantic model after a refresh (using columns currently in memory)](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#warm-cache-the-cache-of-a-direct-lake-semantic-model)
67
+ * [Warm the cache of a Direct Lake semantic model (via perspective)](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#warm-cache-the-cache-of-a-direct-lake-semantic-model)
68
+ * [Visualize a refresh](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#refresh-a-semantic-model)
66
69
  * [Update the connection of a Direct Lake semantic model](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.directlake.html#sempy_labs.directlake.update_direct_lake_model_connection)
67
70
  * [Dynamically generate a Direct Lake semantic model](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.directlake.html#sempy_labs.directlake.generate_direct_lake_semantic_model)
68
71
  * [Check why a Direct Lake semantic model would fallback to DirectQuery](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.directlake.html#sempy_labs.directlake.check_fallback_reason)
69
72
  * [View a measure dependency tree](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.measure_dependency_tree)
70
73
  * [View unique columns touched in a single (or multiple) DAX query(ies)](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.get_dax_query_dependencies)
71
74
  * [Analyze delta tables for Direct Lake semantic models using Delta Analyzer](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Delta%20Analyzer.ipynb)
72
- * [View synonyms from the linguistic schema](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.list_synonyms)
75
+ * [View synonyms from the linguistic schema](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#list-the-synonyms-in-the-linguistic-metadata)
73
76
  * [Add](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.tom.html#sempy_labs.tom.TOMWrapper.add_incremental_refresh_policy), [update](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.tom.html#sempy_labs.tom.TOMWrapper.update_incremental_refresh_policy) and [view](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.tom.html#sempy_labs.tom.TOMWrapper.show_incremental_refresh_policy) an incremental refresh policy.
74
77
  * Reports
75
- * [Report Best Practice Analyzer (BPA)](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.report.html#sempy_labs.report.run_report_bpa)
76
- * [View report metadata](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Report%20Analysis.ipynb)
77
- * [View semantic model objects most frequently used in Power BI reports](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.list_semantic_model_object_report_usage)
78
- * [View broken reports](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.list_report_semantic_model_objects)
79
- * [Set a report theme](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.report.html#sempy_labs.report.ReportWrapper.set_theme)
80
- * [Migrate report-level measures to the semantic model](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.report.html#sempy_labs.report.ReportWrapper.migrate_report_level_measures)
81
- * [Rebind reports](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.report.html#sempy_labs.report.report_rebind)
78
+ * [Report Best Practice Analyzer (BPA)](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#report-best-practice-analyzer)
79
+ * [View report metadata](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#view-report-metadata)
80
+ * [View semantic model objects most frequently used in Power BI reports](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#show-the-frequency-of-semantic-model-object-used-within-reports)
81
+ * [View broken reports](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#find-broken-visuals-in-a-power-bi-report)
82
+ * [Set a report theme](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#set-the-theme-of-a-report)
83
+ * [Migrate report-level measures to the semantic model](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#migrate-report-level-measures-to-the-semantic-model)
84
+ * [Rebind reports](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#rebind-a-report-to-a-different-semantic-model)
85
+ * [Save a report as a .pbip](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#save-a-report-as-a-pbip-file)
82
86
  * Capacities
83
87
  * [Migrating a Power BI Premium capacity (P sku) to a Fabric capacity (F sku)](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Capacity%20Migration.ipynb)
84
88
  * [Migrating a Fabric Trial capacity (FT sku) to a Fabric capacity (F sku)](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Capacity%20Migration.ipynb)
85
89
  * [Create](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.create_fabric_capacity)/[update](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.update_fabric_capacity)/[suspend](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.suspend_fabric_capacity)/[resume](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.resume_fabric_capacity) Fabric capacities
86
90
  * Lakehouses
87
- * [Optimize lakehouse tables](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.optimize_lakehouse_tables)
88
- * [Vacuum lakehouse tables](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.vacuum_lakehouse_tables)
89
- * [Create](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.create_shortcut_onelake), [delete](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.delete_shortcut), and [view shortcuts](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.list_shortcuts)
91
+ * [Optimize lakehouse tables](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#optimize-lakehouse-tables)
92
+ * [Vacuum lakehouse tables](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#vacuum-lakehouse-tables)
93
+ * [Create](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#create-a-onelake-shortcut), [delete](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.delete_shortcut), and [view shortcuts](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.list_shortcuts)
90
94
  * [Analyze delta tables for Direct Lake semantic models using Delta Analyzer](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Delta%20Analyzer.ipynb)
95
+ * [Recover a soft-deleted lakehouse table/file/folder](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#recover-a-lakehouse-object)
91
96
  * Notebooks
92
97
  * [Import a notebook from the web](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.import_notebook_from_web)
93
98
  * APIs
@@ -149,6 +154,7 @@ An even better way to ensure the semantic-link-labs library is available in your
149
154
  2. Select your newly created environment within the 'Environment' drop down in the navigation bar at the top of the notebook
150
155
 
151
156
  ## Version History
157
+ * [0.9.11](https://github.com/microsoft/semantic-link-labs/releases/tag/0.9.11) (May 22, 2025)
152
158
  * [0.9.10](https://github.com/microsoft/semantic-link-labs/releases/tag/0.9.10) (April 24, 2025)
153
159
  * [0.9.9](https://github.com/microsoft/semantic-link-labs/releases/tag/0.9.9) (April 7, 2025)
154
160
  * [0.9.8](https://github.com/microsoft/semantic-link-labs/releases/tag/0.9.8) (April 3, 2025)
@@ -1,7 +1,7 @@
1
1
  # Semantic Link Labs
2
2
 
3
3
  [![PyPI version](https://badge.fury.io/py/semantic-link-labs.svg)](https://badge.fury.io/py/semantic-link-labs)
4
- [![Read The Docs](https://readthedocs.org/projects/semantic-link-labs/badge/?version=0.9.10&style=flat)](https://readthedocs.org/projects/semantic-link-labs/)
4
+ [![Read The Docs](https://readthedocs.org/projects/semantic-link-labs/badge/?version=0.9.11&style=flat)](https://readthedocs.org/projects/semantic-link-labs/)
5
5
  [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
6
6
  [![Downloads](https://static.pepy.tech/badge/semantic-link-labs)](https://pepy.tech/project/semantic-link-labs)
7
7
 
@@ -12,6 +12,9 @@
12
12
  [Read the Wiki!](https://github.com/microsoft/semantic-link-labs/wiki)
13
13
  ---
14
14
 
15
+ [See code examples!](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples)
16
+ ---
17
+
15
18
  Semantic Link Labs is a Python library designed for use in [Microsoft Fabric notebooks](https://learn.microsoft.com/fabric/data-engineering/how-to-use-notebook). This library extends the capabilities of [Semantic Link](https://learn.microsoft.com/fabric/data-science/semantic-link-overview) offering additional functionalities to seamlessly integrate and work alongside it. The goal of Semantic Link Labs is to simplify technical processes, empowering people to focus on higher level activities and allowing tasks that are better suited for machines to be efficiently handled without human intervention.
16
19
 
17
20
  If you encounter any issues, please [raise a bug](https://github.com/microsoft/semantic-link-labs/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=).
@@ -25,43 +28,45 @@ Check out the video below for an introduction to Semantic Link, Semantic Link La
25
28
  ## Featured Scenarios
26
29
  * Semantic Models
27
30
  * [Migrating an import/DirectQuery semantic model to Direct Lake](https://github.com/microsoft/semantic-link-labs?tab=readme-ov-file#direct-lake-migration)
28
- * [Model Best Practice Analyzer (BPA)](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.run_model_bpa)
29
- * [Vertipaq Analyzer](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.vertipaq_analyzer)
31
+ * [Model Best Practice Analyzer (BPA)](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#model-best-practice-analyzer)
32
+ * [Vertipaq Analyzer](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#vertipaq-analyzer)
30
33
  * [Tabular Object Model](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Tabular%20Object%20Model.ipynb) [(TOM)](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.tom.html)
31
- * [Translate a semantic model's metadata](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.translate_semantic_model)
34
+ * [Translate a semantic model's metadata](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#translate-a-semantic-model)
32
35
  * [Check Direct Lake Guardrails](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.get_lakehouse_tables)
33
- * [Refresh](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Semantic%20Model%20Refresh.ipynb), [clear cache](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.clear_cache), [backup](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.backup_semantic_model), [restore](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.restore_semantic_model), [copy backup files](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.copy_semantic_model_backup_file), [move/deploy across workspaces](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.deploy_semantic_model)
36
+ * [Refresh](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Semantic%20Model%20Refresh.ipynb), [clear cache](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.clear_cache), [backup](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#backup-a-semantic-model), [restore](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#restore-a-semantic-model), [copy backup files](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.copy_semantic_model_backup_file), [move/deploy across workspaces](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.deploy_semantic_model)
34
37
  * [Run DAX queries which impersonate a user](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.evaluate_dax_impersonation)
35
38
  * [Manage Query Scale Out](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Query%20Scale%20Out.ipynb)
36
- * [Auto-generate descriptions for any/all measures in bulk](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.tom.html#sempy_labs.tom.TOMWrapper.generate_measure_descriptions)
37
- * [Warm the cache of a Direct Lake semantic model after a refresh (using columns currently in memory)](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.directlake.html#sempy_labs.directlake.warm_direct_lake_cache_isresident)
38
- * [Warm the cache of a Direct Lake semantic model (via perspective)](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.directlake.html#sempy_labs.directlake.warm_direct_lake_cache_perspective)
39
- * [Visualize a refresh](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Semantic%20Model%20Refresh.ipynb)
39
+ * [Auto-generate descriptions for any/all measures in bulk](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#auto-generate-measure-descriptions)
40
+ * [Warm the cache of a Direct Lake semantic model after a refresh (using columns currently in memory)](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#warm-cache-the-cache-of-a-direct-lake-semantic-model)
41
+ * [Warm the cache of a Direct Lake semantic model (via perspective)](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#warm-cache-the-cache-of-a-direct-lake-semantic-model)
42
+ * [Visualize a refresh](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#refresh-a-semantic-model)
40
43
  * [Update the connection of a Direct Lake semantic model](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.directlake.html#sempy_labs.directlake.update_direct_lake_model_connection)
41
44
  * [Dynamically generate a Direct Lake semantic model](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.directlake.html#sempy_labs.directlake.generate_direct_lake_semantic_model)
42
45
  * [Check why a Direct Lake semantic model would fallback to DirectQuery](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.directlake.html#sempy_labs.directlake.check_fallback_reason)
43
46
  * [View a measure dependency tree](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.measure_dependency_tree)
44
47
  * [View unique columns touched in a single (or multiple) DAX query(ies)](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.get_dax_query_dependencies)
45
48
  * [Analyze delta tables for Direct Lake semantic models using Delta Analyzer](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Delta%20Analyzer.ipynb)
46
- * [View synonyms from the linguistic schema](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.list_synonyms)
49
+ * [View synonyms from the linguistic schema](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#list-the-synonyms-in-the-linguistic-metadata)
47
50
  * [Add](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.tom.html#sempy_labs.tom.TOMWrapper.add_incremental_refresh_policy), [update](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.tom.html#sempy_labs.tom.TOMWrapper.update_incremental_refresh_policy) and [view](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.tom.html#sempy_labs.tom.TOMWrapper.show_incremental_refresh_policy) an incremental refresh policy.
48
51
  * Reports
49
- * [Report Best Practice Analyzer (BPA)](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.report.html#sempy_labs.report.run_report_bpa)
50
- * [View report metadata](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Report%20Analysis.ipynb)
51
- * [View semantic model objects most frequently used in Power BI reports](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.list_semantic_model_object_report_usage)
52
- * [View broken reports](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.list_report_semantic_model_objects)
53
- * [Set a report theme](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.report.html#sempy_labs.report.ReportWrapper.set_theme)
54
- * [Migrate report-level measures to the semantic model](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.report.html#sempy_labs.report.ReportWrapper.migrate_report_level_measures)
55
- * [Rebind reports](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.report.html#sempy_labs.report.report_rebind)
52
+ * [Report Best Practice Analyzer (BPA)](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#report-best-practice-analyzer)
53
+ * [View report metadata](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#view-report-metadata)
54
+ * [View semantic model objects most frequently used in Power BI reports](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#show-the-frequency-of-semantic-model-object-used-within-reports)
55
+ * [View broken reports](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#find-broken-visuals-in-a-power-bi-report)
56
+ * [Set a report theme](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#set-the-theme-of-a-report)
57
+ * [Migrate report-level measures to the semantic model](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#migrate-report-level-measures-to-the-semantic-model)
58
+ * [Rebind reports](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#rebind-a-report-to-a-different-semantic-model)
59
+ * [Save a report as a .pbip](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#save-a-report-as-a-pbip-file)
56
60
  * Capacities
57
61
  * [Migrating a Power BI Premium capacity (P sku) to a Fabric capacity (F sku)](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Capacity%20Migration.ipynb)
58
62
  * [Migrating a Fabric Trial capacity (FT sku) to a Fabric capacity (F sku)](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Capacity%20Migration.ipynb)
59
63
  * [Create](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.create_fabric_capacity)/[update](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.update_fabric_capacity)/[suspend](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.suspend_fabric_capacity)/[resume](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.resume_fabric_capacity) Fabric capacities
60
64
  * Lakehouses
61
- * [Optimize lakehouse tables](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.optimize_lakehouse_tables)
62
- * [Vacuum lakehouse tables](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.vacuum_lakehouse_tables)
63
- * [Create](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.create_shortcut_onelake), [delete](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.delete_shortcut), and [view shortcuts](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.list_shortcuts)
65
+ * [Optimize lakehouse tables](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#optimize-lakehouse-tables)
66
+ * [Vacuum lakehouse tables](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#vacuum-lakehouse-tables)
67
+ * [Create](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#create-a-onelake-shortcut), [delete](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.delete_shortcut), and [view shortcuts](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.list_shortcuts)
64
68
  * [Analyze delta tables for Direct Lake semantic models using Delta Analyzer](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Delta%20Analyzer.ipynb)
69
+ * [Recover a soft-deleted lakehouse table/file/folder](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#recover-a-lakehouse-object)
65
70
  * Notebooks
66
71
  * [Import a notebook from the web](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.import_notebook_from_web)
67
72
  * APIs
@@ -123,6 +128,7 @@ An even better way to ensure the semantic-link-labs library is available in your
123
128
  2. Select your newly created environment within the 'Environment' drop down in the navigation bar at the top of the notebook
124
129
 
125
130
  ## Version History
131
+ * [0.9.11](https://github.com/microsoft/semantic-link-labs/releases/tag/0.9.11) (May 22, 2025)
126
132
  * [0.9.10](https://github.com/microsoft/semantic-link-labs/releases/tag/0.9.10) (April 24, 2025)
127
133
  * [0.9.9](https://github.com/microsoft/semantic-link-labs/releases/tag/0.9.9) (April 7, 2025)
128
134
  * [0.9.8](https://github.com/microsoft/semantic-link-labs/releases/tag/0.9.8) (April 3, 2025)
@@ -7,7 +7,7 @@ name="semantic-link-labs"
7
7
  authors = [
8
8
  { name = "Microsoft Corporation" },
9
9
  ]
10
- version="0.9.10"
10
+ version="0.9.11"
11
11
  description="Semantic Link Labs for Microsoft Fabric"
12
12
  readme="README.md"
13
13
  requires-python=">=3.10,<3.12"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: semantic-link-labs
3
- Version: 0.9.10
3
+ Version: 0.9.11
4
4
  Summary: Semantic Link Labs for Microsoft Fabric
5
5
  Author: Microsoft Corporation
6
6
  License: MIT License
@@ -27,7 +27,7 @@ Dynamic: license-file
27
27
  # Semantic Link Labs
28
28
 
29
29
  [![PyPI version](https://badge.fury.io/py/semantic-link-labs.svg)](https://badge.fury.io/py/semantic-link-labs)
30
- [![Read The Docs](https://readthedocs.org/projects/semantic-link-labs/badge/?version=0.9.10&style=flat)](https://readthedocs.org/projects/semantic-link-labs/)
30
+ [![Read The Docs](https://readthedocs.org/projects/semantic-link-labs/badge/?version=0.9.11&style=flat)](https://readthedocs.org/projects/semantic-link-labs/)
31
31
  [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
32
32
  [![Downloads](https://static.pepy.tech/badge/semantic-link-labs)](https://pepy.tech/project/semantic-link-labs)
33
33
 
@@ -38,6 +38,9 @@ Dynamic: license-file
38
38
  [Read the Wiki!](https://github.com/microsoft/semantic-link-labs/wiki)
39
39
  ---
40
40
 
41
+ [See code examples!](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples)
42
+ ---
43
+
41
44
  Semantic Link Labs is a Python library designed for use in [Microsoft Fabric notebooks](https://learn.microsoft.com/fabric/data-engineering/how-to-use-notebook). This library extends the capabilities of [Semantic Link](https://learn.microsoft.com/fabric/data-science/semantic-link-overview) offering additional functionalities to seamlessly integrate and work alongside it. The goal of Semantic Link Labs is to simplify technical processes, empowering people to focus on higher level activities and allowing tasks that are better suited for machines to be efficiently handled without human intervention.
42
45
 
43
46
  If you encounter any issues, please [raise a bug](https://github.com/microsoft/semantic-link-labs/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=).
@@ -51,43 +54,45 @@ Check out the video below for an introduction to Semantic Link, Semantic Link La
51
54
  ## Featured Scenarios
52
55
  * Semantic Models
53
56
  * [Migrating an import/DirectQuery semantic model to Direct Lake](https://github.com/microsoft/semantic-link-labs?tab=readme-ov-file#direct-lake-migration)
54
- * [Model Best Practice Analyzer (BPA)](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.run_model_bpa)
55
- * [Vertipaq Analyzer](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.vertipaq_analyzer)
57
+ * [Model Best Practice Analyzer (BPA)](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#model-best-practice-analyzer)
58
+ * [Vertipaq Analyzer](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#vertipaq-analyzer)
56
59
  * [Tabular Object Model](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Tabular%20Object%20Model.ipynb) [(TOM)](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.tom.html)
57
- * [Translate a semantic model's metadata](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.translate_semantic_model)
60
+ * [Translate a semantic model's metadata](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#translate-a-semantic-model)
58
61
  * [Check Direct Lake Guardrails](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.get_lakehouse_tables)
59
- * [Refresh](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Semantic%20Model%20Refresh.ipynb), [clear cache](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.clear_cache), [backup](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.backup_semantic_model), [restore](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.restore_semantic_model), [copy backup files](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.copy_semantic_model_backup_file), [move/deploy across workspaces](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.deploy_semantic_model)
62
+ * [Refresh](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Semantic%20Model%20Refresh.ipynb), [clear cache](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.clear_cache), [backup](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#backup-a-semantic-model), [restore](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#restore-a-semantic-model), [copy backup files](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.copy_semantic_model_backup_file), [move/deploy across workspaces](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.deploy_semantic_model)
60
63
  * [Run DAX queries which impersonate a user](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.evaluate_dax_impersonation)
61
64
  * [Manage Query Scale Out](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Query%20Scale%20Out.ipynb)
62
- * [Auto-generate descriptions for any/all measures in bulk](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.tom.html#sempy_labs.tom.TOMWrapper.generate_measure_descriptions)
63
- * [Warm the cache of a Direct Lake semantic model after a refresh (using columns currently in memory)](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.directlake.html#sempy_labs.directlake.warm_direct_lake_cache_isresident)
64
- * [Warm the cache of a Direct Lake semantic model (via perspective)](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.directlake.html#sempy_labs.directlake.warm_direct_lake_cache_perspective)
65
- * [Visualize a refresh](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Semantic%20Model%20Refresh.ipynb)
65
+ * [Auto-generate descriptions for any/all measures in bulk](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#auto-generate-measure-descriptions)
66
+ * [Warm the cache of a Direct Lake semantic model after a refresh (using columns currently in memory)](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#warm-cache-the-cache-of-a-direct-lake-semantic-model)
67
+ * [Warm the cache of a Direct Lake semantic model (via perspective)](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#warm-cache-the-cache-of-a-direct-lake-semantic-model)
68
+ * [Visualize a refresh](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#refresh-a-semantic-model)
66
69
  * [Update the connection of a Direct Lake semantic model](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.directlake.html#sempy_labs.directlake.update_direct_lake_model_connection)
67
70
  * [Dynamically generate a Direct Lake semantic model](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.directlake.html#sempy_labs.directlake.generate_direct_lake_semantic_model)
68
71
  * [Check why a Direct Lake semantic model would fallback to DirectQuery](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.directlake.html#sempy_labs.directlake.check_fallback_reason)
69
72
  * [View a measure dependency tree](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.measure_dependency_tree)
70
73
  * [View unique columns touched in a single (or multiple) DAX query(ies)](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.get_dax_query_dependencies)
71
74
  * [Analyze delta tables for Direct Lake semantic models using Delta Analyzer](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Delta%20Analyzer.ipynb)
72
- * [View synonyms from the linguistic schema](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.list_synonyms)
75
+ * [View synonyms from the linguistic schema](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#list-the-synonyms-in-the-linguistic-metadata)
73
76
  * [Add](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.tom.html#sempy_labs.tom.TOMWrapper.add_incremental_refresh_policy), [update](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.tom.html#sempy_labs.tom.TOMWrapper.update_incremental_refresh_policy) and [view](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.tom.html#sempy_labs.tom.TOMWrapper.show_incremental_refresh_policy) an incremental refresh policy.
74
77
  * Reports
75
- * [Report Best Practice Analyzer (BPA)](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.report.html#sempy_labs.report.run_report_bpa)
76
- * [View report metadata](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Report%20Analysis.ipynb)
77
- * [View semantic model objects most frequently used in Power BI reports](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.list_semantic_model_object_report_usage)
78
- * [View broken reports](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.list_report_semantic_model_objects)
79
- * [Set a report theme](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.report.html#sempy_labs.report.ReportWrapper.set_theme)
80
- * [Migrate report-level measures to the semantic model](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.report.html#sempy_labs.report.ReportWrapper.migrate_report_level_measures)
81
- * [Rebind reports](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.report.html#sempy_labs.report.report_rebind)
78
+ * [Report Best Practice Analyzer (BPA)](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#report-best-practice-analyzer)
79
+ * [View report metadata](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#view-report-metadata)
80
+ * [View semantic model objects most frequently used in Power BI reports](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#show-the-frequency-of-semantic-model-object-used-within-reports)
81
+ * [View broken reports](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#find-broken-visuals-in-a-power-bi-report)
82
+ * [Set a report theme](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#set-the-theme-of-a-report)
83
+ * [Migrate report-level measures to the semantic model](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#migrate-report-level-measures-to-the-semantic-model)
84
+ * [Rebind reports](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#rebind-a-report-to-a-different-semantic-model)
85
+ * [Save a report as a .pbip](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#save-a-report-as-a-pbip-file)
82
86
  * Capacities
83
87
  * [Migrating a Power BI Premium capacity (P sku) to a Fabric capacity (F sku)](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Capacity%20Migration.ipynb)
84
88
  * [Migrating a Fabric Trial capacity (FT sku) to a Fabric capacity (F sku)](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Capacity%20Migration.ipynb)
85
89
  * [Create](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.create_fabric_capacity)/[update](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.update_fabric_capacity)/[suspend](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.suspend_fabric_capacity)/[resume](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.resume_fabric_capacity) Fabric capacities
86
90
  * Lakehouses
87
- * [Optimize lakehouse tables](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.optimize_lakehouse_tables)
88
- * [Vacuum lakehouse tables](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.vacuum_lakehouse_tables)
89
- * [Create](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.create_shortcut_onelake), [delete](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.delete_shortcut), and [view shortcuts](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.list_shortcuts)
91
+ * [Optimize lakehouse tables](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#optimize-lakehouse-tables)
92
+ * [Vacuum lakehouse tables](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#vacuum-lakehouse-tables)
93
+ * [Create](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#create-a-onelake-shortcut), [delete](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.delete_shortcut), and [view shortcuts](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.list_shortcuts)
90
94
  * [Analyze delta tables for Direct Lake semantic models using Delta Analyzer](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Delta%20Analyzer.ipynb)
95
+ * [Recover a soft-deleted lakehouse table/file/folder](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#recover-a-lakehouse-object)
91
96
  * Notebooks
92
97
  * [Import a notebook from the web](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.import_notebook_from_web)
93
98
  * APIs
@@ -149,6 +154,7 @@ An even better way to ensure the semantic-link-labs library is available in your
149
154
  2. Select your newly created environment within the 'Environment' drop down in the navigation bar at the top of the notebook
150
155
 
151
156
  ## Version History
157
+ * [0.9.11](https://github.com/microsoft/semantic-link-labs/releases/tag/0.9.11) (May 22, 2025)
152
158
  * [0.9.10](https://github.com/microsoft/semantic-link-labs/releases/tag/0.9.10) (April 24, 2025)
153
159
  * [0.9.9](https://github.com/microsoft/semantic-link-labs/releases/tag/0.9.9) (April 7, 2025)
154
160
  * [0.9.8](https://github.com/microsoft/semantic-link-labs/releases/tag/0.9.8) (April 3, 2025)
@@ -1,36 +1,6 @@
1
- .gitignore
2
- .readthedocs.yaml
3
- CODE_OF_CONDUCT.md
4
1
  LICENSE
5
2
  README.md
6
- SECURITY.md
7
- SUPPORT.md
8
- environment.yml
9
3
  pyproject.toml
10
- .github/ISSUE_TEMPLATE/bug_report.md
11
- .github/ISSUE_TEMPLATE/feature_request.md
12
- .github/ISSUE_TEMPLATE/issue--question---advice-needed.md
13
- .github/workflows/build.yaml
14
- .github/workflows/codeql.yaml
15
- .vscode/settings.json
16
- docs/Makefile
17
- docs/make.bat
18
- docs/requirements.txt
19
- docs/source/conf.py
20
- docs/source/index.rst
21
- docs/source/modules.rst
22
- notebooks/Best Practice Analyzer Report.ipynb
23
- notebooks/Capacity Migration.ipynb
24
- notebooks/Delta Analyzer.ipynb
25
- notebooks/Migration to Direct Lake.ipynb
26
- notebooks/Model Optimization.ipynb
27
- notebooks/Query Scale Out.ipynb
28
- notebooks/Report Analysis.ipynb
29
- notebooks/SQL.ipynb
30
- notebooks/Semantic Model Management.ipynb
31
- notebooks/Semantic Model Refresh.ipynb
32
- notebooks/Service Principal.ipynb
33
- notebooks/Tabular Object Model.ipynb
34
4
  src/semantic_link_labs.egg-info/PKG-INFO
35
5
  src/semantic_link_labs.egg-info/SOURCES.txt
36
6
  src/semantic_link_labs.egg-info/dependency_links.txt
@@ -86,9 +56,12 @@ src/sempy_labs/_semantic_models.py
86
56
  src/sempy_labs/_spark.py
87
57
  src/sempy_labs/_sql.py
88
58
  src/sempy_labs/_sqldatabase.py
59
+ src/sempy_labs/_tags.py
89
60
  src/sempy_labs/_translations.py
90
61
  src/sempy_labs/_utils.py
62
+ src/sempy_labs/_variable_libraries.py
91
63
  src/sempy_labs/_vertipaq.py
64
+ src/sempy_labs/_vpax.py
92
65
  src/sempy_labs/_warehouses.py
93
66
  src/sempy_labs/_workloads.py
94
67
  src/sempy_labs/_workspace_identity.py
@@ -146,6 +119,7 @@ src/sempy_labs/admin/_items.py
146
119
  src/sempy_labs/admin/_reports.py
147
120
  src/sempy_labs/admin/_scanner.py
148
121
  src/sempy_labs/admin/_shared.py
122
+ src/sempy_labs/admin/_tags.py
149
123
  src/sempy_labs/admin/_tenant.py
150
124
  src/sempy_labs/admin/_users.py
151
125
  src/sempy_labs/admin/_workspaces.py
@@ -162,6 +136,7 @@ src/sempy_labs/directlake/_show_unsupported_directlake_objects.py
162
136
  src/sempy_labs/directlake/_update_directlake_model_lakehouse_connection.py
163
137
  src/sempy_labs/directlake/_update_directlake_partition_entity.py
164
138
  src/sempy_labs/directlake/_warm_cache.py
139
+ src/sempy_labs/dotnet_lib/dotnet.runtime.config.json
165
140
  src/sempy_labs/graph/__init__.py
166
141
  src/sempy_labs/graph/_groups.py
167
142
  src/sempy_labs/graph/_teams.py
@@ -170,7 +145,9 @@ src/sempy_labs/lakehouse/__init__.py
170
145
  src/sempy_labs/lakehouse/_blobs.py
171
146
  src/sempy_labs/lakehouse/_get_lakehouse_columns.py
172
147
  src/sempy_labs/lakehouse/_get_lakehouse_tables.py
148
+ src/sempy_labs/lakehouse/_helper.py
173
149
  src/sempy_labs/lakehouse/_lakehouse.py
150
+ src/sempy_labs/lakehouse/_livy_sessions.py
174
151
  src/sempy_labs/lakehouse/_shortcuts.py
175
152
  src/sempy_labs/migration/__init__.py
176
153
  src/sempy_labs/migration/_create_pqt_file.py
@@ -195,9 +172,7 @@ src/sempy_labs/report/_report_list_functions.py
195
172
  src/sempy_labs/report/_report_rebind.py
196
173
  src/sempy_labs/report/_reportwrapper.py
197
174
  src/sempy_labs/report/_save_report.py
198
- src/sempy_labs/report/_bpareporttemplate/.platform
199
175
  src/sempy_labs/report/_bpareporttemplate/definition.pbir
200
- src/sempy_labs/report/_bpareporttemplate/.pbi/localSettings.json
201
176
  src/sempy_labs/report/_bpareporttemplate/StaticResources/SharedResources/BaseThemes/CY24SU06.json
202
177
  src/sempy_labs/report/_bpareporttemplate/definition/report.json
203
178
  src/sempy_labs/report/_bpareporttemplate/definition/version.json
@@ -226,5 +201,4 @@ src/sempy_labs/report/_bpareporttemplate/definition/pages/d37dce724a0ccc30044b/p
226
201
  src/sempy_labs/report/_bpareporttemplate/definition/pages/d37dce724a0ccc30044b/visuals/ce8532a7e25020271077/visual.json
227
202
  src/sempy_labs/tom/__init__.py
228
203
  src/sempy_labs/tom/_model.py
229
- tests/__init__.py
230
204
  tests/test_friendly_case.py
@@ -1,7 +1,14 @@
1
+ from sempy_labs._variable_libraries import (
2
+ list_variable_libraries,
3
+ delete_variable_library,
4
+ )
1
5
  from sempy_labs._kusto import (
2
6
  query_kusto,
3
7
  query_workspace_monitoring,
4
8
  )
9
+ from sempy_labs._vpax import (
10
+ create_vpax,
11
+ )
5
12
  from sempy_labs._delta_analyzer_history import (
6
13
  delta_analyzer_history,
7
14
  )
@@ -13,11 +20,16 @@ from sempy_labs._mounted_data_factories import (
13
20
  get_mounted_data_factory_definition,
14
21
  delete_mounted_data_factory,
15
22
  )
16
-
23
+ from sempy_labs._tags import (
24
+ list_tags,
25
+ apply_tags,
26
+ unapply_tags,
27
+ )
17
28
  from sempy_labs._semantic_models import (
18
29
  get_semantic_model_refresh_schedule,
19
30
  enable_semantic_model_scheduled_refresh,
20
31
  delete_semantic_model,
32
+ update_semantic_model_refresh_schedule,
21
33
  )
22
34
  from sempy_labs._graphQL import (
23
35
  list_graphql_apis,
@@ -124,6 +136,7 @@ from sempy_labs._environments import (
124
136
  create_environment,
125
137
  delete_environment,
126
138
  publish_environment,
139
+ list_environments,
127
140
  )
128
141
  from sempy_labs._clear_cache import (
129
142
  clear_cache,
@@ -564,4 +577,12 @@ __all__ = [
564
577
  "delta_analyzer_history",
565
578
  "query_kusto",
566
579
  "query_workspace_monitoring",
580
+ "list_environments",
581
+ "list_tags",
582
+ "list_variable_libraries",
583
+ "delete_variable_library",
584
+ "create_vpax",
585
+ "update_semantic_model_refresh_schedule",
586
+ "apply_tags",
587
+ "unapply_tags",
567
588
  ]
@@ -4,7 +4,6 @@ from datetime import datetime
4
4
  import os
5
5
  from uuid import UUID
6
6
  from typing import Dict, Optional
7
- import pyarrow.dataset as ds
8
7
  import pyarrow.parquet as pq
9
8
  from sempy_labs._helper_functions import (
10
9
  create_abfss_path,
@@ -23,7 +22,12 @@ from sempy_labs._helper_functions import (
23
22
  )
24
23
  from sempy._utils._log import log
25
24
  from sempy_labs.lakehouse._get_lakehouse_tables import get_lakehouse_tables
26
- from sempy_labs.lakehouse._lakehouse import lakehouse_attached
25
+ from sempy_labs.lakehouse._lakehouse import (
26
+ lakehouse_attached,
27
+ )
28
+ from sempy_labs.lakehouse._helper import (
29
+ is_v_ordered,
30
+ )
27
31
  import sempy_labs._icons as icons
28
32
  from tqdm.auto import tqdm
29
33
 
@@ -113,10 +117,6 @@ def delta_analyzer(
113
117
  lakehouse_id, workspace_id, table_name, schema=schema
114
118
  )
115
119
  local_path = _mount(lakehouse=lakehouse, workspace=workspace)
116
- if schema is not None:
117
- table_path = f"{local_path}/Tables/{schema}/{table_name}"
118
- else:
119
- table_path = f"{local_path}/Tables/{table_name}"
120
120
 
121
121
  parquet_file_df_columns = {
122
122
  # "Dataset": "string",
@@ -163,8 +163,9 @@ def delta_analyzer(
163
163
  max_rows_per_row_group = 0
164
164
  min_rows_per_row_group = float("inf")
165
165
 
166
- schema = ds.dataset(table_path).schema.metadata
167
- is_vorder = any(b"vorder" in key for key in schema.keys())
166
+ is_vorder = is_v_ordered(
167
+ table_name=table_name, lakehouse=lakehouse, workspace=workspace, schema=schema
168
+ )
168
169
 
169
170
  # Get the common details of the Delta table
170
171
  delta_table = _get_delta_table(delta_table_path)
@@ -3,6 +3,7 @@ import sempy_labs._icons as icons
3
3
  from typing import Optional
4
4
  from sempy_labs._helper_functions import (
5
5
  resolve_workspace_name_and_id,
6
+ resolve_workspace_id,
6
7
  _base_api,
7
8
  _create_dataframe,
8
9
  resolve_item_id,
@@ -67,10 +68,16 @@ def list_environments(workspace: Optional[str | UUID] = None) -> pd.DataFrame:
67
68
  "Environment Name": "string",
68
69
  "Environment Id": "string",
69
70
  "Description": "string",
71
+ "Publish State": "string",
72
+ "Publish Target Version": "string",
73
+ "Publish Start Time": "string",
74
+ "Publish End Time": "string",
75
+ "Spark Libraries State": "string",
76
+ "Spark Settings State": "string",
70
77
  }
71
78
  df = _create_dataframe(columns=columns)
72
79
 
73
- (workspace_name, workspace_id) = resolve_workspace_name_and_id(workspace)
80
+ workspace_id = resolve_workspace_id(workspace)
74
81
 
75
82
  responses = _base_api(
76
83
  request=f"/v1/workspaces/{workspace_id}/environments",
@@ -80,10 +87,21 @@ def list_environments(workspace: Optional[str | UUID] = None) -> pd.DataFrame:
80
87
 
81
88
  for r in responses:
82
89
  for v in r.get("value", []):
90
+ pub = v.get("properties", {}).get("publishDetails", {})
83
91
  new_data = {
84
92
  "Environment Name": v.get("displayName"),
85
93
  "Environment Id": v.get("id"),
86
94
  "Description": v.get("description"),
95
+ "Publish State": pub.get("state"),
96
+ "Publish Target Version": pub.get("targetVersion"),
97
+ "Publish Start Time": pub.get("startTime"),
98
+ "Publish End Time": pub.get("endTime"),
99
+ "Spark Libraries State": pub.get("componentPublishInfo", {})
100
+ .get("sparkLibraries", {})
101
+ .get("state"),
102
+ "Spark Settings State": pub.get("componentPublishInfo", {})
103
+ .get("sparkSettings", {})
104
+ .get("state"),
87
105
  }
88
106
  df = pd.concat([df, pd.DataFrame(new_data, index=[0])], ignore_index=True)
89
107
 
@@ -493,7 +493,7 @@ def get_semantic_model_size(
493
493
  Returns
494
494
  -------
495
495
  int
496
- The size of the semantic model in
496
+ The size of the semantic model in bytes
497
497
  """
498
498
 
499
499
  dict = fabric.evaluate_dax(