semantic-link-labs 0.8.3__py3-none-any.whl → 0.8.4__py3-none-any.whl
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.8.3.dist-info → semantic_link_labs-0.8.4.dist-info}/METADATA +33 -8
- {semantic_link_labs-0.8.3.dist-info → semantic_link_labs-0.8.4.dist-info}/RECORD +101 -98
- {semantic_link_labs-0.8.3.dist-info → semantic_link_labs-0.8.4.dist-info}/WHEEL +1 -1
- sempy_labs/__init__.py +24 -0
- sempy_labs/_bpa_translation/_model/_translations_am-ET.po +24 -5
- sempy_labs/_bpa_translation/_model/_translations_ar-AE.po +28 -4
- sempy_labs/_bpa_translation/_model/_translations_bg-BG.po +34 -4
- sempy_labs/_bpa_translation/_model/_translations_ca-ES.po +33 -4
- sempy_labs/_bpa_translation/_model/_translations_cs-CZ.po +31 -4
- sempy_labs/_bpa_translation/_model/_translations_da-DK.po +31 -4
- sempy_labs/_bpa_translation/_model/_translations_de-DE.po +34 -4
- sempy_labs/_bpa_translation/_model/_translations_el-GR.po +36 -4
- sempy_labs/_bpa_translation/_model/_translations_es-ES.po +90 -58
- sempy_labs/_bpa_translation/_model/_translations_fa-IR.po +31 -5
- sempy_labs/_bpa_translation/_model/_translations_fi-FI.po +31 -4
- sempy_labs/_bpa_translation/_model/_translations_fr-FR.po +34 -4
- sempy_labs/_bpa_translation/_model/_translations_ga-IE.po +34 -4
- sempy_labs/_bpa_translation/_model/_translations_he-IL.po +28 -4
- sempy_labs/_bpa_translation/_model/_translations_hi-IN.po +32 -4
- sempy_labs/_bpa_translation/_model/_translations_hu-HU.po +32 -4
- sempy_labs/_bpa_translation/_model/_translations_id-ID.po +32 -4
- sempy_labs/_bpa_translation/_model/_translations_is-IS.po +31 -4
- sempy_labs/_bpa_translation/_model/_translations_it-IT.po +34 -4
- sempy_labs/_bpa_translation/_model/_translations_ja-JP.po +24 -4
- sempy_labs/_bpa_translation/_model/_translations_ko-KR.po +72 -56
- sempy_labs/_bpa_translation/_model/_translations_mt-MT.po +34 -4
- sempy_labs/_bpa_translation/_model/_translations_nl-NL.po +34 -4
- sempy_labs/_bpa_translation/_model/_translations_pl-PL.po +95 -71
- sempy_labs/_bpa_translation/_model/_translations_pt-BR.po +32 -4
- sempy_labs/_bpa_translation/_model/_translations_pt-PT.po +32 -4
- sempy_labs/_bpa_translation/_model/_translations_ro-RO.po +33 -4
- sempy_labs/_bpa_translation/_model/_translations_ru-RU.po +34 -4
- sempy_labs/_bpa_translation/_model/_translations_sk-SK.po +31 -4
- sempy_labs/_bpa_translation/_model/_translations_sl-SL.po +32 -4
- sempy_labs/_bpa_translation/_model/_translations_sv-SE.po +32 -4
- sempy_labs/_bpa_translation/_model/_translations_ta-IN.po +32 -4
- sempy_labs/_bpa_translation/_model/_translations_te-IN.po +31 -4
- sempy_labs/_bpa_translation/_model/_translations_th-TH.po +31 -4
- sempy_labs/_bpa_translation/_model/_translations_tr-TR.po +32 -4
- sempy_labs/_bpa_translation/_model/_translations_uk-UA.po +100 -72
- sempy_labs/_bpa_translation/_model/_translations_zh-CN.po +23 -5
- sempy_labs/_bpa_translation/_model/_translations_zu-ZA.po +32 -4
- sempy_labs/_capacities.py +49 -14
- sempy_labs/_capacity_migration.py +1 -7
- sempy_labs/_data_pipelines.py +6 -0
- sempy_labs/_dataflows.py +4 -0
- sempy_labs/_deployment_pipelines.py +13 -7
- sempy_labs/_environments.py +6 -0
- sempy_labs/_eventhouses.py +6 -0
- sempy_labs/_eventstreams.py +6 -0
- sempy_labs/_external_data_shares.py +6 -4
- sempy_labs/_generate_semantic_model.py +26 -3
- sempy_labs/_git.py +14 -14
- sempy_labs/_helper_functions.py +172 -0
- sempy_labs/_icons.py +55 -22
- sempy_labs/_kql_databases.py +6 -0
- sempy_labs/_kql_querysets.py +6 -0
- sempy_labs/_list_functions.py +1 -1
- sempy_labs/_managed_private_endpoints.py +166 -0
- sempy_labs/_mirrored_warehouses.py +2 -0
- sempy_labs/_ml_experiments.py +6 -0
- sempy_labs/_ml_models.py +6 -0
- sempy_labs/_model_bpa.py +6 -1
- sempy_labs/_model_bpa_bulk.py +11 -25
- sempy_labs/_model_bpa_rules.py +8 -3
- sempy_labs/_notebooks.py +107 -12
- sempy_labs/_query_scale_out.py +8 -6
- sempy_labs/_refresh_semantic_model.py +299 -49
- sempy_labs/_spark.py +12 -5
- sempy_labs/_translations.py +2 -0
- sempy_labs/_vertipaq.py +58 -67
- sempy_labs/_warehouses.py +79 -0
- sempy_labs/_workloads.py +128 -0
- sempy_labs/_workspace_identity.py +4 -4
- sempy_labs/_workspaces.py +14 -1
- sempy_labs/admin/_basic_functions.py +85 -43
- sempy_labs/admin/_domains.py +18 -18
- sempy_labs/directlake/__init__.py +2 -0
- sempy_labs/directlake/_directlake_schema_sync.py +2 -1
- sempy_labs/directlake/_dl_helper.py +4 -1
- sempy_labs/directlake/_get_shared_expression.py +7 -1
- sempy_labs/directlake/_guardrails.py +2 -1
- sempy_labs/directlake/_show_unsupported_directlake_objects.py +1 -7
- sempy_labs/directlake/_update_directlake_model_lakehouse_connection.py +78 -0
- sempy_labs/directlake/_update_directlake_partition_entity.py +13 -32
- sempy_labs/lakehouse/_get_lakehouse_tables.py +6 -2
- sempy_labs/lakehouse/_shortcuts.py +4 -0
- sempy_labs/migration/_migrate_calctables_to_lakehouse.py +3 -2
- sempy_labs/migration/_migrate_calctables_to_semantic_model.py +2 -0
- sempy_labs/migration/_migrate_model_objects_to_semantic_model.py +2 -8
- sempy_labs/migration/_migrate_tables_columns_to_semantic_model.py +17 -0
- sempy_labs/migration/_migration_validation.py +2 -0
- sempy_labs/migration/_refresh_calc_tables.py +1 -0
- sempy_labs/report/__init__.py +4 -1
- sempy_labs/report/_generate_report.py +6 -0
- sempy_labs/report/_paginated.py +74 -0
- sempy_labs/report/_report_functions.py +6 -0
- sempy_labs/report/_report_rebind.py +2 -0
- sempy_labs/tom/_model.py +64 -33
- {semantic_link_labs-0.8.3.dist-info → semantic_link_labs-0.8.4.dist-info}/LICENSE +0 -0
- {semantic_link_labs-0.8.3.dist-info → semantic_link_labs-0.8.4.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: semantic-link-labs
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.4
|
|
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.8.
|
|
18
|
+
Requires-Dist: semantic-link-sempy >=0.8.1
|
|
19
19
|
Requires-Dist: anytree
|
|
20
20
|
Requires-Dist: powerbiclient
|
|
21
21
|
Requires-Dist: polib
|
|
@@ -27,7 +27,7 @@ Requires-Dist: pytest >=8.2.1 ; extra == 'test'
|
|
|
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
|
|
|
@@ -37,6 +37,10 @@ Requires-Dist: pytest >=8.2.1 ; extra == 'test'
|
|
|
37
37
|
|
|
38
38
|
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.
|
|
39
39
|
|
|
40
|
+
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=).
|
|
41
|
+
|
|
42
|
+
If you have ideas for new features/functions, please [request a feature](https://github.com/microsoft/semantic-link-labs/issues/new?assignees=&labels=&projects=&template=feature_request.md&title=).
|
|
43
|
+
|
|
40
44
|
## Featured Scenarios
|
|
41
45
|
* Semantic Models
|
|
42
46
|
* [Migrating an import/DirectQuery semantic model to Direct Lake](https://github.com/microsoft/semantic-link-labs?tab=readme-ov-file#direct-lake-migration)
|
|
@@ -47,26 +51,46 @@ Semantic Link Labs is a Python library designed for use in [Microsoft Fabric not
|
|
|
47
51
|
* [Check Direct Lake Guardrails](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.get_lakehouse_tables)
|
|
48
52
|
* [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)
|
|
49
53
|
* [Run DAX queries which impersonate a user](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.evaluate_dax_impersonation)
|
|
50
|
-
* [Manage Query Scale Out](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Query%20Scale%20Out.ipynb)
|
|
54
|
+
* [Manage Query Scale Out](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Query%20Scale%20Out.ipynb)
|
|
51
55
|
* [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)
|
|
56
|
+
* [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)
|
|
57
|
+
* [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)
|
|
58
|
+
* [Visualize a refresh](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Semantic%20Model%20Refresh.ipynb)
|
|
52
59
|
* Reports
|
|
53
60
|
* [Report Best Practice Analyzer (BPA)](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.report.html#sempy_labs.report.run_report_bpa)
|
|
54
61
|
* [View report metadata](https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Report%20Analysis.ipynb)
|
|
55
62
|
* [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)
|
|
56
63
|
* [View broken reports](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.list_report_semantic_model_objects)
|
|
64
|
+
* [Set a report theme](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.report.html#sempy_labs.report.ReportWrapper.set_theme)
|
|
65
|
+
* [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)
|
|
57
66
|
* [Rebind reports](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.report.html#sempy_labs.report.report_rebind)
|
|
58
67
|
* Capacities
|
|
59
68
|
* [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)
|
|
69
|
+
* [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)
|
|
60
70
|
* [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.
|
|
71
|
+
* Lakehouses
|
|
72
|
+
* [Optimize lakehouse tables](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.optimize_lakehouse_tables)
|
|
73
|
+
* [Vacuum lakehouse tables](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.vacuum_lakehouse_tables)
|
|
61
74
|
* APIs
|
|
62
75
|
* Wrapper functions for [Power BI](https://learn.microsoft.com/rest/api/power-bi/), [Fabric](https://learn.microsoft.com/rest/api/fabric/articles/using-fabric-apis), and [Azure (Fabric Capacity)](https://learn.microsoft.com/rest/api/microsoftfabric/fabric-capacities?view=rest-microsoftfabric-2023-11-01) APIs
|
|
63
76
|
|
|
77
|
+
## Helper Notebooks
|
|
64
78
|
|
|
65
|
-
|
|
79
|
+
Check out the [helper notebooks](https://github.com/microsoft/semantic-link-labs/tree/main/notebooks) for getting started!
|
|
80
|
+
Run the code below to load all the helper notebooks to the workspace of your choice at once.
|
|
81
|
+
```python
|
|
82
|
+
import sempy_labs as labs
|
|
83
|
+
import requests
|
|
66
84
|
|
|
67
|
-
|
|
85
|
+
workspace_name = None # Update this to the workspace in which you want to save the notebooks
|
|
86
|
+
api_url = "https://api.github.com/repos/microsoft/semantic-link-labs/contents/notebooks"
|
|
87
|
+
response = requests.get(api_url)
|
|
88
|
+
files = response.json()
|
|
89
|
+
notebook_files = {file['name'][:-6]: file['html_url'] for file in files if file['name'].endswith('.ipynb')}
|
|
68
90
|
|
|
69
|
-
|
|
91
|
+
for file_name, file_url in notebook_files.items():
|
|
92
|
+
labs.import_notebook_from_web(notebook_name=file_name, url=file_url, workspace=workspace_name)
|
|
93
|
+
```
|
|
70
94
|
|
|
71
95
|
## Install the library in a Fabric notebook
|
|
72
96
|
```python
|
|
@@ -85,7 +109,7 @@ from sempy_labs import ConnectWarehouse
|
|
|
85
109
|
from sempy_labs import ConnectLakehouse
|
|
86
110
|
```
|
|
87
111
|
|
|
88
|
-
## Load
|
|
112
|
+
## Load Semantic Link Labs into a custom [Fabric environment](https://learn.microsoft.com/fabric/data-engineering/create-and-use-environment)
|
|
89
113
|
An even better way to ensure the semantic-link-labs library is available in your workspace/notebooks is to load it as a library in a custom Fabric environment. If you do this, you will not have to run the above '%pip install' code every time in your notebook. Please follow the steps below.
|
|
90
114
|
|
|
91
115
|
#### Create a custom environment
|
|
@@ -106,6 +130,7 @@ An even better way to ensure the semantic-link-labs library is available in your
|
|
|
106
130
|
2. Select your newly created environment within the 'Environment' drop down in the navigation bar at the top of the notebook
|
|
107
131
|
|
|
108
132
|
## Version History
|
|
133
|
+
* [0.8.4](https://github.com/microsoft/semantic-link-labs/releases/tag/0.8.4) (October 30, 2024)
|
|
109
134
|
* [0.8.3](https://github.com/microsoft/semantic-link-labs/releases/tag/0.8.3) (October 14, 2024)
|
|
110
135
|
* [0.8.2](https://github.com/microsoft/semantic-link-labs/releases/tag/0.8.2) (October 2, 2024)
|
|
111
136
|
* [0.8.1](https://github.com/microsoft/semantic-link-labs/releases/tag/0.8.1) (October 2, 2024)
|
|
@@ -1,120 +1,123 @@
|
|
|
1
|
-
sempy_labs/__init__.py,sha256=
|
|
1
|
+
sempy_labs/__init__.py,sha256=ACWw4wFdmSU5h1jhsfCmVOgLXM3fBkRuP2XQB9i3J-E,11120
|
|
2
2
|
sempy_labs/_ai.py,sha256=CzsNw6Wpd2B5Rd0RcY250-_p0L-0gFoMNLEc_KmrobU,16177
|
|
3
|
-
sempy_labs/_capacities.py,sha256=
|
|
4
|
-
sempy_labs/_capacity_migration.py,sha256=
|
|
3
|
+
sempy_labs/_capacities.py,sha256=HWX1ivlWpyS7Ea_ny-39kUAQYFGMzo42kWMGdJMINos,25466
|
|
4
|
+
sempy_labs/_capacity_migration.py,sha256=PCIodWXas9v7q93hqD2m8EanJHPJzke52jbCWOfnLZk,27764
|
|
5
5
|
sempy_labs/_clear_cache.py,sha256=ttHsXXR6SRRw4eC0cS8I5h38UbWU9YJii1y-uR9R3KM,12493
|
|
6
6
|
sempy_labs/_connections.py,sha256=w1NeC9auc07ko2pY3m5vM_9-sgW_chw1OxPzDviVC5k,12179
|
|
7
|
-
sempy_labs/_data_pipelines.py,sha256=
|
|
8
|
-
sempy_labs/_dataflows.py,sha256=
|
|
7
|
+
sempy_labs/_data_pipelines.py,sha256=VpsK4tIjzxwpt2dvtyGgWF5ULBrKpI5qQ_z__w-IseE,5641
|
|
8
|
+
sempy_labs/_dataflows.py,sha256=lFoLS3CRzoHgQd0PV6UCceEUAkhOVuqyou3i5v7X1ew,4496
|
|
9
9
|
sempy_labs/_dax.py,sha256=dt1GgHceyM7f6phRBPxRKnmQy_KYKpcgFQHuOjGbpLo,2029
|
|
10
|
-
sempy_labs/_deployment_pipelines.py,sha256=-
|
|
10
|
+
sempy_labs/_deployment_pipelines.py,sha256=-jRCt-QiG6rDg0SxwFXjoE0XXrB_DbqvM92fax2UWBs,6024
|
|
11
11
|
sempy_labs/_documentation.py,sha256=yVA8VPEzx_fmljtcvSxtB7-BeupYsfdMXXjp6Fpnyo8,5007
|
|
12
|
-
sempy_labs/_environments.py,sha256=
|
|
13
|
-
sempy_labs/_eventhouses.py,sha256=
|
|
14
|
-
sempy_labs/_eventstreams.py,sha256=
|
|
15
|
-
sempy_labs/_external_data_shares.py,sha256=
|
|
16
|
-
sempy_labs/_generate_semantic_model.py,sha256=
|
|
17
|
-
sempy_labs/_git.py,sha256=
|
|
18
|
-
sempy_labs/_helper_functions.py,sha256=
|
|
19
|
-
sempy_labs/_icons.py,sha256=
|
|
20
|
-
sempy_labs/_kql_databases.py,sha256=
|
|
21
|
-
sempy_labs/_kql_querysets.py,sha256=
|
|
22
|
-
sempy_labs/_list_functions.py,sha256=
|
|
23
|
-
sempy_labs/
|
|
24
|
-
sempy_labs/
|
|
25
|
-
sempy_labs/
|
|
12
|
+
sempy_labs/_environments.py,sha256=jM8jDt0dG3D5_wgmmfVb4UPyo59gbULb2WrJOYrSUIo,5323
|
|
13
|
+
sempy_labs/_eventhouses.py,sha256=30BrCSWBDn0xyBeHRCdVCgcCGCG9t3Y2TtD_LVQ3Vj4,4033
|
|
14
|
+
sempy_labs/_eventstreams.py,sha256=tYGwwLMUr3PU-nz1ApQoYqwa3MsXITvMimrpeDweHtM,4058
|
|
15
|
+
sempy_labs/_external_data_shares.py,sha256=ZscP8PUEZlc6Q4SlSDtfVOVvo78Ct-t9R5xRU6PTsIQ,6798
|
|
16
|
+
sempy_labs/_generate_semantic_model.py,sha256=7HwDPbnMKjd7yJ7EeoNS95_pmDQlK4JyLEP6QbNZ0gY,14473
|
|
17
|
+
sempy_labs/_git.py,sha256=IADzLF9Y-PRsM_4wv8Z1B9xa8ytZr9RFoJVG10VduG0,13158
|
|
18
|
+
sempy_labs/_helper_functions.py,sha256=P-QwdHD3EkGLpXN6fogQDasyIqjB3cy3hQLxOR_YVsY,37390
|
|
19
|
+
sempy_labs/_icons.py,sha256=ez2dx_LCti71S_-eB6WYQ-kOMyiBL8ZJN12-ev5dcmA,3579
|
|
20
|
+
sempy_labs/_kql_databases.py,sha256=262dcVE0PyqyWWhxWuFBw2VBFo9VzOjNFXGdVioJzww,4618
|
|
21
|
+
sempy_labs/_kql_querysets.py,sha256=ggXNbwiiWYTaF2DzPBzQ8O0mHMYlLO2GxFYQ9W5Hdp8,4154
|
|
22
|
+
sempy_labs/_list_functions.py,sha256=5bjRee8aAhW-ddSQNDmwOdQwWTrDSBR1uRZjt1wQLQ4,55426
|
|
23
|
+
sempy_labs/_managed_private_endpoints.py,sha256=bCuC9V4yMFBw1BNlsoxARdIEMPAySW-ljHrhvuziQfw,6179
|
|
24
|
+
sempy_labs/_mirrored_warehouses.py,sha256=Gsf4KE4cMEJjIb1F1aVAG7lnvmKJ4CjDjRUDraOHd6k,1763
|
|
25
|
+
sempy_labs/_ml_experiments.py,sha256=4oA5hitmXjRx-4jsL_0bxn2ehBrmNVZg_rrt1OQXCb8,4193
|
|
26
|
+
sempy_labs/_ml_models.py,sha256=8tRlsWG4zfKBOSbotjcbChrj2Vv5xC9U-yFpI2RROLc,4044
|
|
26
27
|
sempy_labs/_model_auto_build.py,sha256=-qDwmFx3KMuIaaUU8CzmCX7CF7ZUVWWu-_GH2UhAU_8,5045
|
|
27
|
-
sempy_labs/_model_bpa.py,sha256=
|
|
28
|
-
sempy_labs/_model_bpa_bulk.py,sha256=
|
|
29
|
-
sempy_labs/_model_bpa_rules.py,sha256=
|
|
28
|
+
sempy_labs/_model_bpa.py,sha256=EGbBLD28vx1TCf4cg_lZ2fVCZsCZb9UD-PB6gTA_ndE,20589
|
|
29
|
+
sempy_labs/_model_bpa_bulk.py,sha256=KbXFZDFGqmBKkp_-delfFo6R6KI2rgz_13-ZHPeF6Bc,14782
|
|
30
|
+
sempy_labs/_model_bpa_rules.py,sha256=96_GkXQGhON-_uyUATgUibk4W9y7e9wl1QciUr96gIQ,45544
|
|
30
31
|
sempy_labs/_model_dependencies.py,sha256=rFPVDA6gLKxy2rDPtHHIvVJF9SmJz4xRe4n922bzWtA,13452
|
|
31
|
-
sempy_labs/_notebooks.py,sha256=
|
|
32
|
+
sempy_labs/_notebooks.py,sha256=5f7NkilmTuy6nBhAqYxB8PFfPIQnngz0IeouoPC0Ioo,7421
|
|
32
33
|
sempy_labs/_one_lake_integration.py,sha256=eIuLxlw8eXfUH2avKhsyLmXZbTllSwGsz2j_HMAikpQ,6234
|
|
33
|
-
sempy_labs/_query_scale_out.py,sha256=
|
|
34
|
-
sempy_labs/_refresh_semantic_model.py,sha256=
|
|
35
|
-
sempy_labs/_spark.py,sha256=
|
|
34
|
+
sempy_labs/_query_scale_out.py,sha256=ZURKY4SWvhroYyisrcI9vBgxiXiYhGpu86POYlsSd-o,15704
|
|
35
|
+
sempy_labs/_refresh_semantic_model.py,sha256=ycgjOQU43fOb_ws8WUGxHHTCswxOXObM1PEtUhNisq8,16761
|
|
36
|
+
sempy_labs/_spark.py,sha256=vZIEERtig3COPhFrPwcMDG9G9xc4tyggubj_HrB6FVs,20103
|
|
36
37
|
sempy_labs/_sql.py,sha256=KttKi95iGxTT8UA1QOpT9ygAdwCfHHlcQSQ5d9gml0E,5358
|
|
37
|
-
sempy_labs/_translations.py,sha256=
|
|
38
|
-
sempy_labs/_vertipaq.py,sha256=
|
|
39
|
-
sempy_labs/_warehouses.py,sha256=
|
|
40
|
-
sempy_labs/
|
|
41
|
-
sempy_labs/
|
|
42
|
-
sempy_labs/
|
|
43
|
-
sempy_labs/_bpa_translation/_model/
|
|
44
|
-
sempy_labs/_bpa_translation/_model/
|
|
45
|
-
sempy_labs/_bpa_translation/_model/
|
|
46
|
-
sempy_labs/_bpa_translation/_model/
|
|
47
|
-
sempy_labs/_bpa_translation/_model/
|
|
48
|
-
sempy_labs/_bpa_translation/_model/
|
|
49
|
-
sempy_labs/_bpa_translation/_model/
|
|
50
|
-
sempy_labs/_bpa_translation/_model/
|
|
51
|
-
sempy_labs/_bpa_translation/_model/
|
|
52
|
-
sempy_labs/_bpa_translation/_model/
|
|
53
|
-
sempy_labs/_bpa_translation/_model/
|
|
54
|
-
sempy_labs/_bpa_translation/_model/
|
|
55
|
-
sempy_labs/_bpa_translation/_model/
|
|
56
|
-
sempy_labs/_bpa_translation/_model/
|
|
57
|
-
sempy_labs/_bpa_translation/_model/
|
|
58
|
-
sempy_labs/_bpa_translation/_model/
|
|
59
|
-
sempy_labs/_bpa_translation/_model/
|
|
60
|
-
sempy_labs/_bpa_translation/_model/
|
|
61
|
-
sempy_labs/_bpa_translation/_model/
|
|
62
|
-
sempy_labs/_bpa_translation/_model/
|
|
63
|
-
sempy_labs/_bpa_translation/_model/
|
|
64
|
-
sempy_labs/_bpa_translation/_model/
|
|
65
|
-
sempy_labs/_bpa_translation/_model/
|
|
66
|
-
sempy_labs/_bpa_translation/_model/
|
|
67
|
-
sempy_labs/_bpa_translation/_model/_translations_pt-
|
|
68
|
-
sempy_labs/_bpa_translation/_model/
|
|
69
|
-
sempy_labs/_bpa_translation/_model/
|
|
70
|
-
sempy_labs/_bpa_translation/_model/
|
|
71
|
-
sempy_labs/_bpa_translation/_model/
|
|
72
|
-
sempy_labs/_bpa_translation/_model/
|
|
73
|
-
sempy_labs/_bpa_translation/_model/
|
|
74
|
-
sempy_labs/_bpa_translation/_model/
|
|
75
|
-
sempy_labs/_bpa_translation/_model/
|
|
76
|
-
sempy_labs/_bpa_translation/_model/
|
|
77
|
-
sempy_labs/_bpa_translation/_model/
|
|
78
|
-
sempy_labs/_bpa_translation/_model/
|
|
79
|
-
sempy_labs/_bpa_translation/_model/
|
|
38
|
+
sempy_labs/_translations.py,sha256=2DpP--U3d8Gp7o9LF-OnZa10onN2unvqSHVQHv3CBZg,19838
|
|
39
|
+
sempy_labs/_vertipaq.py,sha256=dapyk0X76FbP5CIn0bZp7H0YgM99IrYpLjnVOliDv5w,36995
|
|
40
|
+
sempy_labs/_warehouses.py,sha256=rf_UWyXx9Zyyr7n23YjP1WKe3uP1zB0eVUr1OH9bGgw,7202
|
|
41
|
+
sempy_labs/_workloads.py,sha256=x3dS2mOkrS9rA-p70z8849DZlMIvMbzTjMzO_YmnHRg,4449
|
|
42
|
+
sempy_labs/_workspace_identity.py,sha256=WQx6jcRlAsdoro_SYWgwACe_Cw9aN8JwWTc0LL-bZzY,2259
|
|
43
|
+
sempy_labs/_workspaces.py,sha256=lKVPIkmSiT2XGo24zLE3Pcw7jczgKe86vyWOGjC3ZVQ,11193
|
|
44
|
+
sempy_labs/_bpa_translation/_model/_translations_am-ET.po,sha256=zQVjJ-t0vtgIYan-HaXtUVJLB_PJvB53Nf5BNoOReU4,39199
|
|
45
|
+
sempy_labs/_bpa_translation/_model/_translations_ar-AE.po,sha256=QP1PjDLFccLDs9zq456crdAST57wrcWVk5rRiqqoCws,36959
|
|
46
|
+
sempy_labs/_bpa_translation/_model/_translations_bg-BG.po,sha256=sqezjpS3wfk09WD7x27bHoCBtgmqeHtyHNKTwG7-bkI,44132
|
|
47
|
+
sempy_labs/_bpa_translation/_model/_translations_ca-ES.po,sha256=nDqyYrt6vn8jhSNZqP-9PxVqOZ4PEiUUmU1YeuJ4WWM,31715
|
|
48
|
+
sempy_labs/_bpa_translation/_model/_translations_cs-CZ.po,sha256=XPXlZl6n3wBvci0q-vcToymkAC5TQs07pt_2Ab_ewz8,31486
|
|
49
|
+
sempy_labs/_bpa_translation/_model/_translations_da-DK.po,sha256=z3Xh3AqqhZa9bHXRlgY8CXx38f-6_7F5uDk-TLhTJRY,30457
|
|
50
|
+
sempy_labs/_bpa_translation/_model/_translations_de-DE.po,sha256=2EKZNJtgkkHG1LiO0po0RHWvHyvBtQy0ez1S8fFdomU,32938
|
|
51
|
+
sempy_labs/_bpa_translation/_model/_translations_el-GR.po,sha256=NicANPu_UyMQF9DO3DJ5-3q6iXEGW2vrWOUV3RxAWOE,46360
|
|
52
|
+
sempy_labs/_bpa_translation/_model/_translations_es-ES.po,sha256=1sj2DImOaRhFNkim6eHG1rOkgDKH4B6LSZrpLGdveh0,31990
|
|
53
|
+
sempy_labs/_bpa_translation/_model/_translations_fa-IR.po,sha256=5cniRIIvvXX1aFkOj5oA2Qz1vhzjFSPtRjw84HElPlg,38965
|
|
54
|
+
sempy_labs/_bpa_translation/_model/_translations_fi-FI.po,sha256=1-sPLQ4IfqsMuS7VSgEYV2ZJ7Un01C8eBMDijHd7tkA,30972
|
|
55
|
+
sempy_labs/_bpa_translation/_model/_translations_fr-FR.po,sha256=s4EWtTFfs1G1pdM1NIllJTZT5aVa-NklwEtd8j88Ql8,33622
|
|
56
|
+
sempy_labs/_bpa_translation/_model/_translations_ga-IE.po,sha256=BNNWV2bRNCxPXDznNVxbC7et7AOPsLMv-0DnH8hUNoc,32745
|
|
57
|
+
sempy_labs/_bpa_translation/_model/_translations_he-IL.po,sha256=laHvv5j-fCBnaK_iO90V2jnzA3TtktRJG-ZjV2QoS40,35601
|
|
58
|
+
sempy_labs/_bpa_translation/_model/_translations_hi-IN.po,sha256=0OCI1-EEVTarKxInIpLL7MhqCeUff2MkF4Ay23GA_N0,52583
|
|
59
|
+
sempy_labs/_bpa_translation/_model/_translations_hu-HU.po,sha256=UKSx3RCxpKX44sKUPepy2SXkN6K2CdNYfs35vtot5a0,32892
|
|
60
|
+
sempy_labs/_bpa_translation/_model/_translations_id-ID.po,sha256=U_rAOHQRug6VoBeQMdPtQHvC1Aw9ZQ3Lm0lx8hMLWhI,30373
|
|
61
|
+
sempy_labs/_bpa_translation/_model/_translations_is-IS.po,sha256=bg8alqxzg7CCu-bKh1U9L37rpgq5bsQdNs4bdkWNCuo,30850
|
|
62
|
+
sempy_labs/_bpa_translation/_model/_translations_it-IT.po,sha256=AIX6etBfKeuViAm07lp5zCaa307PYQEABtwtRgMEob8,32714
|
|
63
|
+
sempy_labs/_bpa_translation/_model/_translations_ja-JP.po,sha256=gmp1GMJiWBh8uMjsI6ssFO2Z0tfRYZKOjkRISsl2_oU,35515
|
|
64
|
+
sempy_labs/_bpa_translation/_model/_translations_ko-KR.po,sha256=mriTo9wTVUYXKPvyUlEOQXjEyk8WvTrGpn-giG0K8RU,31536
|
|
65
|
+
sempy_labs/_bpa_translation/_model/_translations_mt-MT.po,sha256=evcU-RWda5eEDPCx03vDga4XK-RgQ7kGslpwpibCsA8,32404
|
|
66
|
+
sempy_labs/_bpa_translation/_model/_translations_nl-NL.po,sha256=TRl73cUvRsS_rU3YlYazNdqqp6cXN4oLpGy179PB5sc,32114
|
|
67
|
+
sempy_labs/_bpa_translation/_model/_translations_pl-PL.po,sha256=9F8gQRSQJ2LqBqWrEtS9owTzk6cQQ2t4Y9YSq5js_H4,32365
|
|
68
|
+
sempy_labs/_bpa_translation/_model/_translations_pt-BR.po,sha256=i4_NEdBEl-KkGtD0S_XSJ1RTK83raBOoJEVFNoLUOHI,31547
|
|
69
|
+
sempy_labs/_bpa_translation/_model/_translations_pt-PT.po,sha256=R62JMSclCp4LTxt9gnkHW35OVxfdIahkjjbypkVALSc,31478
|
|
70
|
+
sempy_labs/_bpa_translation/_model/_translations_ro-RO.po,sha256=N0wx6LFI96YARRx9cBFHUfM4jat6W0gGTaUkTsHDGeY,32504
|
|
71
|
+
sempy_labs/_bpa_translation/_model/_translations_ru-RU.po,sha256=Qg6rf8uXJceQzbbEDIPVkd2sYkV1I3C29ewIrp5AOk8,44205
|
|
72
|
+
sempy_labs/_bpa_translation/_model/_translations_sk-SK.po,sha256=wn7cMTW0CmdembIO3vbEk_MC2p96ZGA2OL7giYGudvo,31465
|
|
73
|
+
sempy_labs/_bpa_translation/_model/_translations_sl-SL.po,sha256=Oz4vo_J--RaYHy-Vgu8LYxU0jsM0LnXLyuctMSzeCu0,30646
|
|
74
|
+
sempy_labs/_bpa_translation/_model/_translations_sv-SE.po,sha256=430zBBJW9WpvSYxHbBIReJXh8mqZRK7Sx56KVm5h9Zs,30742
|
|
75
|
+
sempy_labs/_bpa_translation/_model/_translations_ta-IN.po,sha256=jHJ8GDDtMUihkL0AJSeHpQKWPN6v7hc4z3qnv48JGZg,59930
|
|
76
|
+
sempy_labs/_bpa_translation/_model/_translations_te-IN.po,sha256=eA4fCPLJTVOX8nYJIm0RB6TUJ-LwV8Y7Umj2FWfdmo8,54810
|
|
77
|
+
sempy_labs/_bpa_translation/_model/_translations_th-TH.po,sha256=kZeMgGHn0J454eZJz9oQ0Yxi68Ziej7gbbu5-T_5mko,50906
|
|
78
|
+
sempy_labs/_bpa_translation/_model/_translations_tr-TR.po,sha256=NdW-X4E0QmeLKM0WH-qiHje3YEBrYPKCM0uFXOTsTOA,31759
|
|
79
|
+
sempy_labs/_bpa_translation/_model/_translations_uk-UA.po,sha256=3NsFN8hoor_5L6738FjpJ8o4spwp8FNFGbVItHD-_ec,43500
|
|
80
|
+
sempy_labs/_bpa_translation/_model/_translations_zh-CN.po,sha256=ipMbnet7ZI5mZoC8KonYKVwGmFLHFB_9KIDOoBgSNfo,26815
|
|
81
|
+
sempy_labs/_bpa_translation/_model/_translations_zu-ZA.po,sha256=5v6tVKGruqneAeMoa6F3tyg_JBL8qOpqOJofWpq2W3U,31518
|
|
80
82
|
sempy_labs/admin/__init__.py,sha256=m0INXWa0DcVq1tTGWbQAOYeFOaFg435eWmo_uHk59b0,1499
|
|
81
|
-
sempy_labs/admin/_basic_functions.py,sha256=
|
|
82
|
-
sempy_labs/admin/_domains.py,sha256=
|
|
83
|
-
sempy_labs/directlake/__init__.py,sha256=
|
|
83
|
+
sempy_labs/admin/_basic_functions.py,sha256=F6jyO4XSfZ-5bjV1YvjN371113NKbI_ma3c1F9Xbm3A,35577
|
|
84
|
+
sempy_labs/admin/_domains.py,sha256=r4qKHZsDMZV1dg9qprniVCX0WrJJ1KTTuiqvFYUxYHA,12347
|
|
85
|
+
sempy_labs/directlake/__init__.py,sha256=etaj-3wqe5t93mu74tGYjEOQ6gtHWUogidOygiVvlq8,2131
|
|
84
86
|
sempy_labs/directlake/_directlake_schema_compare.py,sha256=ocHFU6E6HSKgcNLywGM0dx0ie9AXYwk-E7o7EYcqiN4,4422
|
|
85
|
-
sempy_labs/directlake/_directlake_schema_sync.py,sha256=
|
|
86
|
-
sempy_labs/directlake/_dl_helper.py,sha256=
|
|
87
|
+
sempy_labs/directlake/_directlake_schema_sync.py,sha256=fhh6Xjd42HjI5x_Ejwq1N4qqnXQsKpXmyPcYl7cNG6A,4151
|
|
88
|
+
sempy_labs/directlake/_dl_helper.py,sha256=76i3yr9fqohHIZwrAeooWVCxrTyVzi5Hu6YlFjFms5E,9321
|
|
87
89
|
sempy_labs/directlake/_generate_shared_expression.py,sha256=EauK1M4fabCZjsHYAWxEYaVJKqxJ99nZQaN2pKdd1lg,3077
|
|
88
90
|
sempy_labs/directlake/_get_directlake_lakehouse.py,sha256=sovI4ds2SEgkp4Fi465jtJ4seRvQxdYgcixRDvsUwNM,2321
|
|
89
|
-
sempy_labs/directlake/_get_shared_expression.py,sha256=
|
|
90
|
-
sempy_labs/directlake/_guardrails.py,sha256=
|
|
91
|
+
sempy_labs/directlake/_get_shared_expression.py,sha256=js7qryOyNZT0m-aGywGFq5AufQGeRIwfxYHJnc70oaw,2070
|
|
92
|
+
sempy_labs/directlake/_guardrails.py,sha256=elPIrqBy7gX7ZhVC7dBqhuFohET9QX9cCX1Harwrw3A,2525
|
|
91
93
|
sempy_labs/directlake/_list_directlake_model_calc_tables.py,sha256=_rpnbgsFAz2W16PpgIOB0Rj_Fs1ZKrDbz3DUaaR_bfU,2143
|
|
92
|
-
sempy_labs/directlake/_show_unsupported_directlake_objects.py,sha256=
|
|
93
|
-
sempy_labs/directlake/_update_directlake_model_lakehouse_connection.py,sha256=
|
|
94
|
-
sempy_labs/directlake/_update_directlake_partition_entity.py,sha256=
|
|
94
|
+
sempy_labs/directlake/_show_unsupported_directlake_objects.py,sha256=xm6bih0mbYfWP6ca8BKMZobfS4hhcHNFIhR5I6sNpgw,3181
|
|
95
|
+
sempy_labs/directlake/_update_directlake_model_lakehouse_connection.py,sha256=X-eNLMhAftsdfs9OOqRcB3tM5X8j9zrN1JqYXpntc2U,5843
|
|
96
|
+
sempy_labs/directlake/_update_directlake_partition_entity.py,sha256=MBxHr87cPiRNczU3HQnKvN2HDQGdv0GqWQw7INWVgkY,7607
|
|
95
97
|
sempy_labs/directlake/_warm_cache.py,sha256=X4R2_i4jFnFXYmwhDIxPb9h1CdPVLzFKHItsz0QpeRg,8248
|
|
96
98
|
sempy_labs/lakehouse/__init__.py,sha256=6LVQltQ3cjyiuxvjXTuNdJ163zSqi4h_tEZY4zsxuSw,647
|
|
97
99
|
sempy_labs/lakehouse/_get_lakehouse_columns.py,sha256=Bb_iCTlNwl0wdN4dW_E7tVnfbHhHwQT_l0SUqvcbYpo,2582
|
|
98
|
-
sempy_labs/lakehouse/_get_lakehouse_tables.py,sha256=
|
|
100
|
+
sempy_labs/lakehouse/_get_lakehouse_tables.py,sha256=TV_Ch6BBs0LmrHU1eCTa_HfqwwXTx0GXY2Klxjpx5T4,9009
|
|
99
101
|
sempy_labs/lakehouse/_lakehouse.py,sha256=_yn0ySUrJQD9nySa3gFpEGr6AvF-vOKIMNJruotfxHQ,5224
|
|
100
|
-
sempy_labs/lakehouse/_shortcuts.py,sha256=
|
|
102
|
+
sempy_labs/lakehouse/_shortcuts.py,sha256=MrmiPuCC3mAb5K7-XFTY5YK1A8nr9tw--nyaAlFBN6A,7335
|
|
101
103
|
sempy_labs/migration/__init__.py,sha256=w4vvGk6wTWXVfofJDmio2yIFvSSJsxOpjv6mvNGmrOI,1043
|
|
102
104
|
sempy_labs/migration/_create_pqt_file.py,sha256=4u5cod8Q0IDMoNicUAzNBfAVlE9OSd3mHJcSSRCIdgQ,9246
|
|
103
|
-
sempy_labs/migration/_migrate_calctables_to_lakehouse.py,sha256=
|
|
104
|
-
sempy_labs/migration/_migrate_calctables_to_semantic_model.py,sha256=
|
|
105
|
-
sempy_labs/migration/_migrate_model_objects_to_semantic_model.py,sha256=
|
|
106
|
-
sempy_labs/migration/_migrate_tables_columns_to_semantic_model.py,sha256=
|
|
107
|
-
sempy_labs/migration/_migration_validation.py,sha256=
|
|
108
|
-
sempy_labs/migration/_refresh_calc_tables.py,sha256=
|
|
105
|
+
sempy_labs/migration/_migrate_calctables_to_lakehouse.py,sha256=5fSZHylS8yLmk7maYDsvKbOqB9unxT4sQZq5HxBZwQY,17969
|
|
106
|
+
sempy_labs/migration/_migrate_calctables_to_semantic_model.py,sha256=yNSx126ru7-mUXI3iISwmw8a5jRCwcWw4l5eMXldrcU,6253
|
|
107
|
+
sempy_labs/migration/_migrate_model_objects_to_semantic_model.py,sha256=8IN45AKxic3_4yrC-N5rqWMzO6bCLF9qoyWxbxrvBHc,22900
|
|
108
|
+
sempy_labs/migration/_migrate_tables_columns_to_semantic_model.py,sha256=6B50BkJW70p0ZdmXKAQsPVsaJUt7_5Ez_KP3iyaBcg4,7046
|
|
109
|
+
sempy_labs/migration/_migration_validation.py,sha256=pl5Yv4BwRHZfAL0p2soj_Gk8FL3UcwiqKbX23pJe1oQ,2788
|
|
110
|
+
sempy_labs/migration/_refresh_calc_tables.py,sha256=gUFssZ5vyN4OmViLYkBNkLmYscvQTk8RBZ-i_lrCJYU,5239
|
|
109
111
|
sempy_labs/report/_BPAReportTemplate.json,sha256=9Uh-7E6d2ooxQ7j5JRayv_ayEULc7Gzg42kZGKdOqH8,63920
|
|
110
|
-
sempy_labs/report/__init__.py,sha256=
|
|
111
|
-
sempy_labs/report/_generate_report.py,sha256=
|
|
112
|
+
sempy_labs/report/__init__.py,sha256=fUSbHtFQS2dz3TUhEsZ_rsA9ntKkZYjRhkdgbvPT3pI,1158
|
|
113
|
+
sempy_labs/report/_generate_report.py,sha256=SQKWQdrNIgHDz-wE2ZYcL15GWe8UeQYV4BKV__RN7aE,12557
|
|
114
|
+
sempy_labs/report/_paginated.py,sha256=-u0vV6byPOBWUOmeBtjPCTmarymucoRv_DvXA54FIHY,2281
|
|
112
115
|
sempy_labs/report/_report_bpa.py,sha256=pvj6BdSALuMTB-nl9L-TOKaTXqBpIr3CqkJhdXd0YSQ,13570
|
|
113
116
|
sempy_labs/report/_report_bpa_rules.py,sha256=tPVGA0hmE6QMLlWtig7Va7Ksr2yXWl_Lndq--tWWd6w,4959
|
|
114
|
-
sempy_labs/report/_report_functions.py,sha256=
|
|
117
|
+
sempy_labs/report/_report_functions.py,sha256=Dy7fHZiIkuib_3bOTGQNw90aL_z2Vzle1TKeQiH44IA,30096
|
|
115
118
|
sempy_labs/report/_report_helper.py,sha256=fkSo5m3_KlAlo-fu8FTnxINigWbZI66ex-r44WalKsw,8711
|
|
116
119
|
sempy_labs/report/_report_list_functions.py,sha256=4k-bPEi4uW_ozHTZNc_67idP1LQZPT-gO9ToRCv06fk,3127
|
|
117
|
-
sempy_labs/report/_report_rebind.py,sha256=
|
|
120
|
+
sempy_labs/report/_report_rebind.py,sha256=Donwfr4A7fLvE-nVI1rpKJTJxyhHuxaowTbhJLLfxtM,5187
|
|
118
121
|
sempy_labs/report/_reportwrapper.py,sha256=Ud88HmUmWLfG5CgHXSXBraOOea_DVvP3z_cl_hqDOTE,75724
|
|
119
122
|
sempy_labs/report/_bpareporttemplate/.platform,sha256=kWRa6B_KwSYLsvVFDx372mQriQO8v7dJ_YzQV_cfD-Q,303
|
|
120
123
|
sempy_labs/report/_bpareporttemplate/definition.pbir,sha256=bttyHZYKqjA8OBb_cezGlX4H82cDvGZVCl1QB3fij4E,343
|
|
@@ -146,9 +149,9 @@ sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visua
|
|
|
146
149
|
sempy_labs/report/_bpareporttemplate/definition/pages/d37dce724a0ccc30044b/page.json,sha256=wBVuNc8S2NaUA0FC708w6stmR2djNZp8nAsHMqesgsc,293
|
|
147
150
|
sempy_labs/report/_bpareporttemplate/definition/pages/d37dce724a0ccc30044b/visuals/ce8532a7e25020271077/visual.json,sha256=mlY6t9OlSe-Y6_QmXJpS1vggU6Y3FjISUKECL8FVSg8,931
|
|
148
151
|
sempy_labs/tom/__init__.py,sha256=Qbs8leW0fjzvWwOjyWK3Hjeehu7IvpB1beASGsi28bk,121
|
|
149
|
-
sempy_labs/tom/_model.py,sha256=
|
|
150
|
-
semantic_link_labs-0.8.
|
|
151
|
-
semantic_link_labs-0.8.
|
|
152
|
-
semantic_link_labs-0.8.
|
|
153
|
-
semantic_link_labs-0.8.
|
|
154
|
-
semantic_link_labs-0.8.
|
|
152
|
+
sempy_labs/tom/_model.py,sha256=bRMa1a1wa63Z_1FrK_zdy4mWRZyytqIgI-4OQde2NLY,170149
|
|
153
|
+
semantic_link_labs-0.8.4.dist-info/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
|
|
154
|
+
semantic_link_labs-0.8.4.dist-info/METADATA,sha256=ZGsId2oI83I9_a3P1umcYeuSWpc8DFPLjncNJ3Le6XY,18910
|
|
155
|
+
semantic_link_labs-0.8.4.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
|
156
|
+
semantic_link_labs-0.8.4.dist-info/top_level.txt,sha256=kiQX1y42Dbein1l3Q8jMUYyRulDjdlc2tMepvtrvixQ,11
|
|
157
|
+
semantic_link_labs-0.8.4.dist-info/RECORD,,
|
sempy_labs/__init__.py
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
from sempy_labs._managed_private_endpoints import (
|
|
2
|
+
list_managed_private_endpoints,
|
|
3
|
+
create_managed_private_endpoint,
|
|
4
|
+
delete_managed_private_endpoint,
|
|
5
|
+
)
|
|
6
|
+
from sempy_labs._workloads import (
|
|
7
|
+
list_workloads,
|
|
8
|
+
patch_workload,
|
|
9
|
+
)
|
|
1
10
|
from sempy_labs._external_data_shares import (
|
|
2
11
|
list_external_data_shares_in_item,
|
|
3
12
|
create_external_data_share,
|
|
@@ -17,6 +26,8 @@ from sempy_labs._warehouses import (
|
|
|
17
26
|
create_warehouse,
|
|
18
27
|
list_warehouses,
|
|
19
28
|
delete_warehouse,
|
|
29
|
+
get_warehouse_columns,
|
|
30
|
+
get_warehouse_tables,
|
|
20
31
|
)
|
|
21
32
|
from sempy_labs._data_pipelines import (
|
|
22
33
|
list_data_pipelines,
|
|
@@ -100,6 +111,8 @@ from sempy_labs._workspaces import (
|
|
|
100
111
|
from sempy_labs._notebooks import (
|
|
101
112
|
get_notebook_definition,
|
|
102
113
|
import_notebook_from_web,
|
|
114
|
+
update_notebook_definition,
|
|
115
|
+
create_notebook,
|
|
103
116
|
)
|
|
104
117
|
from sempy_labs._sql import (
|
|
105
118
|
ConnectWarehouse,
|
|
@@ -209,6 +222,7 @@ from sempy_labs._query_scale_out import (
|
|
|
209
222
|
from sempy_labs._refresh_semantic_model import (
|
|
210
223
|
refresh_semantic_model,
|
|
211
224
|
cancel_dataset_refresh,
|
|
225
|
+
get_semantic_model_refresh_history,
|
|
212
226
|
)
|
|
213
227
|
from sempy_labs._translations import translate_semantic_model
|
|
214
228
|
from sempy_labs._vertipaq import (
|
|
@@ -373,4 +387,14 @@ __all__ = [
|
|
|
373
387
|
"revoke_external_data_share",
|
|
374
388
|
"migrate_fabric_trial_capacity",
|
|
375
389
|
"create_resource_group",
|
|
390
|
+
"list_workloads",
|
|
391
|
+
"patch_workload",
|
|
392
|
+
"update_notebook_definition",
|
|
393
|
+
"create_notebook",
|
|
394
|
+
"get_semantic_model_refresh_history",
|
|
395
|
+
"get_warehouse_columns",
|
|
396
|
+
"get_warehouse_tables",
|
|
397
|
+
"list_managed_private_endpoints",
|
|
398
|
+
"create_managed_private_endpoint",
|
|
399
|
+
"delete_managed_private_endpoint",
|
|
376
400
|
]
|
|
@@ -579,9 +579,7 @@ msgstr ""
|
|
|
579
579
|
msgid ""
|
|
580
580
|
"Set dimensions tables to dual mode instead of import when using DirectQuery "
|
|
581
581
|
"on fact tables"
|
|
582
|
-
msgstr ""
|
|
583
|
-
"https://learn.microsoft.com/power-bi/transform-model/desktop-storage-"
|
|
584
|
-
"mode#propagation-of-the-dual-setting"
|
|
582
|
+
msgstr "DirectQuery በሚጠቀሙበት ጊዜ የመጠየቂያ አፈጻጸም ለማሻሻል ወደ Dual mode መመደብ አለበት."
|
|
585
583
|
|
|
586
584
|
# description
|
|
587
585
|
msgid "Minimize Power Query transformations"
|
|
@@ -717,6 +715,11 @@ msgstr ""
|
|
|
717
715
|
"የተለያዩ ስሞች ያሏቸው እና በተመሳሳይ የ DAX አገላለጽ የተገለፁ ሁለት መለኪያዎች የተትረፍርፈውን ለመቀነስ ማስወገድ "
|
|
718
716
|
"አለባቸው."
|
|
719
717
|
|
|
718
|
+
# description
|
|
719
|
+
msgid ""
|
|
720
|
+
"Avoid addition or subtraction of constant values to results of divisions"
|
|
721
|
+
msgstr "የማያቋርጥ ዋጋ መጨመር የሥራ ውርጅና ሊያስከትል ይችላል።"
|
|
722
|
+
|
|
720
723
|
# description
|
|
721
724
|
msgid "Avoid using '1-(x/y)' syntax"
|
|
722
725
|
msgstr ""
|
|
@@ -785,9 +788,15 @@ msgid "Ensure tables have relationships"
|
|
|
785
788
|
msgstr "ይህ ደንብ በሞዴሉ ውስጥ ከማንኛውም ሌላ ጠረጴዛ ጋር ግንኙነት የሌላቸው ሠንጠረዦች ጎላ አድርጎ ይገልጻል።"
|
|
786
789
|
|
|
787
790
|
# description
|
|
788
|
-
msgid "
|
|
791
|
+
msgid "Calculation groups with no calculation items"
|
|
789
792
|
msgstr "የስሌት ቡድኖች የስሌት እቃዎች ካልኖራቸው በስተቀር ምንም ተግባር የላቸውም።"
|
|
790
793
|
|
|
794
|
+
# description
|
|
795
|
+
msgid "Visible objects with no description"
|
|
796
|
+
msgstr ""
|
|
797
|
+
"በዕቃዎች ላይ መግለጫዎችን ይጨምሩ. እነዚህ መግለጫዎች በፓወር ቢ አይ ዴስክቶፕ ውስጥ በሚገኘው የመስክ ዝርዝር ውስጥ "
|
|
798
|
+
"በhover ላይ ይታያሉ. በተጨማሪም እነዚህን መግለጫዎች አውቶማቲክ የመረጃ መዝገበ ቃላት ለመፍጠር መጠቀም ትችላለህ።"
|
|
799
|
+
|
|
791
800
|
# description
|
|
792
801
|
msgid "Provide format string for 'Date' columns"
|
|
793
802
|
msgstr "በስማቸው \"ወር\" ያላቸው የአይነት \"DateTime\" ዓምዶች \"mm/dd/yyyy\" ተብለው ሊሰሩ ይገባል።"
|
|
@@ -806,9 +815,19 @@ msgstr "የሚታዩ እርምጃዎች የእነሱ ቅርጽ አውታር ን
|
|
|
806
815
|
msgid "Add data category for columns"
|
|
807
816
|
msgstr "ለተስማሚ ዓምዶች የዳታ መደብ ርብርብ ይጨምሩ."
|
|
808
817
|
|
|
818
|
+
# description
|
|
819
|
+
msgid ""
|
|
820
|
+
"Percentages should be formatted with thousands separators and 1 decimal"
|
|
821
|
+
msgstr "የተሻለ የተጠቃሚ ልምድ ለማግኘት, የመተግበሪያ መለኪያዎች በ a '%' ምልክት መሰራት አለባቸው."
|
|
822
|
+
|
|
823
|
+
# description
|
|
824
|
+
msgid ""
|
|
825
|
+
"Whole numbers should be formatted with thousands separators and no decimals"
|
|
826
|
+
msgstr "የተሻለ የተጠቃሚ ተሞክሮ ለማግኘት, ሙሉ ቁጥሮች commas ጋር መሰራት አለበት."
|
|
827
|
+
|
|
809
828
|
# description
|
|
810
829
|
msgid "Hide foreign keys"
|
|
811
|
-
msgstr "የውጭ
|
|
830
|
+
msgstr "የውጭ ቁልፎች መጨረሻ ተጠቃሚዎች ሊጠቀሙባቸው ስለማይገባ ምንጊዜም መደበቅ ይኖርባቸዋል።"
|
|
812
831
|
|
|
813
832
|
# description
|
|
814
833
|
msgid "Mark primary keys"
|
|
@@ -590,8 +590,8 @@ msgid ""
|
|
|
590
590
|
"Set dimensions tables to dual mode instead of import when using DirectQuery "
|
|
591
591
|
"on fact tables"
|
|
592
592
|
msgstr ""
|
|
593
|
-
"
|
|
594
|
-
"
|
|
593
|
+
"عند استخدام DirectQuery، يجب تعيين جداول الأبعاد إلى الوضع المزدوج لتحسين "
|
|
594
|
+
"أداء الاستعلام."
|
|
595
595
|
|
|
596
596
|
# description
|
|
597
597
|
msgid "Minimize Power Query transformations"
|
|
@@ -735,6 +735,11 @@ msgstr ""
|
|
|
735
735
|
msgid "No two measures should have the same definition"
|
|
736
736
|
msgstr "يجب تجنب تدبيرين بأسماء مختلفة ومعرفين بنفس تعبير DAX لتقليل التكرار."
|
|
737
737
|
|
|
738
|
+
# description
|
|
739
|
+
msgid ""
|
|
740
|
+
"Avoid addition or subtraction of constant values to results of divisions"
|
|
741
|
+
msgstr "قد تؤدي إضافة قيمة ثابتة إلى تدهور الأداء."
|
|
742
|
+
|
|
738
743
|
# description
|
|
739
744
|
msgid "Avoid using '1-(x/y)' syntax"
|
|
740
745
|
msgstr ""
|
|
@@ -809,9 +814,16 @@ msgstr ""
|
|
|
809
814
|
"تبرز هذه القاعدة الجداول غير المتصلة بأي جدول آخر في النموذج له علاقة."
|
|
810
815
|
|
|
811
816
|
# description
|
|
812
|
-
msgid "
|
|
817
|
+
msgid "Calculation groups with no calculation items"
|
|
813
818
|
msgstr "مجموعات الحساب ليس لها وظيفة ما لم يكن لديها عناصر حسابية."
|
|
814
819
|
|
|
820
|
+
# description
|
|
821
|
+
msgid "Visible objects with no description"
|
|
822
|
+
msgstr ""
|
|
823
|
+
"إضافة أوصاف إلى الكائنات. تظهر هذه الأوصاف عند التمرير داخل قائمة الحقول في "
|
|
824
|
+
"Power BI Desktop. بالإضافة إلى ذلك، يمكنك الاستفادة من هذه الأوصاف لإنشاء "
|
|
825
|
+
"قاموس بيانات تلقائي."
|
|
826
|
+
|
|
815
827
|
# description
|
|
816
828
|
msgid "Provide format string for 'Date' columns"
|
|
817
829
|
msgstr ""
|
|
@@ -832,9 +844,21 @@ msgstr "يجب تعيين خاصية سلسلة التنسيق الخاصة با
|
|
|
832
844
|
msgid "Add data category for columns"
|
|
833
845
|
msgstr "إضافة خاصية فئة البيانات للأعمدة المناسبة."
|
|
834
846
|
|
|
847
|
+
# description
|
|
848
|
+
msgid ""
|
|
849
|
+
"Percentages should be formatted with thousands separators and 1 decimal"
|
|
850
|
+
msgstr "للحصول على تجربة مستخدم أفضل ، يجب تنسيق مقاييس percengage بعلامة \"٪\"."
|
|
851
|
+
|
|
852
|
+
# description
|
|
853
|
+
msgid ""
|
|
854
|
+
"Whole numbers should be formatted with thousands separators and no decimals"
|
|
855
|
+
msgstr "للحصول على تجربة مستخدم أفضل ، يجب تنسيق الأرقام الصحيحة بفواصل."
|
|
856
|
+
|
|
835
857
|
# description
|
|
836
858
|
msgid "Hide foreign keys"
|
|
837
|
-
msgstr "
|
|
859
|
+
msgstr ""
|
|
860
|
+
"يجب دائما إخفاء المفاتيح الخارجية حيث لا ينبغي استخدامها من قبل المستخدمين "
|
|
861
|
+
"النهائيين."
|
|
838
862
|
|
|
839
863
|
# description
|
|
840
864
|
msgid "Mark primary keys"
|
|
@@ -612,8 +612,8 @@ msgid ""
|
|
|
612
612
|
"Set dimensions tables to dual mode instead of import when using DirectQuery "
|
|
613
613
|
"on fact tables"
|
|
614
614
|
msgstr ""
|
|
615
|
-
"
|
|
616
|
-
"
|
|
615
|
+
"Когато използвате DirectQuery, таблиците с измерения трябва да бъдат "
|
|
616
|
+
"зададени на двоен режим, за да се подобри производителността на заявката."
|
|
617
617
|
|
|
618
618
|
# description
|
|
619
619
|
msgid "Minimize Power Query transformations"
|
|
@@ -777,6 +777,13 @@ msgstr ""
|
|
|
777
777
|
"Трябва да се избягват две мерки с различни имена и дефинирани от един и същ "
|
|
778
778
|
"DAX израз, за да се намали излишъкът."
|
|
779
779
|
|
|
780
|
+
# description
|
|
781
|
+
msgid ""
|
|
782
|
+
"Avoid addition or subtraction of constant values to results of divisions"
|
|
783
|
+
msgstr ""
|
|
784
|
+
"Добавянето на постоянна стойност може да доведе до влошаване на "
|
|
785
|
+
"производителността."
|
|
786
|
+
|
|
780
787
|
# description
|
|
781
788
|
msgid "Avoid using '1-(x/y)' syntax"
|
|
782
789
|
msgstr ""
|
|
@@ -858,10 +865,17 @@ msgstr ""
|
|
|
858
865
|
"модела с релация."
|
|
859
866
|
|
|
860
867
|
# description
|
|
861
|
-
msgid "
|
|
868
|
+
msgid "Calculation groups with no calculation items"
|
|
862
869
|
msgstr ""
|
|
863
870
|
"Изчислителните групи нямат функция, освен ако нямат елементи за изчисление."
|
|
864
871
|
|
|
872
|
+
# description
|
|
873
|
+
msgid "Visible objects with no description"
|
|
874
|
+
msgstr ""
|
|
875
|
+
"Добавяне на описания към обекти. Тези описания се показват при задържане на "
|
|
876
|
+
"курсора на мишката в списъка с полета в Power BI Desktop. Освен това можете "
|
|
877
|
+
"да използвате тези описания, за да създадете автоматизиран речник на данни."
|
|
878
|
+
|
|
865
879
|
# description
|
|
866
880
|
msgid "Provide format string for 'Date' columns"
|
|
867
881
|
msgstr ""
|
|
@@ -883,9 +897,25 @@ msgstr "Видимите мерки трябва да имат присвоен
|
|
|
883
897
|
msgid "Add data category for columns"
|
|
884
898
|
msgstr "Добавете свойство Категория данни за подходящи колони."
|
|
885
899
|
|
|
900
|
+
# description
|
|
901
|
+
msgid ""
|
|
902
|
+
"Percentages should be formatted with thousands separators and 1 decimal"
|
|
903
|
+
msgstr ""
|
|
904
|
+
"За по-добро потребителско изживяване мерките percengage трябва да бъдат "
|
|
905
|
+
"форматирани със знак \"%\"."
|
|
906
|
+
|
|
907
|
+
# description
|
|
908
|
+
msgid ""
|
|
909
|
+
"Whole numbers should be formatted with thousands separators and no decimals"
|
|
910
|
+
msgstr ""
|
|
911
|
+
"За по-добро потребителско изживяване целите числа трябва да бъдат "
|
|
912
|
+
"форматирани със запетаи."
|
|
913
|
+
|
|
886
914
|
# description
|
|
887
915
|
msgid "Hide foreign keys"
|
|
888
|
-
msgstr "
|
|
916
|
+
msgstr ""
|
|
917
|
+
"Външните ключове винаги трябва да бъдат скрити, тъй като не трябва да се "
|
|
918
|
+
"използват от крайните потребители."
|
|
889
919
|
|
|
890
920
|
# description
|
|
891
921
|
msgid "Mark primary keys"
|