semantic-link-labs 0.7.2__py3-none-any.whl → 0.7.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.

Files changed (82) hide show
  1. {semantic_link_labs-0.7.2.dist-info → semantic_link_labs-0.7.4.dist-info}/METADATA +15 -3
  2. semantic_link_labs-0.7.4.dist-info/RECORD +134 -0
  3. {semantic_link_labs-0.7.2.dist-info → semantic_link_labs-0.7.4.dist-info}/WHEEL +1 -1
  4. sempy_labs/__init__.py +120 -24
  5. sempy_labs/_bpa_translation/{_translations_am-ET.po → _model/_translations_am-ET.po} +22 -0
  6. sempy_labs/_bpa_translation/{_translations_ar-AE.po → _model/_translations_ar-AE.po} +24 -0
  7. sempy_labs/_bpa_translation/_model/_translations_bg-BG.po +938 -0
  8. sempy_labs/_bpa_translation/_model/_translations_ca-ES.po +934 -0
  9. sempy_labs/_bpa_translation/{_translations_cs-CZ.po → _model/_translations_cs-CZ.po} +179 -157
  10. sempy_labs/_bpa_translation/{_translations_da-DK.po → _model/_translations_da-DK.po} +24 -0
  11. sempy_labs/_bpa_translation/{_translations_de-DE.po → _model/_translations_de-DE.po} +77 -52
  12. sempy_labs/_bpa_translation/{_translations_el-GR.po → _model/_translations_el-GR.po} +25 -0
  13. sempy_labs/_bpa_translation/{_translations_es-ES.po → _model/_translations_es-ES.po} +67 -43
  14. sempy_labs/_bpa_translation/{_translations_fa-IR.po → _model/_translations_fa-IR.po} +24 -0
  15. sempy_labs/_bpa_translation/_model/_translations_fi-FI.po +915 -0
  16. sempy_labs/_bpa_translation/{_translations_fr-FR.po → _model/_translations_fr-FR.po} +83 -57
  17. sempy_labs/_bpa_translation/{_translations_ga-IE.po → _model/_translations_ga-IE.po} +25 -0
  18. sempy_labs/_bpa_translation/{_translations_he-IL.po → _model/_translations_he-IL.po} +23 -0
  19. sempy_labs/_bpa_translation/{_translations_hi-IN.po → _model/_translations_hi-IN.po} +24 -0
  20. sempy_labs/_bpa_translation/{_translations_hu-HU.po → _model/_translations_hu-HU.po} +25 -0
  21. sempy_labs/_bpa_translation/_model/_translations_id-ID.po +918 -0
  22. sempy_labs/_bpa_translation/{_translations_is-IS.po → _model/_translations_is-IS.po} +25 -0
  23. sempy_labs/_bpa_translation/{_translations_it-IT.po → _model/_translations_it-IT.po} +25 -0
  24. sempy_labs/_bpa_translation/{_translations_ja-JP.po → _model/_translations_ja-JP.po} +21 -0
  25. sempy_labs/_bpa_translation/_model/_translations_ko-KR.po +823 -0
  26. sempy_labs/_bpa_translation/_model/_translations_mt-MT.po +937 -0
  27. sempy_labs/_bpa_translation/{_translations_nl-NL.po → _model/_translations_nl-NL.po} +80 -56
  28. sempy_labs/_bpa_translation/{_translations_pl-PL.po → _model/_translations_pl-PL.po} +101 -76
  29. sempy_labs/_bpa_translation/{_translations_pt-BR.po → _model/_translations_pt-BR.po} +25 -0
  30. sempy_labs/_bpa_translation/{_translations_pt-PT.po → _model/_translations_pt-PT.po} +25 -0
  31. sempy_labs/_bpa_translation/_model/_translations_ro-RO.po +939 -0
  32. sempy_labs/_bpa_translation/{_translations_ru-RU.po → _model/_translations_ru-RU.po} +25 -0
  33. sempy_labs/_bpa_translation/_model/_translations_sk-SK.po +925 -0
  34. sempy_labs/_bpa_translation/_model/_translations_sl-SL.po +922 -0
  35. sempy_labs/_bpa_translation/_model/_translations_sv-SE.po +914 -0
  36. sempy_labs/_bpa_translation/{_translations_ta-IN.po → _model/_translations_ta-IN.po} +26 -0
  37. sempy_labs/_bpa_translation/{_translations_te-IN.po → _model/_translations_te-IN.po} +24 -0
  38. sempy_labs/_bpa_translation/{_translations_th-TH.po → _model/_translations_th-TH.po} +24 -0
  39. sempy_labs/_bpa_translation/_model/_translations_tr-TR.po +925 -0
  40. sempy_labs/_bpa_translation/_model/_translations_uk-UA.po +933 -0
  41. sempy_labs/_bpa_translation/{_translations_zh-CN.po → _model/_translations_zh-CN.po} +116 -97
  42. sempy_labs/_bpa_translation/{_translations_zu-ZA.po → _model/_translations_zu-ZA.po} +25 -0
  43. sempy_labs/_capacities.py +541 -0
  44. sempy_labs/_clear_cache.py +298 -3
  45. sempy_labs/_connections.py +138 -0
  46. sempy_labs/_dataflows.py +130 -0
  47. sempy_labs/_deployment_pipelines.py +171 -0
  48. sempy_labs/_environments.py +156 -0
  49. sempy_labs/_generate_semantic_model.py +148 -27
  50. sempy_labs/_git.py +380 -0
  51. sempy_labs/_helper_functions.py +203 -8
  52. sempy_labs/_icons.py +43 -0
  53. sempy_labs/_list_functions.py +170 -1012
  54. sempy_labs/_model_bpa.py +90 -112
  55. sempy_labs/_model_bpa_bulk.py +3 -1
  56. sempy_labs/_model_bpa_rules.py +788 -800
  57. sempy_labs/_notebooks.py +143 -0
  58. sempy_labs/_query_scale_out.py +28 -7
  59. sempy_labs/_spark.py +465 -0
  60. sempy_labs/_sql.py +120 -0
  61. sempy_labs/_translations.py +3 -1
  62. sempy_labs/_vertipaq.py +160 -99
  63. sempy_labs/_workspace_identity.py +66 -0
  64. sempy_labs/_workspaces.py +294 -0
  65. sempy_labs/directlake/__init__.py +2 -0
  66. sempy_labs/directlake/_directlake_schema_compare.py +1 -2
  67. sempy_labs/directlake/_directlake_schema_sync.py +1 -2
  68. sempy_labs/directlake/_dl_helper.py +4 -7
  69. sempy_labs/directlake/_generate_shared_expression.py +85 -0
  70. sempy_labs/directlake/_show_unsupported_directlake_objects.py +1 -2
  71. sempy_labs/lakehouse/_get_lakehouse_tables.py +7 -3
  72. sempy_labs/migration/_migrate_calctables_to_lakehouse.py +5 -0
  73. sempy_labs/migration/_migrate_calctables_to_semantic_model.py +5 -0
  74. sempy_labs/migration/_migrate_model_objects_to_semantic_model.py +6 -2
  75. sempy_labs/migration/_migrate_tables_columns_to_semantic_model.py +6 -5
  76. sempy_labs/migration/_migration_validation.py +6 -0
  77. sempy_labs/report/_report_functions.py +21 -42
  78. sempy_labs/report/_report_rebind.py +5 -0
  79. sempy_labs/tom/_model.py +95 -52
  80. semantic_link_labs-0.7.2.dist-info/RECORD +0 -111
  81. {semantic_link_labs-0.7.2.dist-info → semantic_link_labs-0.7.4.dist-info}/LICENSE +0 -0
  82. {semantic_link_labs-0.7.2.dist-info → semantic_link_labs-0.7.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.7.2
3
+ Version: 0.7.4
4
4
  Summary: Semantic Link Labs for Microsoft Fabric
5
5
  Author: Microsoft Corporation
6
6
  License: MIT License
@@ -15,17 +15,18 @@ 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.7.7
18
+ Requires-Dist: semantic-link-sempy >=0.8.0
19
19
  Requires-Dist: anytree
20
20
  Requires-Dist: powerbiclient
21
21
  Requires-Dist: polib
22
+ Requires-Dist: azure.mgmt.resource
22
23
  Provides-Extra: test
23
24
  Requires-Dist: pytest >=8.2.1 ; extra == 'test'
24
25
 
25
26
  # Semantic Link Labs
26
27
 
27
28
  [![PyPI version](https://badge.fury.io/py/semantic-link-labs.svg)](https://badge.fury.io/py/semantic-link-labs)
28
- [![Read The Docs](https://readthedocs.org/projects/semantic-link-labs/badge/?version=0.7.2&style=flat)](https://readthedocs.org/projects/semantic-link-labs/)
29
+ [![Read The Docs](https://readthedocs.org/projects/semantic-link-labs/badge/?version=0.7.4&style=flat)](https://readthedocs.org/projects/semantic-link-labs/)
29
30
  [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
30
31
  [![Downloads](https://static.pepy.tech/badge/semantic-link-labs)](https://pepy.tech/project/semantic-link-labs)
31
32
 
@@ -53,6 +54,7 @@ from sempy_labs import migration, directlake
53
54
  from sempy_labs import lakehouse as lake
54
55
  from sempy_labs import report as rep
55
56
  from sempy_labs.tom import connect_semantic_model
57
+ from sempy_labs import ConnectWarehouse
56
58
  ```
57
59
 
58
60
  ## Load semantic-link-labs into a custom [Fabric environment](https://learn.microsoft.com/fabric/data-engineering/create-and-use-environment)
@@ -75,6 +77,16 @@ An even better way to ensure the semantic-link-labs library is available in your
75
77
  1. Navigate to your Notebook
76
78
  2. Select your newly created environment within the 'Environment' drop down in the navigation bar at the top of the notebook
77
79
 
80
+ ## Version History
81
+ * [0.7.4](https://github.com/microsoft/semantic-link-labs/releases/tag/0.7.4) (September 16, 2024)
82
+ * [0.7.3](https://github.com/microsoft/semantic-link-labs/releases/tag/0.7.3) (September 11, 2024)
83
+ * [0.7.2](https://github.com/microsoft/semantic-link-labs/releases/tag/0.7.2) (August 30, 2024)
84
+ * [0.7.1](https://github.com/microsoft/semantic-link-labs/releases/tag/0.7.1) (August 29, 2024)
85
+ * [0.7.0](https://github.com/microsoft/semantic-link-labs/releases/tag/0.7.0) (August 26, 2024)
86
+ * [0.6.0](https://github.com/microsoft/semantic-link-labs/releases/tag/0.6.0) (July 22, 2024)
87
+ * [0.5.0](https://github.com/microsoft/semantic-link-labs/releases/tag/0.5.0) (July 2, 2024)
88
+ * [0.4.2](https://github.com/microsoft/semantic-link-labs/releases/tag/0.4.2) (June 18, 2024)
89
+
78
90
  ---
79
91
  ## Direct Lake migration
80
92
 
@@ -0,0 +1,134 @@
1
+ sempy_labs/__init__.py,sha256=MrhalsEp7LHtS1adnSQePzqqrggh26vlVWo7Aj267Qs,8267
2
+ sempy_labs/_ai.py,sha256=CjlFebT35Rzbw90BmsDy7PjLiAZMZ-B7wZ_EoI444bw,16271
3
+ sempy_labs/_capacities.py,sha256=WtqUQkkVoRPTqmT6yRnIo4qtK2_Smw-dfntVy1Ju5TM,18981
4
+ sempy_labs/_clear_cache.py,sha256=4mDsh7s1FScZ548u_pU75OD68vjXSUQv8BPpAdmFVRk,12570
5
+ sempy_labs/_connections.py,sha256=G-djzgD4kIwAozUDPsEJ4Feote3LB2NbNQWkWOnFTEo,12194
6
+ sempy_labs/_dataflows.py,sha256=ApGMklXMQZQssYa7egxlBtsYz5mcR3JS69ZgeORXVBM,4051
7
+ sempy_labs/_dax.py,sha256=dt1GgHceyM7f6phRBPxRKnmQy_KYKpcgFQHuOjGbpLo,2029
8
+ sempy_labs/_deployment_pipelines.py,sha256=-wjqQieR25BR-0r2QfTzg4QuFzOgcayZLnS-fNYIPPU,5347
9
+ sempy_labs/_environments.py,sha256=oyfEeOLX5XPevumj4Il5t1z2gmsR8xm6pg1wfGoutMc,4821
10
+ sempy_labs/_generate_semantic_model.py,sha256=j6cwxwjMZcYdu6jlvROY_tVk20LxNiD6roV0bM6fE-I,13283
11
+ sempy_labs/_git.py,sha256=zjL1sF0UhN3ALLTHIL2E1m3Ibu4_lPrpL37WDj9P1UI,12771
12
+ sempy_labs/_helper_functions.py,sha256=wzLq0kSEZiFP6i4gV3aTGSb205vhbI24tdHPHQ8D8Nw,30548
13
+ sempy_labs/_icons.py,sha256=owo5plzAPqzPruDzhofuEtYpj1GHPI0IEud4TEZhLGQ,1893
14
+ sempy_labs/_list_functions.py,sha256=ZBudlv86HE3WgNGhPslANhwFO3LiC0h5YRa1cpj3TAU,60147
15
+ sempy_labs/_model_auto_build.py,sha256=fX3bCLFCOMQHuheKIoB48fUABG7XAT7qqsMbUiWSrY0,5071
16
+ sempy_labs/_model_bpa.py,sha256=17NP6X3Oo_OtMSf07qrKmT0I2aM2G5MZSXEbMdq65Mw,20436
17
+ sempy_labs/_model_bpa_bulk.py,sha256=SUps0bHJnRjLCrqUJoblfGjrJ-8YdgdD8-RgWJyXrP0,15053
18
+ sempy_labs/_model_bpa_rules.py,sha256=B8hg3_ktS5ql859nL3e9kdV8fNDBgMNO5j2hGrXp6po,44855
19
+ sempy_labs/_model_dependencies.py,sha256=nZdqq2iMhZejnS_LCd2rpK6r1B7jWpa3URkxobRPifY,12986
20
+ sempy_labs/_notebooks.py,sha256=5d7YBV5UGHMjJ-OlhqKFBsbCYLK8kU8cZe-oMM5vsCA,4604
21
+ sempy_labs/_one_lake_integration.py,sha256=eIuLxlw8eXfUH2avKhsyLmXZbTllSwGsz2j_HMAikpQ,6234
22
+ sempy_labs/_query_scale_out.py,sha256=Kr_likU4DZP2W6GzdlCG_pac_R5YVKXe4UqgpDiK0vo,15296
23
+ sempy_labs/_refresh_semantic_model.py,sha256=2qzP9KqmwA20RuL1o6Lt9bIjC-KtdX8ZgcTvJParg-w,7157
24
+ sempy_labs/_spark.py,sha256=p65I51rjM6btXcJcOBLNv3eSoChMik7zwo1rre1vWl8,20488
25
+ sempy_labs/_sql.py,sha256=eDNjtOaXxo0q68k_jy_ceDADoUb6QC-ykhjxf6WE3fw,4218
26
+ sempy_labs/_translations.py,sha256=ocRtdgymcPYOT3jiYcVv9ze5i2gDjgLcTJBEl66pKtg,19771
27
+ sempy_labs/_vertipaq.py,sha256=DfvuqWnCR-rLliKtyjeDqEk9TtUgY9uXnPt4tEUzQQE,35690
28
+ sempy_labs/_workspace_identity.py,sha256=2uum6Ojv1x3Zzp8JEAQ2ER9J5yafb_v_TgZwY5vdBwA,2120
29
+ sempy_labs/_workspaces.py,sha256=w_6sImSwZRun-aTwwlLNEBC0rQIjCWZ51VWs90mxge4,10105
30
+ sempy_labs/_bpa_translation/_model/_translations_am-ET.po,sha256=ve23guQ48HXXn2_yGicUtr_Orhi9nth_lna8-x93GjA,37928
31
+ sempy_labs/_bpa_translation/_model/_translations_ar-AE.po,sha256=YtJzrUXQesme9D-m9JUGw4q7RSYfyXF25FH7PwDWcFI,35787
32
+ sempy_labs/_bpa_translation/_model/_translations_bg-BG.po,sha256=bvX36ZCeHGYiiZjDTzGz1kSxR89u05ZwuGPoIl9olX8,42546
33
+ sempy_labs/_bpa_translation/_model/_translations_ca-ES.po,sha256=wD6H8JFspuqAaZv_PCi9JKq32cQ7pk7ot8A9bs2R71c,30706
34
+ sempy_labs/_bpa_translation/_model/_translations_cs-CZ.po,sha256=109msBczFv_DYpNINTRtrnCugM_OwI_s-_NC8h9NYzQ,30527
35
+ sempy_labs/_bpa_translation/_model/_translations_da-DK.po,sha256=3IkzR34Od5iOWwrnjtMpzzmBk3t7M1bcLLxkZNYnyNs,29542
36
+ sempy_labs/_bpa_translation/_model/_translations_de-DE.po,sha256=NBd9Hw1tIU2NBrCelXbVulbRM3UK0W6CS-JrQO4Wkj0,31890
37
+ sempy_labs/_bpa_translation/_model/_translations_el-GR.po,sha256=t5USYSMTV_9BztQBcERuVVRNRQiSh_TdMr_AD3C_15Y,44695
38
+ sempy_labs/_bpa_translation/_model/_translations_es-ES.po,sha256=F4BESD2mHIDl4aJjbmyQVHpGq33_l-rL8PFmdUP1mgk,30951
39
+ sempy_labs/_bpa_translation/_model/_translations_fa-IR.po,sha256=0hB_BW3N8qDrT9sVLTEndtaFLcL1FTFn3y_KKSfVjAc,37700
40
+ sempy_labs/_bpa_translation/_model/_translations_fi-FI.po,sha256=KlQ9hLdMv3JfqfT9RFEs4xQA1IfaYA_ZTMgauIdJEQg,30050
41
+ sempy_labs/_bpa_translation/_model/_translations_fr-FR.po,sha256=sNR3lpq2E_MFPGgDm2cnLSD10YSPXbC7_7YcVjbJoK0,32529
42
+ sempy_labs/_bpa_translation/_model/_translations_ga-IE.po,sha256=PqfNCoOX0ZA_p0uRmTxUUahH5YqEieBROv1-x5mCRR8,31719
43
+ sempy_labs/_bpa_translation/_model/_translations_he-IL.po,sha256=cYJ4Mp98G0dYn-pxsSpwZLAQFYp7WOmZDuuNLf7qr6A,34471
44
+ sempy_labs/_bpa_translation/_model/_translations_hi-IN.po,sha256=m1wXU_o_ylI9NgcSZJBSFcn1Yl7z1byuLZjgli8DOtU,50711
45
+ sempy_labs/_bpa_translation/_model/_translations_hu-HU.po,sha256=Xc3DdJ1GotnUaI1Aeae6CDBoH3qRJK5SUC44IeJU6ww,31901
46
+ sempy_labs/_bpa_translation/_model/_translations_id-ID.po,sha256=E0S8VIGjeapTqNOYU-KD3hX5wkn3UJN9iFPgCY_VXmA,29438
47
+ sempy_labs/_bpa_translation/_model/_translations_is-IS.po,sha256=1adwpfqqOYc11TR35-s1_D3GnfvQOsEEmZrpBTSHuxM,29898
48
+ sempy_labs/_bpa_translation/_model/_translations_it-IT.po,sha256=YyfVrs8HvJAiGC3U6zoty4hj0B6Y16OmCTiQqy8UFrk,31656
49
+ sempy_labs/_bpa_translation/_model/_translations_ja-JP.po,sha256=0OnJ5pP4lcN4Tpz_2JIkgANXBiRtBfwgcDaSoywIsHw,34274
50
+ sempy_labs/_bpa_translation/_model/_translations_ko-KR.po,sha256=ywcZd7Ssv2kskI558Dn8Q9ZmpqZ57f0STiT3xPHIh8c,30613
51
+ sempy_labs/_bpa_translation/_model/_translations_mt-MT.po,sha256=OAFBctLRgHDWgDCEIC9-vKMKVPZHsz0-CtUS6UhNA7k,31365
52
+ sempy_labs/_bpa_translation/_model/_translations_nl-NL.po,sha256=Ad9qXA8XUUKA0fQOQ9gzT5WE4BuM4od4oxGhTpDkF2c,31076
53
+ sempy_labs/_bpa_translation/_model/_translations_pl-PL.po,sha256=GkRaHKhMEylqqb906y9VQIE_9fZdf8i4xp74Vp2PrPM,31324
54
+ sempy_labs/_bpa_translation/_model/_translations_pt-BR.po,sha256=eiIVtuNkB22aUF7qb9aDA_lBgnlYHpRvCJn1kGf24HM,30548
55
+ sempy_labs/_bpa_translation/_model/_translations_pt-PT.po,sha256=_slJvmdQGGh5ddTWIPeHJyUIsAfSoUNb1uUZsOQaBJk,30482
56
+ sempy_labs/_bpa_translation/_model/_translations_ro-RO.po,sha256=D4e65MJB2HT_Ka7mnHItK_DsLWuFPtJaAJ3_V1gqi5c,31470
57
+ sempy_labs/_bpa_translation/_model/_translations_ru-RU.po,sha256=Kwifn18wWg_XKnQXzP_5a1hDVAGJFlzxfIY7y-HtwnI,42656
58
+ sempy_labs/_bpa_translation/_model/_translations_sk-SK.po,sha256=32hK8E2k5ng8jHuLZlM1ggJf_h9gjiUdVYxcmIARNfs,30468
59
+ sempy_labs/_bpa_translation/_model/_translations_sl-SL.po,sha256=gzrtZd0GtyAS5S2m7cSYR4B58ACnLeDVggHkTtZxLe4,29673
60
+ sempy_labs/_bpa_translation/_model/_translations_sv-SE.po,sha256=9C7J42uuMTkL-eQyUkJflvI9C_58PTAzNzLchlaPt2U,29794
61
+ sempy_labs/_bpa_translation/_model/_translations_ta-IN.po,sha256=jGfprTa0v3x0zKkLlcWwGLeNM4T7z3PMvgk3mnAYd8U,57926
62
+ sempy_labs/_bpa_translation/_model/_translations_te-IN.po,sha256=eNkIU4ijYMTGIs4WRvcgzuuTEaagbLtIFlG80NEOr-s,52974
63
+ sempy_labs/_bpa_translation/_model/_translations_th-TH.po,sha256=FA9YCtoMbEex-3H2BMDFNpWXGFL1LzF28AS4eexBrTk,49118
64
+ sempy_labs/_bpa_translation/_model/_translations_tr-TR.po,sha256=YfcgHAiP0RK2hitZv_0YW2HHHqk1Dkioz5r6vayB5y4,30768
65
+ sempy_labs/_bpa_translation/_model/_translations_uk-UA.po,sha256=t7kpMB65cOKNIg8rD8KJPqi9uxmqgY3c66sM19ec-Kg,41959
66
+ sempy_labs/_bpa_translation/_model/_translations_zh-CN.po,sha256=QhmS3HSnILLN-OgMUGmNFvGr4TEhoH1FKL0F1SgU2nk,26035
67
+ sempy_labs/_bpa_translation/_model/_translations_zu-ZA.po,sha256=0ZivJJa-ggc7PJqLAgDmi8OGGUGzEcleGPmlLL9YYb4,30495
68
+ sempy_labs/directlake/__init__.py,sha256=ZlpQQDdA5-C10zSf9YICH0waMIFM-55aacsEzvpuHEM,2047
69
+ sempy_labs/directlake/_directlake_schema_compare.py,sha256=ocHFU6E6HSKgcNLywGM0dx0ie9AXYwk-E7o7EYcqiN4,4422
70
+ sempy_labs/directlake/_directlake_schema_sync.py,sha256=BxOB0SvDEa9pHAUD2jF1xZKE_BzPkkptQU2Q1SxYTkE,4329
71
+ sempy_labs/directlake/_dl_helper.py,sha256=jQtrsNrhJcjKJReX0J5lHk7cswb0S5HtikBjs8Vg2D4,8575
72
+ sempy_labs/directlake/_generate_shared_expression.py,sha256=AoYA7esIFPRA_qYs3aUpaTA3lQE1kYKXEXycsjkon2A,3061
73
+ sempy_labs/directlake/_get_directlake_lakehouse.py,sha256=sovI4ds2SEgkp4Fi465jtJ4seRvQxdYgcixRDvsUwNM,2321
74
+ sempy_labs/directlake/_get_shared_expression.py,sha256=Xl2_GYqRll95cN7JjwLlULbcRXM71Ij9JkrYAp7cNJM,1943
75
+ sempy_labs/directlake/_guardrails.py,sha256=0zqqkEDk02_jb4MzWJCKRNcDtfPGBcWUcxuQcDbgWns,2390
76
+ sempy_labs/directlake/_list_directlake_model_calc_tables.py,sha256=_rpnbgsFAz2W16PpgIOB0Rj_Fs1ZKrDbz3DUaaR_bfU,2143
77
+ sempy_labs/directlake/_show_unsupported_directlake_objects.py,sha256=-8werbzIi_xknMkymIsq-JwNTAvt0W18xA4HagXhT8U,3332
78
+ sempy_labs/directlake/_update_directlake_model_lakehouse_connection.py,sha256=b_Y5_GSfWC25wH6R7L37-AHO9fvKkmxRGaP6dVDC7-w,3233
79
+ sempy_labs/directlake/_update_directlake_partition_entity.py,sha256=Pbx7LCdKyqEfX1npLvhw0WzFnOEbluwB3_xW0ELvHL4,8580
80
+ sempy_labs/directlake/_warm_cache.py,sha256=ZgPricISRszx-yDERXihBDGVhEFB9yX-nBtLX0ZJTXI,8258
81
+ sempy_labs/lakehouse/__init__.py,sha256=6LVQltQ3cjyiuxvjXTuNdJ163zSqi4h_tEZY4zsxuSw,647
82
+ sempy_labs/lakehouse/_get_lakehouse_columns.py,sha256=Bb_iCTlNwl0wdN4dW_E7tVnfbHhHwQT_l0SUqvcbYpo,2582
83
+ sempy_labs/lakehouse/_get_lakehouse_tables.py,sha256=sRIJEAHj8uj6BStr6ojae5RGuQ-dRB5R20mpCaj-UzI,8832
84
+ sempy_labs/lakehouse/_lakehouse.py,sha256=qtCVr1cM0TWY6z5YS57w0nj3DEfXT5xmyDtr3676kAk,5172
85
+ sempy_labs/lakehouse/_shortcuts.py,sha256=MT_Cqog5cTMz9fN3M_ZjAaQSjXXiyCyPWGY8LbaXZsI,6977
86
+ sempy_labs/migration/__init__.py,sha256=w4vvGk6wTWXVfofJDmio2yIFvSSJsxOpjv6mvNGmrOI,1043
87
+ sempy_labs/migration/_create_pqt_file.py,sha256=oYoKD78K9Ox1fqtkh-BfU_G5nUIoK_-5ChvCKDsYsWU,9257
88
+ sempy_labs/migration/_migrate_calctables_to_lakehouse.py,sha256=p-2ge9Co3fyzJzCH58RWUDZP8kf9AIjI2gWqI7IF4SA,17751
89
+ sempy_labs/migration/_migrate_calctables_to_semantic_model.py,sha256=GC3zthtCsESLl_Mao-3C01_CzbfGBDTaEdq6k0DT2yQ,6203
90
+ sempy_labs/migration/_migrate_model_objects_to_semantic_model.py,sha256=DAXz5TwPlrDxxciBp3NrTOlnkjeKaOYfntWMgyCXI10,23318
91
+ sempy_labs/migration/_migrate_tables_columns_to_semantic_model.py,sha256=TX0NIffDocbK1B4cfssUHXjOG1htcaFOFWzDsBCGsi0,6515
92
+ sempy_labs/migration/_migration_validation.py,sha256=ZsUdVlBmo03ycaZE6fFRRGU6qpEDZ_lcN8C-iuAcC30,2738
93
+ sempy_labs/migration/_refresh_calc_tables.py,sha256=eDj0OJQ07Tum4umZH0NsUW5Rx_YXEpGnAu8OVVoQ4yk,5190
94
+ sempy_labs/report/_BPAReportTemplate.json,sha256=9Uh-7E6d2ooxQ7j5JRayv_ayEULc7Gzg42kZGKdOqH8,63920
95
+ sempy_labs/report/__init__.py,sha256=GQcTHbB3SjLEeCH0id_jlmqQ7S1iPCpoISUQfAHI2T8,960
96
+ sempy_labs/report/_generate_report.py,sha256=7H2xQ5nHDK1_2RjvNNHX3IwWyNSRbTGMpGWxMmmjdOk,12189
97
+ sempy_labs/report/_report_functions.py,sha256=qY2lE9tyf-xQo8Fdu2yl2nneiMMM6LFkwlqnyAOJjgg,29318
98
+ sempy_labs/report/_report_rebind.py,sha256=qHyMn_Gnr08eWyEbQsmzJPFHpMVNV4YnWLg7-0b1YQc,5030
99
+ sempy_labs/report/_bpareporttemplate/.platform,sha256=kWRa6B_KwSYLsvVFDx372mQriQO8v7dJ_YzQV_cfD-Q,303
100
+ sempy_labs/report/_bpareporttemplate/definition.pbir,sha256=bttyHZYKqjA8OBb_cezGlX4H82cDvGZVCl1QB3fij4E,343
101
+ sempy_labs/report/_bpareporttemplate/.pbi/localSettings.json,sha256=kzjBlNdjbsSBBSHBwbQc298AJCr9Vp6Ex0D5PemUuT0,1578
102
+ sempy_labs/report/_bpareporttemplate/StaticResources/SharedResources/BaseThemes/CY24SU06.json,sha256=4N6sT5nLlYBobGmZ1Xb68uOMVVCBEyheR535js_et28,13467
103
+ sempy_labs/report/_bpareporttemplate/definition/report.json,sha256=-8BK5blTE-nc0Y4-M0pTHD8Znt3pHZ-u2veRppxPDBQ,3975
104
+ sempy_labs/report/_bpareporttemplate/definition/version.json,sha256=yL3ZZqhfHqq0MS0glrbXtQgkPk17xaTSWvPPyxBWpOc,152
105
+ sempy_labs/report/_bpareporttemplate/definition/pages/pages.json,sha256=jBLscHaA4wAQwusHXA3oYFaTsk3LL6S--k6wvvehJhk,311
106
+ sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/page.json,sha256=5qfUCQXMdeDAKtfdLxQZt06-e111OTSP07gsmG1dfpY,313
107
+ sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/1b08bce3bebabb0a27a8/visual.json,sha256=wyB8w15elLuJorCx3lnQYD7OOXqNsoVgqNaDdukO4G8,4455
108
+ sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/2f22ddb70c301693c165/visual.json,sha256=v-DCEtln1r6EVG7-KlfWBCbxnWzk9LyjycHjAmowObs,10977
109
+ sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/3b1182230aa6c600b43a/visual.json,sha256=3cg4bTS_7OAMuWYKtPFqZeBbZoNczLg59zQClNqgAw8,2858
110
+ sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/58577ba6380c69891500/visual.json,sha256=ynOggnusTsTBxaXh9Q1n3zmsixHNhIohwku2y40Z-Js,14453
111
+ sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/a2a8fa5028b3b776c96c/visual.json,sha256=DU_t1cr5eczWFy9EI0R1v7S-cbNIdSyll0az5jKJRf4,5090
112
+ sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/adfd47ef30652707b987/visual.json,sha256=0HnplDEjDGa3htdufUksOxzC7iZGERNxgf3k81_kJ7E,12829
113
+ sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/b6a80ee459e716e170b1/visual.json,sha256=kl45g9-GF8wNrQRM2PrsS-Rf0cYhP5b3-lqAeXJfmN8,2866
114
+ sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/ce3130a721c020cc3d81/visual.json,sha256=id6U55GALhCx5BwtM_aCFjMkiVkhSvR79o2pbrMwNyA,12981
115
+ sempy_labs/report/_bpareporttemplate/definition/pages/92735ae19b31712208ad/page.json,sha256=7pk03j28AwlE2HIwxei08Pz5VseRPO8eziOC6dgEJfs,249
116
+ sempy_labs/report/_bpareporttemplate/definition/pages/92735ae19b31712208ad/visuals/66e60dfb526437cd78d1/visual.json,sha256=7ZqozO6t9Ossms8Y20xGea3tdSAESSkxkejqTDRW15E,2982
117
+ sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/page.json,sha256=dNExLBlxFRHASVCz8DUZ2Voq_ZCCuGu1YZmw2HdwCww,314
118
+ sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/07deb8bce824e1be37d7/visual.json,sha256=nZaj33KCp6bqxG0_nplUyi8-AGavN1iOp2lVkI0gLvw,12928
119
+ sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/0b1c68838818b32ad03b/visual.json,sha256=xaykDc6T5qwe8qENlAaAd-Ivw8oF1dderfrhSbUKGW4,10102
120
+ sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/0c171de9d2683d10b930/visual.json,sha256=Fk7MWX8LhbftzHe_6KCFkSp2jYzRMYnZSWeElnFWLbw,915
121
+ sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/0efa01be0510e40a645e/visual.json,sha256=O4wgVQuf-tAGDjVuzlnoOGi8GLPG2Vxz6y-JubTRQfY,14305
122
+ sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/6bf2f0eb830ab53cc668/visual.json,sha256=twzhLrEcCzUikeiKJ5sSEmQZ1otKXxgTtdz0uX4AKes,5445
123
+ sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/88d8141cb8500b60030c/visual.json,sha256=3dS2XcsYWMEity0zFs0hxrv_w0Tnwe50iZFYvotfsWY,2856
124
+ sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/a753273590beed656a03/visual.json,sha256=Y59BS3bx16gzmZn-3-JqJZ_BRxeqVuoaVlysZvVAZAQ,14451
125
+ sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/b8fdc82cddd61ac447bc/visual.json,sha256=zOVrg0CaoOSxedwwyD8Msm94sqFVM0l-6IXX51EMRZY,2866
126
+ sempy_labs/report/_bpareporttemplate/definition/pages/d37dce724a0ccc30044b/page.json,sha256=wBVuNc8S2NaUA0FC708w6stmR2djNZp8nAsHMqesgsc,293
127
+ sempy_labs/report/_bpareporttemplate/definition/pages/d37dce724a0ccc30044b/visuals/ce8532a7e25020271077/visual.json,sha256=mlY6t9OlSe-Y6_QmXJpS1vggU6Y3FjISUKECL8FVSg8,931
128
+ sempy_labs/tom/__init__.py,sha256=Qbs8leW0fjzvWwOjyWK3Hjeehu7IvpB1beASGsi28bk,121
129
+ sempy_labs/tom/_model.py,sha256=WRLKfAfkJnU9VbgiodHMPhoyKyUKGQjn71pYbRnHN4M,153002
130
+ semantic_link_labs-0.7.4.dist-info/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
131
+ semantic_link_labs-0.7.4.dist-info/METADATA,sha256=mf5wKSSjeIOKQy9GIHxKrHs5v4XxUxprQaU5l1t1edo,12103
132
+ semantic_link_labs-0.7.4.dist-info/WHEEL,sha256=5Mi1sN9lKoFv_gxcPtisEVrJZihrm_beibeg5R6xb4I,91
133
+ semantic_link_labs-0.7.4.dist-info/top_level.txt,sha256=kiQX1y42Dbein1l3Q8jMUYyRulDjdlc2tMepvtrvixQ,11
134
+ semantic_link_labs-0.7.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (74.0.0)
2
+ Generator: setuptools (75.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
sempy_labs/__init__.py CHANGED
@@ -1,20 +1,93 @@
1
- from sempy_labs._clear_cache import clear_cache
1
+ from sempy_labs._environments import (
2
+ create_environment,
3
+ delete_environment,
4
+ publish_environment,
5
+ )
2
6
 
3
- # from sempy_labs._connections import (
4
- # create_connection_cloud,
5
- # create_connection_vnet,
6
- # create_connection_on_prem
7
- # )
7
+ from sempy_labs._spark import (
8
+ get_spark_settings,
9
+ update_spark_settings,
10
+ list_custom_pools,
11
+ create_custom_pool,
12
+ delete_custom_pool,
13
+ update_custom_pool,
14
+ )
15
+
16
+ from sempy_labs._workspaces import (
17
+ list_workspace_users,
18
+ update_workspace_user,
19
+ add_user_to_workspace,
20
+ delete_user_from_workspace,
21
+ assign_workspace_to_capacity,
22
+ unassign_workspace_from_capacity,
23
+ list_workspace_role_assignments,
24
+ )
25
+ from sempy_labs._notebooks import (
26
+ get_notebook_definition,
27
+ import_notebook_from_web,
28
+ )
29
+ from sempy_labs._sql import (
30
+ ConnectWarehouse,
31
+ )
32
+ from sempy_labs._capacities import (
33
+ check_fabric_capacity_name_availablility,
34
+ delete_fabric_capacity,
35
+ resume_fabric_capacity,
36
+ update_fabric_capacity,
37
+ create_fabric_capacity,
38
+ delete_premium_capacity,
39
+ suspend_fabric_capacity,
40
+ delete_embedded_capacity,
41
+ )
42
+ from sempy_labs._workspace_identity import (
43
+ provision_workspace_identity,
44
+ deprovision_workspace_identity,
45
+ )
46
+ from sempy_labs._deployment_pipelines import (
47
+ list_deployment_pipeline_stage_items,
48
+ list_deployment_pipeline_stages,
49
+ list_deployment_pipelines,
50
+ )
51
+ from sempy_labs._git import (
52
+ get_git_connection,
53
+ get_git_status,
54
+ commit_to_git,
55
+ initialize_git_connection,
56
+ update_from_git,
57
+ connect_workspace_to_git,
58
+ disconnect_workspace_from_git,
59
+ )
60
+ from sempy_labs._dataflows import (
61
+ list_dataflow_storage_accounts,
62
+ assign_workspace_to_dataflow_storage,
63
+ list_dataflows,
64
+ )
65
+ from sempy_labs._clear_cache import (
66
+ clear_cache,
67
+ backup_semantic_model,
68
+ restore_semantic_model,
69
+ copy_semantic_model_backup_file,
70
+ list_backups,
71
+ list_storage_account_files,
72
+ )
73
+ from sempy_labs._connections import (
74
+ list_connections,
75
+ list_item_connections,
76
+ # create_connection_cloud,
77
+ # create_connection_vnet,
78
+ # create_connection_on_prem
79
+ )
8
80
  from sempy_labs._dax import evaluate_dax_impersonation
9
81
  from sempy_labs._generate_semantic_model import (
10
82
  create_blank_semantic_model,
11
83
  create_semantic_model_from_bim,
12
84
  deploy_semantic_model,
13
85
  get_semantic_model_bim,
86
+ get_semantic_model_size,
87
+ update_semantic_model_from_bim,
14
88
  )
15
89
  from sempy_labs._list_functions import (
16
90
  list_reports_using_semantic_model,
17
- delete_custom_pool,
18
91
  list_semantic_model_objects,
19
92
  list_shortcuts,
20
93
  get_object_level_security,
@@ -22,7 +95,6 @@ from sempy_labs._list_functions import (
22
95
  # list_annotations,
23
96
  # list_columns,
24
97
  list_dashboards,
25
- list_dataflow_storage_accounts,
26
98
  # list_datamarts,
27
99
  # list_datapipelines,
28
100
  # list_eventstreams,
@@ -37,26 +109,13 @@ from sempy_labs._list_functions import (
37
109
  # list_sqlendpoints,
38
110
  # list_tables,
39
111
  list_warehouses,
40
- list_workspace_role_assignments,
41
112
  create_warehouse,
42
113
  update_item,
43
- list_custom_pools,
44
- create_custom_pool,
45
- update_custom_pool,
46
- assign_workspace_to_capacity,
47
- unassign_workspace_from_capacity,
48
- get_spark_settings,
49
- update_spark_settings,
50
- add_user_to_workspace,
51
- delete_user_from_workspace,
52
- update_workspace_user,
53
- list_workspace_users,
54
- assign_workspace_to_dataflow_storage,
55
- get_notebook_definition,
56
- import_notebook_from_web,
57
114
  )
58
-
59
115
  from sempy_labs._helper_functions import (
116
+ resolve_environment_id,
117
+ resolve_capacity_id,
118
+ resolve_warehouse_id,
60
119
  resolve_workspace_capacity,
61
120
  create_abfss_path,
62
121
  format_dax_object_name,
@@ -114,6 +173,19 @@ from sempy_labs._vertipaq import (
114
173
  )
115
174
 
116
175
  __all__ = [
176
+ "resolve_warehouse_id",
177
+ "ConnectWarehouse",
178
+ "update_semantic_model_from_bim",
179
+ "list_connections",
180
+ "get_semantic_model_size",
181
+ "provision_workspace_identity",
182
+ "deprovision_workspace_identity",
183
+ "list_dataflows",
184
+ "copy_semantic_model_backup_file",
185
+ "list_backups",
186
+ "list_storage_account_files",
187
+ "backup_semantic_model",
188
+ "restore_semantic_model",
117
189
  "delete_custom_pool",
118
190
  "clear_cache",
119
191
  # create_connection_cloud,
@@ -205,4 +277,28 @@ __all__ = [
205
277
  "resolve_capacity_name",
206
278
  "run_model_bpa_bulk",
207
279
  "create_model_bpa_semantic_model",
280
+ "list_deployment_pipeline_stage_items",
281
+ "list_deployment_pipeline_stages",
282
+ "list_deployment_pipelines",
283
+ "get_git_connection",
284
+ "get_git_status",
285
+ "commit_to_git",
286
+ "initialize_git_connection",
287
+ "update_from_git",
288
+ "connect_workspace_to_git",
289
+ "disconnect_workspace_from_git",
290
+ "create_environment",
291
+ "delete_environment",
292
+ "publish_environment",
293
+ "resolve_capacity_id",
294
+ "resolve_environment_id",
295
+ "list_item_connections",
296
+ "check_fabric_capacity_name_availablility",
297
+ "delete_fabric_capacity",
298
+ "resume_fabric_capacity",
299
+ "update_fabric_capacity",
300
+ "create_fabric_capacity",
301
+ "delete_premium_capacity",
302
+ "suspend_fabric_capacity",
303
+ "delete_embedded_capacity",
208
304
  ]
@@ -42,6 +42,13 @@ msgid ""
42
42
  "hybrid table"
43
43
  msgstr "የውሂብ ጠረጴዛ በDirectQuery ክፍፍሉ ላይ 'የዳታ ሽፋን ፍቺ' ንብረት ያስቀምጡ"
44
44
 
45
+ # rule_name
46
+ msgid ""
47
+ "Dual mode is only relevant for dimension tables if DirectQuery is used for "
48
+ "the corresponding fact table"
49
+ msgstr ""
50
+ "ድርብ ዘዴ ለስፋት ሠንጠረዦች ብቻ ጠቃሚ ነው DirectQuery ለተመጣጣኝ እውነታ ሠንጠረዥ ጥቅም ላይ የዋለ ከሆነ"
51
+
45
52
  # rule_name
46
53
  msgid ""
47
54
  "Set dimensions tables to dual mode instead of import when using DirectQuery "
@@ -289,6 +296,12 @@ msgid ""
289
296
  "hybrid table"
290
297
  msgstr "አፈጻጸም"
291
298
 
299
+ # category
300
+ msgid ""
301
+ "Dual mode is only relevant for dimension tables if DirectQuery is used for "
302
+ "the corresponding fact table"
303
+ msgstr "አፈጻጸም"
304
+
292
305
  # category
293
306
  msgid ""
294
307
  "Set dimensions tables to dual mode instead of import when using DirectQuery "
@@ -553,6 +566,15 @@ msgstr ""
553
566
  " መጠየቂያ እንደሚያስፈልገው ስለሚያውቅ 'የData Coverage Definition' የሚለውን ንብረት ማመቻቸት የተሻለ "
554
567
  "አፈጻጸም ሊያስከትል ይችላል።"
555
568
 
569
+ # description
570
+ msgid ""
571
+ "Dual mode is only relevant for dimension tables if DirectQuery is used for "
572
+ "the corresponding fact table"
573
+ msgstr ""
574
+ "ተመሳሳዩ እውነታ ሠንጠረዥ በDirectQuery ውስጥ የሚገኝበትን ስፋት tables/partitions ለማግኘት ብቻ "
575
+ "Dual mode ይጠቀሙ. በሌሎች ሁኔታዎች ሁለት ዓይነት ዘዴን መጠቀም (ማለትም የቀረው ሞዴል በኢምፖርት ሞድ ውስጥ "
576
+ "ነው) በተለይ በሞዴሉ ውስጥ ያለው የመለኪያ ቁጥር ከፍተኛ ከሆነ ወደ አፈጻጸም ችግር ሊያመራ ይችላል."
577
+
556
578
  # description
557
579
  msgid ""
558
580
  "Set dimensions tables to dual mode instead of import when using DirectQuery "
@@ -46,6 +46,14 @@ msgid ""
46
46
  "hybrid table"
47
47
  msgstr "تعيين خاصية \"تعريف تغطية البيانات\" على قسم DirectQuery لجدول مختلط"
48
48
 
49
+ # rule_name
50
+ msgid ""
51
+ "Dual mode is only relevant for dimension tables if DirectQuery is used for "
52
+ "the corresponding fact table"
53
+ msgstr ""
54
+ "يكون الوضع المزدوج مناسبا فقط لجداول الأبعاد إذا تم استخدام DirectQuery "
55
+ "لجدول الحقائق المقابل"
56
+
49
57
  # rule_name
50
58
  msgid ""
51
59
  "Set dimensions tables to dual mode instead of import when using DirectQuery "
@@ -294,6 +302,12 @@ msgid ""
294
302
  "hybrid table"
295
303
  msgstr "اداء"
296
304
 
305
+ # category
306
+ msgid ""
307
+ "Dual mode is only relevant for dimension tables if DirectQuery is used for "
308
+ "the corresponding fact table"
309
+ msgstr "اداء"
310
+
297
311
  # category
298
312
  msgid ""
299
313
  "Set dimensions tables to dual mode instead of import when using DirectQuery "
@@ -561,6 +575,16 @@ msgstr ""
561
575
  " متى يمكنه فقط الاستعلام عن جزء الاستيراد من الجدول ومتى يحتاج إلى الاستعلام"
562
576
  " عن جزء DirectQuery من الجدول."
563
577
 
578
+ # description
579
+ msgid ""
580
+ "Dual mode is only relevant for dimension tables if DirectQuery is used for "
581
+ "the corresponding fact table"
582
+ msgstr ""
583
+ "استخدم الوضع المزدوج فقط لجداول/أقسام الأبعاد حيث يوجد جدول حقائق مطابق في "
584
+ "DirectQuery. قد يؤدي استخدام الوضع المزدوج في ظروف أخرى (أي أن بقية النموذج "
585
+ "في وضع الاستيراد) إلى حدوث مشكلات في الأداء خاصة إذا كان عدد المقاييس في "
586
+ "النموذج مرتفعا."
587
+
564
588
  # description
565
589
  msgid ""
566
590
  "Set dimensions tables to dual mode instead of import when using DirectQuery "