semantic-link-labs 0.11.1__tar.gz → 0.11.2__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.
- {semantic_link_labs-0.11.1/src/semantic_link_labs.egg-info → semantic_link_labs-0.11.2}/PKG-INFO +5 -4
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/README.md +3 -2
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/pyproject.toml +2 -2
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2/src/semantic_link_labs.egg-info}/PKG-INFO +5 -4
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/semantic_link_labs.egg-info/requires.txt +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/__init__.py +56 -56
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_a_lib_info.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_ai.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_capacities.py +2 -2
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_capacity_migration.py +5 -5
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_clear_cache.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_connections.py +2 -2
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_dashboards.py +16 -16
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_data_pipelines.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_dataflows.py +101 -26
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_dax.py +3 -3
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_dax_query_view.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_delta_analyzer.py +4 -4
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_delta_analyzer_history.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_deployment_pipelines.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_environments.py +22 -21
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_eventhouses.py +12 -11
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_eventstreams.py +12 -11
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_external_data_shares.py +23 -22
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_gateways.py +47 -45
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_generate_semantic_model.py +3 -3
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_git.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_graphQL.py +12 -11
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_job_scheduler.py +56 -54
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_kql_databases.py +16 -17
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_kql_querysets.py +12 -11
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_kusto.py +2 -2
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_list_functions.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_managed_private_endpoints.py +18 -15
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_mirrored_databases.py +16 -15
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_mirrored_warehouses.py +12 -11
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_ml_experiments.py +11 -10
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_ml_models.py +11 -10
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_model_auto_build.py +3 -3
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_model_bpa.py +5 -5
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_model_bpa_bulk.py +3 -3
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_model_dependencies.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_mounted_data_factories.py +12 -12
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_notebooks.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_one_lake_integration.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_query_scale_out.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_refresh_semantic_model.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_semantic_models.py +30 -28
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_spark.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_sql.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_sql_endpoints.py +12 -11
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_sqldatabase.py +15 -15
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_tags.py +11 -10
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_translations.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_user_delegation_key.py +2 -2
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_variable_libraries.py +13 -12
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_vertipaq.py +3 -3
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_vpax.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_warehouses.py +15 -14
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_workloads.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_workspace_identity.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_workspaces.py +14 -13
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/admin/__init__.py +18 -18
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/admin/_activities.py +46 -46
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/admin/_apps.py +28 -26
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/admin/_artifacts.py +15 -15
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/admin/_basic_functions.py +1 -2
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/admin/_capacities.py +84 -82
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/admin/_dataflows.py +2 -2
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/admin/_datasets.py +50 -48
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/admin/_domains.py +25 -19
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/admin/_external_data_share.py +24 -22
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/admin/_git.py +17 -17
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/admin/_items.py +47 -45
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/admin/_reports.py +61 -58
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/admin/_scanner.py +2 -2
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/admin/_shared.py +18 -18
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/admin/_tags.py +2 -2
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/admin/_tenant.py +57 -51
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/admin/_users.py +16 -15
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/admin/_workspaces.py +2 -2
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/directlake/__init__.py +12 -12
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/directlake/_directlake_schema_compare.py +3 -3
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/directlake/_directlake_schema_sync.py +9 -7
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/directlake/_dl_helper.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/directlake/_generate_shared_expression.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/directlake/_get_directlake_lakehouse.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/directlake/_guardrails.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/directlake/_list_directlake_model_calc_tables.py +3 -3
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/directlake/_show_unsupported_directlake_objects.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/directlake/_update_directlake_model_lakehouse_connection.py +3 -3
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/directlake/_update_directlake_partition_entity.py +4 -4
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/directlake/_warm_cache.py +3 -3
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/graph/__init__.py +3 -3
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/graph/_groups.py +81 -78
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/graph/_teams.py +21 -21
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/graph/_users.py +111 -10
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/lakehouse/__init__.py +7 -7
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/lakehouse/_blobs.py +30 -30
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/lakehouse/_get_lakehouse_columns.py +2 -2
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/lakehouse/_get_lakehouse_tables.py +29 -27
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/lakehouse/_helper.py +30 -2
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/lakehouse/_lakehouse.py +2 -2
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/lakehouse/_livy_sessions.py +47 -42
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/lakehouse/_shortcuts.py +22 -21
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/migration/__init__.py +8 -8
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/migration/_create_pqt_file.py +2 -2
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/migration/_migrate_calctables_to_lakehouse.py +3 -3
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/migration/_migrate_calctables_to_semantic_model.py +3 -4
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/migration/_migrate_model_objects_to_semantic_model.py +2 -2
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/migration/_migrate_tables_columns_to_semantic_model.py +4 -4
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/migration/_migration_validation.py +1 -2
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/migration/_refresh_calc_tables.py +2 -2
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/mirrored_azure_databricks_catalog/__init__.py +2 -2
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/mirrored_azure_databricks_catalog/_discover.py +40 -40
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/mirrored_azure_databricks_catalog/_refresh_catalog_metadata.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/__init__.py +10 -10
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_download_report.py +2 -2
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_export_report.py +2 -2
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_generate_report.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_paginated.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_report_bpa.py +4 -3
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_report_functions.py +3 -3
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_report_list_functions.py +3 -3
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_report_rebind.py +1 -1
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_reportwrapper.py +247 -249
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_save_report.py +3 -3
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/theme/_org_themes.py +19 -6
- semantic_link_labs-0.11.2/src/sempy_labs/tom/__init__.py +3 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/tom/_model.py +5 -5
- semantic_link_labs-0.11.1/src/sempy_labs/tom/__init__.py +0 -3
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/LICENSE +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/setup.cfg +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/semantic_link_labs.egg-info/SOURCES.txt +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/semantic_link_labs.egg-info/dependency_links.txt +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/semantic_link_labs.egg-info/top_level.txt +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_authentication.py +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_am-ET.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_ar-AE.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_bg-BG.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_ca-ES.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_cs-CZ.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_da-DK.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_de-DE.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_el-GR.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_es-ES.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_fa-IR.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_fi-FI.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_fr-FR.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_ga-IE.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_he-IL.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_hi-IN.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_hu-HU.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_id-ID.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_is-IS.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_it-IT.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_ja-JP.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_ko-KR.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_mt-MT.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_nl-NL.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_pl-PL.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_pt-BR.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_pt-PT.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_ro-RO.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_ru-RU.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_sk-SK.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_sl-SL.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_sv-SE.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_ta-IN.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_te-IN.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_th-TH.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_tr-TR.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_uk-UA.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_zh-CN.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_bpa_translation/_model/_translations_zu-ZA.po +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_daxformatter.py +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_dictionary_diffs.py +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_documentation.py +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_helper_functions.py +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_icons.py +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_model_bpa_rules.py +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_utils.py +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/directlake/_get_shared_expression.py +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/dotnet_lib/dotnet.runtime.config.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/migration/_direct_lake_to_import.py +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_BPAReportTemplate.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/StaticResources/SharedResources/BaseThemes/CY24SU06.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/page.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/1b08bce3bebabb0a27a8/visual.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/2f22ddb70c301693c165/visual.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/3b1182230aa6c600b43a/visual.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/58577ba6380c69891500/visual.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/a2a8fa5028b3b776c96c/visual.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/adfd47ef30652707b987/visual.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/b6a80ee459e716e170b1/visual.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/ce3130a721c020cc3d81/visual.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/92735ae19b31712208ad/page.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/92735ae19b31712208ad/visuals/66e60dfb526437cd78d1/visual.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/page.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/07deb8bce824e1be37d7/visual.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/0b1c68838818b32ad03b/visual.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/0c171de9d2683d10b930/visual.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/0efa01be0510e40a645e/visual.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/6bf2f0eb830ab53cc668/visual.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/88d8141cb8500b60030c/visual.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/a753273590beed656a03/visual.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/b8fdc82cddd61ac447bc/visual.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/d37dce724a0ccc30044b/page.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/d37dce724a0ccc30044b/visuals/ce8532a7e25020271077/visual.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/pages/pages.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/report.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition/version.json +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_bpareporttemplate/definition.pbir +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_report_bpa_rules.py +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/report/_report_helper.py +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/theme/__init__.py +0 -0
- {semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/tests/test_friendly_case.py +0 -0
{semantic_link_labs-0.11.1/src/semantic_link_labs.egg-info → semantic_link_labs-0.11.2}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: semantic-link-labs
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.2
|
|
4
4
|
Summary: Semantic Link Labs for Microsoft Fabric
|
|
5
5
|
Author: Microsoft Corporation
|
|
6
6
|
License: MIT License
|
|
@@ -15,7 +15,7 @@ Classifier: Framework :: Jupyter
|
|
|
15
15
|
Requires-Python: <3.12,>=3.10
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
|
-
Requires-Dist: semantic-link-sempy>=0.11.
|
|
18
|
+
Requires-Dist: semantic-link-sempy>=0.11.1
|
|
19
19
|
Requires-Dist: anytree
|
|
20
20
|
Requires-Dist: powerbiclient
|
|
21
21
|
Requires-Dist: polib
|
|
@@ -27,7 +27,7 @@ Dynamic: license-file
|
|
|
27
27
|
# Semantic Link Labs
|
|
28
28
|
|
|
29
29
|
[](https://badge.fury.io/py/semantic-link-labs)
|
|
30
|
-
[](https://readthedocs.org/projects/semantic-link-labs/)
|
|
31
31
|
[](https://github.com/psf/black)
|
|
32
32
|
[](https://pepy.tech/project/semantic-link-labs)
|
|
33
33
|
|
|
@@ -155,7 +155,8 @@ An even better way to ensure the semantic-link-labs library is available in your
|
|
|
155
155
|
2. Select your newly created environment within the 'Environment' drop down in the navigation bar at the top of the notebook
|
|
156
156
|
|
|
157
157
|
## Version History
|
|
158
|
-
* [0.11.
|
|
158
|
+
* [0.11.2](https://github.com/microsoft/semantic-link-labs/releases/tag/0.11.2) (July 8, 2025)
|
|
159
|
+
* [0.11.1](https://github.com/microsoft/semantic-link-labs/releases/tag/0.11.1) (June 24, 2025)
|
|
159
160
|
* [0.11.0](https://github.com/microsoft/semantic-link-labs/releases/tag/0.11.0) (June 23, 2025)
|
|
160
161
|
* [0.10.1](https://github.com/microsoft/semantic-link-labs/releases/tag/0.10.1) (June 10, 2025)
|
|
161
162
|
* [0.10.0](https://github.com/microsoft/semantic-link-labs/releases/tag/0.10.0) (May 30, 2025)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Semantic Link Labs
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/py/semantic-link-labs)
|
|
4
|
-
[](https://readthedocs.org/projects/semantic-link-labs/)
|
|
5
5
|
[](https://github.com/psf/black)
|
|
6
6
|
[](https://pepy.tech/project/semantic-link-labs)
|
|
7
7
|
|
|
@@ -129,7 +129,8 @@ An even better way to ensure the semantic-link-labs library is available in your
|
|
|
129
129
|
2. Select your newly created environment within the 'Environment' drop down in the navigation bar at the top of the notebook
|
|
130
130
|
|
|
131
131
|
## Version History
|
|
132
|
-
* [0.11.
|
|
132
|
+
* [0.11.2](https://github.com/microsoft/semantic-link-labs/releases/tag/0.11.2) (July 8, 2025)
|
|
133
|
+
* [0.11.1](https://github.com/microsoft/semantic-link-labs/releases/tag/0.11.1) (June 24, 2025)
|
|
133
134
|
* [0.11.0](https://github.com/microsoft/semantic-link-labs/releases/tag/0.11.0) (June 23, 2025)
|
|
134
135
|
* [0.10.1](https://github.com/microsoft/semantic-link-labs/releases/tag/0.10.1) (June 10, 2025)
|
|
135
136
|
* [0.10.0](https://github.com/microsoft/semantic-link-labs/releases/tag/0.10.0) (May 30, 2025)
|
|
@@ -7,7 +7,7 @@ name="semantic-link-labs"
|
|
|
7
7
|
authors = [
|
|
8
8
|
{ name = "Microsoft Corporation" },
|
|
9
9
|
]
|
|
10
|
-
version="0.11.
|
|
10
|
+
version="0.11.2"
|
|
11
11
|
description="Semantic Link Labs for Microsoft Fabric"
|
|
12
12
|
readme="README.md"
|
|
13
13
|
requires-python=">=3.10,<3.12"
|
|
@@ -23,7 +23,7 @@ classifiers = [
|
|
|
23
23
|
license= { text = "MIT License" }
|
|
24
24
|
|
|
25
25
|
dependencies = [
|
|
26
|
-
"semantic-link-sempy>=0.11.
|
|
26
|
+
"semantic-link-sempy>=0.11.1",
|
|
27
27
|
"anytree",
|
|
28
28
|
"powerbiclient",
|
|
29
29
|
"polib",
|
{semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2/src/semantic_link_labs.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: semantic-link-labs
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.2
|
|
4
4
|
Summary: Semantic Link Labs for Microsoft Fabric
|
|
5
5
|
Author: Microsoft Corporation
|
|
6
6
|
License: MIT License
|
|
@@ -15,7 +15,7 @@ Classifier: Framework :: Jupyter
|
|
|
15
15
|
Requires-Python: <3.12,>=3.10
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
|
-
Requires-Dist: semantic-link-sempy>=0.11.
|
|
18
|
+
Requires-Dist: semantic-link-sempy>=0.11.1
|
|
19
19
|
Requires-Dist: anytree
|
|
20
20
|
Requires-Dist: powerbiclient
|
|
21
21
|
Requires-Dist: polib
|
|
@@ -27,7 +27,7 @@ Dynamic: license-file
|
|
|
27
27
|
# Semantic Link Labs
|
|
28
28
|
|
|
29
29
|
[](https://badge.fury.io/py/semantic-link-labs)
|
|
30
|
-
[](https://readthedocs.org/projects/semantic-link-labs/)
|
|
31
31
|
[](https://github.com/psf/black)
|
|
32
32
|
[](https://pepy.tech/project/semantic-link-labs)
|
|
33
33
|
|
|
@@ -155,7 +155,8 @@ An even better way to ensure the semantic-link-labs library is available in your
|
|
|
155
155
|
2. Select your newly created environment within the 'Environment' drop down in the navigation bar at the top of the notebook
|
|
156
156
|
|
|
157
157
|
## Version History
|
|
158
|
-
* [0.11.
|
|
158
|
+
* [0.11.2](https://github.com/microsoft/semantic-link-labs/releases/tag/0.11.2) (July 8, 2025)
|
|
159
|
+
* [0.11.1](https://github.com/microsoft/semantic-link-labs/releases/tag/0.11.1) (June 24, 2025)
|
|
159
160
|
* [0.11.0](https://github.com/microsoft/semantic-link-labs/releases/tag/0.11.0) (June 23, 2025)
|
|
160
161
|
* [0.10.1](https://github.com/microsoft/semantic-link-labs/releases/tag/0.10.1) (June 10, 2025)
|
|
161
162
|
* [0.10.0](https://github.com/microsoft/semantic-link-labs/releases/tag/0.10.0) (May 30, 2025)
|
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
from
|
|
1
|
+
from ._sql_endpoints import (
|
|
2
2
|
list_sql_endpoints,
|
|
3
3
|
refresh_sql_endpoint_metadata,
|
|
4
4
|
)
|
|
5
|
-
from
|
|
5
|
+
from ._variable_libraries import (
|
|
6
6
|
list_variable_libraries,
|
|
7
7
|
delete_variable_library,
|
|
8
8
|
)
|
|
9
|
-
from
|
|
9
|
+
from ._kusto import (
|
|
10
10
|
query_kusto,
|
|
11
11
|
query_workspace_monitoring,
|
|
12
12
|
)
|
|
13
|
-
from
|
|
13
|
+
from ._vpax import (
|
|
14
14
|
create_vpax,
|
|
15
15
|
)
|
|
16
|
-
from
|
|
16
|
+
from ._delta_analyzer_history import (
|
|
17
17
|
delta_analyzer_history,
|
|
18
18
|
)
|
|
19
|
-
from
|
|
19
|
+
from ._dax_query_view import (
|
|
20
20
|
generate_dax_query_view_url,
|
|
21
21
|
)
|
|
22
|
-
from
|
|
22
|
+
from ._mounted_data_factories import (
|
|
23
23
|
list_mounted_data_factories,
|
|
24
24
|
get_mounted_data_factory_definition,
|
|
25
25
|
delete_mounted_data_factory,
|
|
26
26
|
)
|
|
27
|
-
from
|
|
27
|
+
from ._tags import (
|
|
28
28
|
list_tags,
|
|
29
29
|
apply_tags,
|
|
30
30
|
unapply_tags,
|
|
31
31
|
)
|
|
32
|
-
from
|
|
32
|
+
from ._semantic_models import (
|
|
33
33
|
get_semantic_model_refresh_schedule,
|
|
34
34
|
enable_semantic_model_scheduled_refresh,
|
|
35
35
|
delete_semantic_model,
|
|
36
36
|
update_semantic_model_refresh_schedule,
|
|
37
37
|
list_semantic_model_datasources,
|
|
38
38
|
)
|
|
39
|
-
from
|
|
39
|
+
from ._graphQL import (
|
|
40
40
|
list_graphql_apis,
|
|
41
41
|
create_graphql_api,
|
|
42
42
|
)
|
|
43
|
-
from
|
|
43
|
+
from ._job_scheduler import (
|
|
44
44
|
list_item_job_instances,
|
|
45
45
|
list_item_schedules,
|
|
46
46
|
create_item_schedule_cron,
|
|
47
47
|
create_item_schedule_daily,
|
|
48
48
|
create_item_schedule_weekly,
|
|
49
49
|
)
|
|
50
|
-
from
|
|
50
|
+
from ._delta_analyzer import (
|
|
51
51
|
delta_analyzer,
|
|
52
52
|
get_delta_table_history,
|
|
53
53
|
)
|
|
54
|
-
from
|
|
54
|
+
from ._gateways import (
|
|
55
55
|
list_gateway_members,
|
|
56
56
|
list_gateway_role_assigments,
|
|
57
57
|
list_gateways,
|
|
@@ -63,11 +63,11 @@ from sempy_labs._gateways import (
|
|
|
63
63
|
update_on_premises_gateway,
|
|
64
64
|
bind_semantic_model_to_gateway,
|
|
65
65
|
)
|
|
66
|
-
from
|
|
66
|
+
from ._authentication import (
|
|
67
67
|
ServicePrincipalTokenProvider,
|
|
68
68
|
service_principal_authentication,
|
|
69
69
|
)
|
|
70
|
-
from
|
|
70
|
+
from ._mirrored_databases import (
|
|
71
71
|
get_mirrored_database_definition,
|
|
72
72
|
get_mirroring_status,
|
|
73
73
|
list_mirrored_databases,
|
|
@@ -78,72 +78,72 @@ from sempy_labs._mirrored_databases import (
|
|
|
78
78
|
update_mirrored_database_definition,
|
|
79
79
|
get_tables_mirroring_status,
|
|
80
80
|
)
|
|
81
|
-
from
|
|
81
|
+
from ._managed_private_endpoints import (
|
|
82
82
|
list_managed_private_endpoints,
|
|
83
83
|
create_managed_private_endpoint,
|
|
84
84
|
delete_managed_private_endpoint,
|
|
85
85
|
)
|
|
86
|
-
from
|
|
86
|
+
from ._workloads import (
|
|
87
87
|
list_workloads,
|
|
88
88
|
patch_workload,
|
|
89
89
|
)
|
|
90
|
-
from
|
|
90
|
+
from ._external_data_shares import (
|
|
91
91
|
list_external_data_shares_in_item,
|
|
92
92
|
create_external_data_share,
|
|
93
93
|
revoke_external_data_share,
|
|
94
94
|
)
|
|
95
|
-
from
|
|
95
|
+
from ._ml_models import (
|
|
96
96
|
list_ml_models,
|
|
97
97
|
create_ml_model,
|
|
98
98
|
delete_ml_model,
|
|
99
99
|
)
|
|
100
|
-
from
|
|
100
|
+
from ._ml_experiments import (
|
|
101
101
|
list_ml_experiments,
|
|
102
102
|
create_ml_experiment,
|
|
103
103
|
delete_ml_experiment,
|
|
104
104
|
)
|
|
105
|
-
from
|
|
105
|
+
from ._warehouses import (
|
|
106
106
|
create_warehouse,
|
|
107
107
|
list_warehouses,
|
|
108
108
|
delete_warehouse,
|
|
109
109
|
get_warehouse_columns,
|
|
110
110
|
get_warehouse_tables,
|
|
111
111
|
)
|
|
112
|
-
from
|
|
112
|
+
from ._data_pipelines import (
|
|
113
113
|
list_data_pipelines,
|
|
114
114
|
create_data_pipeline,
|
|
115
115
|
delete_data_pipeline,
|
|
116
116
|
get_data_pipeline_definition,
|
|
117
117
|
)
|
|
118
|
-
from
|
|
118
|
+
from ._eventhouses import (
|
|
119
119
|
create_eventhouse,
|
|
120
120
|
list_eventhouses,
|
|
121
121
|
delete_eventhouse,
|
|
122
122
|
get_eventhouse_definition,
|
|
123
123
|
)
|
|
124
|
-
from
|
|
124
|
+
from ._eventstreams import (
|
|
125
125
|
list_eventstreams,
|
|
126
126
|
create_eventstream,
|
|
127
127
|
delete_eventstream,
|
|
128
128
|
)
|
|
129
|
-
from
|
|
129
|
+
from ._kql_querysets import (
|
|
130
130
|
list_kql_querysets,
|
|
131
131
|
create_kql_queryset,
|
|
132
132
|
delete_kql_queryset,
|
|
133
133
|
)
|
|
134
|
-
from
|
|
134
|
+
from ._kql_databases import (
|
|
135
135
|
list_kql_databases,
|
|
136
136
|
# create_kql_database,
|
|
137
137
|
delete_kql_database,
|
|
138
138
|
)
|
|
139
|
-
from
|
|
140
|
-
from
|
|
139
|
+
from ._mirrored_warehouses import list_mirrored_warehouses
|
|
140
|
+
from ._environments import (
|
|
141
141
|
create_environment,
|
|
142
142
|
delete_environment,
|
|
143
143
|
publish_environment,
|
|
144
144
|
list_environments,
|
|
145
145
|
)
|
|
146
|
-
from
|
|
146
|
+
from ._clear_cache import (
|
|
147
147
|
clear_cache,
|
|
148
148
|
backup_semantic_model,
|
|
149
149
|
restore_semantic_model,
|
|
@@ -151,12 +151,12 @@ from sempy_labs._clear_cache import (
|
|
|
151
151
|
list_backups,
|
|
152
152
|
list_storage_account_files,
|
|
153
153
|
)
|
|
154
|
-
from
|
|
154
|
+
from ._capacity_migration import (
|
|
155
155
|
migrate_workspaces,
|
|
156
156
|
migrate_capacities,
|
|
157
157
|
migrate_fabric_trial_capacity,
|
|
158
158
|
)
|
|
159
|
-
from
|
|
159
|
+
from ._capacities import (
|
|
160
160
|
create_fabric_capacity,
|
|
161
161
|
resume_fabric_capacity,
|
|
162
162
|
suspend_fabric_capacity,
|
|
@@ -179,7 +179,7 @@ from sempy_labs._capacities import (
|
|
|
179
179
|
get_resource_group,
|
|
180
180
|
list_capacities,
|
|
181
181
|
)
|
|
182
|
-
from
|
|
182
|
+
from ._spark import (
|
|
183
183
|
get_spark_settings,
|
|
184
184
|
update_spark_settings,
|
|
185
185
|
list_custom_pools,
|
|
@@ -187,7 +187,7 @@ from sempy_labs._spark import (
|
|
|
187
187
|
delete_custom_pool,
|
|
188
188
|
update_custom_pool,
|
|
189
189
|
)
|
|
190
|
-
from
|
|
190
|
+
from ._workspaces import (
|
|
191
191
|
list_workspace_users,
|
|
192
192
|
update_workspace_user,
|
|
193
193
|
add_user_to_workspace,
|
|
@@ -197,34 +197,34 @@ from sempy_labs._workspaces import (
|
|
|
197
197
|
list_workspace_role_assignments,
|
|
198
198
|
delete_workspace,
|
|
199
199
|
)
|
|
200
|
-
from
|
|
200
|
+
from ._notebooks import (
|
|
201
201
|
get_notebook_definition,
|
|
202
202
|
import_notebook_from_web,
|
|
203
203
|
update_notebook_definition,
|
|
204
204
|
create_notebook,
|
|
205
205
|
)
|
|
206
|
-
from
|
|
206
|
+
from ._sql import (
|
|
207
207
|
ConnectWarehouse,
|
|
208
208
|
ConnectLakehouse,
|
|
209
209
|
ConnectSQLDatabase,
|
|
210
210
|
)
|
|
211
|
-
from
|
|
211
|
+
from ._sqldatabase import (
|
|
212
212
|
get_sql_database_columns,
|
|
213
213
|
get_sql_database_tables,
|
|
214
214
|
create_sql_database,
|
|
215
215
|
delete_sql_database,
|
|
216
216
|
list_sql_databases,
|
|
217
217
|
)
|
|
218
|
-
from
|
|
218
|
+
from ._workspace_identity import (
|
|
219
219
|
provision_workspace_identity,
|
|
220
220
|
deprovision_workspace_identity,
|
|
221
221
|
)
|
|
222
|
-
from
|
|
222
|
+
from ._deployment_pipelines import (
|
|
223
223
|
list_deployment_pipeline_stage_items,
|
|
224
224
|
list_deployment_pipeline_stages,
|
|
225
225
|
list_deployment_pipelines,
|
|
226
226
|
)
|
|
227
|
-
from
|
|
227
|
+
from ._git import (
|
|
228
228
|
get_git_connection,
|
|
229
229
|
get_git_status,
|
|
230
230
|
commit_to_git,
|
|
@@ -236,7 +236,7 @@ from sempy_labs._git import (
|
|
|
236
236
|
get_my_git_credentials,
|
|
237
237
|
update_my_git_credentials,
|
|
238
238
|
)
|
|
239
|
-
from
|
|
239
|
+
from ._dataflows import (
|
|
240
240
|
list_dataflow_storage_accounts,
|
|
241
241
|
assign_workspace_to_dataflow_storage,
|
|
242
242
|
list_dataflows,
|
|
@@ -244,7 +244,7 @@ from sempy_labs._dataflows import (
|
|
|
244
244
|
upgrade_dataflow,
|
|
245
245
|
get_dataflow_definition,
|
|
246
246
|
)
|
|
247
|
-
from
|
|
247
|
+
from ._connections import (
|
|
248
248
|
list_connections,
|
|
249
249
|
list_item_connections,
|
|
250
250
|
list_connection_role_assignments,
|
|
@@ -254,14 +254,14 @@ from sempy_labs._connections import (
|
|
|
254
254
|
create_on_prem_connection,
|
|
255
255
|
create_cloud_connection,
|
|
256
256
|
)
|
|
257
|
-
from
|
|
257
|
+
from ._dax import (
|
|
258
258
|
evaluate_dax_impersonation,
|
|
259
259
|
get_dax_query_dependencies,
|
|
260
260
|
get_dax_query_memory_size,
|
|
261
261
|
# dax_perf_test,
|
|
262
262
|
# dax_perf_test_bulk,
|
|
263
263
|
)
|
|
264
|
-
from
|
|
264
|
+
from ._generate_semantic_model import (
|
|
265
265
|
create_blank_semantic_model,
|
|
266
266
|
create_semantic_model_from_bim,
|
|
267
267
|
deploy_semantic_model,
|
|
@@ -270,10 +270,10 @@ from sempy_labs._generate_semantic_model import (
|
|
|
270
270
|
update_semantic_model_from_bim,
|
|
271
271
|
get_semantic_model_definition,
|
|
272
272
|
)
|
|
273
|
-
from
|
|
273
|
+
from ._dashboards import (
|
|
274
274
|
list_dashboards,
|
|
275
275
|
)
|
|
276
|
-
from
|
|
276
|
+
from ._list_functions import (
|
|
277
277
|
list_reports_using_semantic_model,
|
|
278
278
|
list_semantic_model_object_report_usage,
|
|
279
279
|
list_report_semantic_model_objects,
|
|
@@ -287,7 +287,7 @@ from sempy_labs._list_functions import (
|
|
|
287
287
|
list_semantic_model_errors,
|
|
288
288
|
list_synonyms,
|
|
289
289
|
)
|
|
290
|
-
from
|
|
290
|
+
from ._helper_functions import (
|
|
291
291
|
convert_to_friendly_case,
|
|
292
292
|
resolve_environment_id,
|
|
293
293
|
resolve_capacity_id,
|
|
@@ -313,21 +313,21 @@ from sempy_labs._helper_functions import (
|
|
|
313
313
|
resolve_capacity_name,
|
|
314
314
|
get_tenant_id,
|
|
315
315
|
)
|
|
316
|
-
from
|
|
316
|
+
from ._model_bpa_bulk import (
|
|
317
317
|
run_model_bpa_bulk,
|
|
318
318
|
create_model_bpa_semantic_model,
|
|
319
319
|
)
|
|
320
|
-
from
|
|
321
|
-
from
|
|
322
|
-
from
|
|
320
|
+
from ._model_bpa import run_model_bpa
|
|
321
|
+
from ._model_bpa_rules import model_bpa_rules
|
|
322
|
+
from ._model_dependencies import (
|
|
323
323
|
measure_dependency_tree,
|
|
324
324
|
get_measure_dependencies,
|
|
325
325
|
get_model_calc_dependencies,
|
|
326
326
|
)
|
|
327
|
-
from
|
|
327
|
+
from ._one_lake_integration import (
|
|
328
328
|
export_model_to_onelake,
|
|
329
329
|
)
|
|
330
|
-
from
|
|
330
|
+
from ._query_scale_out import (
|
|
331
331
|
qso_sync,
|
|
332
332
|
qso_sync_status,
|
|
333
333
|
set_qso,
|
|
@@ -336,17 +336,17 @@ from sempy_labs._query_scale_out import (
|
|
|
336
336
|
set_semantic_model_storage_format,
|
|
337
337
|
set_workspace_default_storage_format,
|
|
338
338
|
)
|
|
339
|
-
from
|
|
339
|
+
from ._refresh_semantic_model import (
|
|
340
340
|
refresh_semantic_model,
|
|
341
341
|
cancel_dataset_refresh,
|
|
342
342
|
get_semantic_model_refresh_history,
|
|
343
343
|
)
|
|
344
|
-
from
|
|
345
|
-
from
|
|
344
|
+
from ._translations import translate_semantic_model
|
|
345
|
+
from ._vertipaq import (
|
|
346
346
|
vertipaq_analyzer,
|
|
347
347
|
import_vertipaq_analyzer,
|
|
348
348
|
)
|
|
349
|
-
from
|
|
349
|
+
from ._user_delegation_key import (
|
|
350
350
|
get_user_delegation_key,
|
|
351
351
|
)
|
|
352
352
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
lib_name = "semanticlinklabs"
|
|
2
|
-
lib_version = "0.11.
|
|
2
|
+
lib_version = "0.11.2"
|
|
@@ -4,7 +4,7 @@ import pandas as pd
|
|
|
4
4
|
from typing import List, Optional, Union
|
|
5
5
|
from IPython.display import display
|
|
6
6
|
import sempy_labs._icons as icons
|
|
7
|
-
from
|
|
7
|
+
from .._helper_functions import (
|
|
8
8
|
_read_delta_table,
|
|
9
9
|
_run_spark_sql_query,
|
|
10
10
|
)
|
|
@@ -4,12 +4,12 @@ import sempy_labs._icons as icons
|
|
|
4
4
|
from sempy.fabric.exceptions import FabricHTTPException
|
|
5
5
|
import requests
|
|
6
6
|
import pandas as pd
|
|
7
|
-
from
|
|
7
|
+
from ._authentication import (
|
|
8
8
|
_get_headers,
|
|
9
9
|
ServicePrincipalTokenProvider,
|
|
10
10
|
)
|
|
11
11
|
from uuid import UUID
|
|
12
|
-
from
|
|
12
|
+
from ._helper_functions import (
|
|
13
13
|
_is_valid_uuid,
|
|
14
14
|
_update_dataframe_datatypes,
|
|
15
15
|
_base_api,
|
{semantic_link_labs-0.11.1 → semantic_link_labs-0.11.2}/src/sempy_labs/_capacity_migration.py
RENAMED
|
@@ -2,20 +2,20 @@ import sempy.fabric as fabric
|
|
|
2
2
|
from typing import Optional, List
|
|
3
3
|
from sempy._utils._log import log
|
|
4
4
|
import sempy_labs._icons as icons
|
|
5
|
-
from
|
|
6
|
-
from
|
|
5
|
+
from ._workspaces import assign_workspace_to_capacity
|
|
6
|
+
from .admin import (
|
|
7
7
|
assign_workspaces_to_capacity,
|
|
8
8
|
)
|
|
9
|
-
from
|
|
9
|
+
from .admin._capacities import (
|
|
10
10
|
_list_capacities_meta,
|
|
11
11
|
list_capacities,
|
|
12
12
|
)
|
|
13
|
-
from
|
|
13
|
+
from ._helper_functions import (
|
|
14
14
|
resolve_capacity_id,
|
|
15
15
|
convert_to_alphanumeric_lowercase,
|
|
16
16
|
_base_api,
|
|
17
17
|
)
|
|
18
|
-
from
|
|
18
|
+
from ._capacities import create_fabric_capacity
|
|
19
19
|
from uuid import UUID
|
|
20
20
|
|
|
21
21
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import pandas as pd
|
|
2
2
|
from typing import Optional
|
|
3
|
-
from
|
|
3
|
+
from ._helper_functions import (
|
|
4
4
|
_is_valid_uuid,
|
|
5
5
|
resolve_workspace_name_and_id,
|
|
6
6
|
_update_dataframe_datatypes,
|
|
@@ -10,7 +10,7 @@ from sempy_labs._helper_functions import (
|
|
|
10
10
|
)
|
|
11
11
|
from uuid import UUID
|
|
12
12
|
import sempy_labs._icons as icons
|
|
13
|
-
from
|
|
13
|
+
from ._gateways import _resolve_gateway_id
|
|
14
14
|
from sempy._utils._log import log
|
|
15
15
|
|
|
16
16
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
from typing import Optional
|
|
2
2
|
from uuid import UUID
|
|
3
3
|
import pandas as pd
|
|
4
|
-
from
|
|
4
|
+
from ._helper_functions import (
|
|
5
5
|
_create_dataframe,
|
|
6
6
|
_base_api,
|
|
7
7
|
resolve_workspace_id,
|
|
@@ -44,22 +44,22 @@ def list_dashboards(workspace: Optional[str | UUID] = None) -> pd.DataFrame:
|
|
|
44
44
|
|
|
45
45
|
response = _base_api(request=f"/v1.0/myorg/groups/{workspace_id}/dashboards")
|
|
46
46
|
|
|
47
|
-
|
|
47
|
+
rows = []
|
|
48
48
|
for v in response.json().get("value", []):
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
if
|
|
62
|
-
df = pd.
|
|
49
|
+
rows.append(
|
|
50
|
+
{
|
|
51
|
+
"Dashboard ID": v.get("id"),
|
|
52
|
+
"Dashboard Name": v.get("displayName"),
|
|
53
|
+
"Read Only": v.get("isReadOnly"),
|
|
54
|
+
"Web URL": v.get("webUrl"),
|
|
55
|
+
"Embed URL": v.get("embedUrl"),
|
|
56
|
+
"Data Classification": v.get("dataClassification"),
|
|
57
|
+
"Users": v.get("users"),
|
|
58
|
+
"Subscriptions": v.get("subscriptions"),
|
|
59
|
+
}
|
|
60
|
+
)
|
|
61
|
+
if rows:
|
|
62
|
+
df = pd.DataFrame(rows, columns=list(columns.keys()))
|
|
63
63
|
_update_dataframe_datatypes(dataframe=df, column_map=columns)
|
|
64
64
|
|
|
65
65
|
return df
|