semantic-link-labs 0.7.3__py3-none-any.whl → 0.8.0__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.7.3.dist-info → semantic_link_labs-0.8.0.dist-info}/METADATA +19 -4
- {semantic_link_labs-0.7.3.dist-info → semantic_link_labs-0.8.0.dist-info}/RECORD +75 -50
- {semantic_link_labs-0.7.3.dist-info → semantic_link_labs-0.8.0.dist-info}/WHEEL +1 -1
- sempy_labs/__init__.py +109 -31
- sempy_labs/_bpa_translation/{_translations_am-ET.po → _model/_translations_am-ET.po} +22 -0
- sempy_labs/_bpa_translation/{_translations_ar-AE.po → _model/_translations_ar-AE.po} +24 -0
- sempy_labs/_bpa_translation/_model/_translations_bg-BG.po +938 -0
- sempy_labs/_bpa_translation/_model/_translations_ca-ES.po +934 -0
- sempy_labs/_bpa_translation/{_translations_cs-CZ.po → _model/_translations_cs-CZ.po} +179 -157
- sempy_labs/_bpa_translation/{_translations_da-DK.po → _model/_translations_da-DK.po} +24 -0
- sempy_labs/_bpa_translation/{_translations_de-DE.po → _model/_translations_de-DE.po} +77 -52
- sempy_labs/_bpa_translation/{_translations_el-GR.po → _model/_translations_el-GR.po} +25 -0
- sempy_labs/_bpa_translation/{_translations_es-ES.po → _model/_translations_es-ES.po} +67 -43
- sempy_labs/_bpa_translation/{_translations_fa-IR.po → _model/_translations_fa-IR.po} +24 -0
- sempy_labs/_bpa_translation/_model/_translations_fi-FI.po +915 -0
- sempy_labs/_bpa_translation/{_translations_fr-FR.po → _model/_translations_fr-FR.po} +83 -57
- sempy_labs/_bpa_translation/{_translations_ga-IE.po → _model/_translations_ga-IE.po} +25 -0
- sempy_labs/_bpa_translation/{_translations_he-IL.po → _model/_translations_he-IL.po} +23 -0
- sempy_labs/_bpa_translation/{_translations_hi-IN.po → _model/_translations_hi-IN.po} +24 -0
- sempy_labs/_bpa_translation/{_translations_hu-HU.po → _model/_translations_hu-HU.po} +25 -0
- sempy_labs/_bpa_translation/_model/_translations_id-ID.po +918 -0
- sempy_labs/_bpa_translation/{_translations_is-IS.po → _model/_translations_is-IS.po} +25 -0
- sempy_labs/_bpa_translation/{_translations_it-IT.po → _model/_translations_it-IT.po} +25 -0
- sempy_labs/_bpa_translation/{_translations_ja-JP.po → _model/_translations_ja-JP.po} +21 -0
- sempy_labs/_bpa_translation/_model/_translations_ko-KR.po +823 -0
- sempy_labs/_bpa_translation/_model/_translations_mt-MT.po +937 -0
- sempy_labs/_bpa_translation/{_translations_nl-NL.po → _model/_translations_nl-NL.po} +80 -56
- sempy_labs/_bpa_translation/{_translations_pl-PL.po → _model/_translations_pl-PL.po} +101 -76
- sempy_labs/_bpa_translation/{_translations_pt-BR.po → _model/_translations_pt-BR.po} +25 -0
- sempy_labs/_bpa_translation/{_translations_pt-PT.po → _model/_translations_pt-PT.po} +25 -0
- sempy_labs/_bpa_translation/_model/_translations_ro-RO.po +939 -0
- sempy_labs/_bpa_translation/{_translations_ru-RU.po → _model/_translations_ru-RU.po} +25 -0
- sempy_labs/_bpa_translation/_model/_translations_sk-SK.po +925 -0
- sempy_labs/_bpa_translation/_model/_translations_sl-SL.po +922 -0
- sempy_labs/_bpa_translation/{_translations_ta-IN.po → _model/_translations_ta-IN.po} +26 -0
- sempy_labs/_bpa_translation/{_translations_te-IN.po → _model/_translations_te-IN.po} +24 -0
- sempy_labs/_bpa_translation/{_translations_th-TH.po → _model/_translations_th-TH.po} +24 -0
- sempy_labs/_bpa_translation/_model/_translations_tr-TR.po +925 -0
- sempy_labs/_bpa_translation/_model/_translations_uk-UA.po +933 -0
- sempy_labs/_bpa_translation/{_translations_zh-CN.po → _model/_translations_zh-CN.po} +116 -97
- sempy_labs/_bpa_translation/{_translations_zu-ZA.po → _model/_translations_zu-ZA.po} +25 -0
- sempy_labs/_capacities.py +577 -0
- sempy_labs/_capacity_migration.py +624 -0
- sempy_labs/_clear_cache.py +8 -8
- sempy_labs/_connections.py +140 -0
- sempy_labs/_environments.py +156 -0
- sempy_labs/_git.py +20 -21
- sempy_labs/_helper_functions.py +151 -10
- sempy_labs/_icons.py +62 -0
- sempy_labs/_list_functions.py +232 -887
- sempy_labs/_model_bpa.py +8 -32
- sempy_labs/_notebooks.py +143 -0
- sempy_labs/_query_scale_out.py +30 -8
- sempy_labs/_spark.py +460 -0
- sempy_labs/_sql.py +88 -19
- sempy_labs/_translations.py +3 -0
- sempy_labs/_vertipaq.py +162 -99
- sempy_labs/_workspaces.py +294 -0
- sempy_labs/admin/__init__.py +53 -0
- sempy_labs/admin/_basic_functions.py +806 -0
- sempy_labs/admin/_domains.py +411 -0
- sempy_labs/directlake/_directlake_schema_sync.py +1 -2
- sempy_labs/directlake/_generate_shared_expression.py +11 -14
- sempy_labs/directlake/_update_directlake_model_lakehouse_connection.py +14 -24
- sempy_labs/report/__init__.py +9 -6
- sempy_labs/report/_report_bpa.py +359 -0
- sempy_labs/report/_report_bpa_rules.py +113 -0
- sempy_labs/report/_report_helper.py +254 -0
- sempy_labs/report/_report_list_functions.py +95 -0
- sempy_labs/report/_report_rebind.py +0 -4
- sempy_labs/report/_reportwrapper.py +2039 -0
- sempy_labs/tom/_model.py +83 -5
- {semantic_link_labs-0.7.3.dist-info → semantic_link_labs-0.8.0.dist-info}/LICENSE +0 -0
- {semantic_link_labs-0.7.3.dist-info → semantic_link_labs-0.8.0.dist-info}/top_level.txt +0 -0
- /sempy_labs/_bpa_translation/{_translations_sv-SE.po → _model/_translations_sv-SE.po} +0 -0
|
@@ -46,6 +46,14 @@ msgstr ""
|
|
|
46
46
|
"Stilltu eiginleikann 'Skilgreining gagnaþekju' á DirectQuery skipting "
|
|
47
47
|
"blandaðrar töflu"
|
|
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
|
+
"Tvöföld stilling á aðeins við fyrir víddartöflur ef DirectQuery er notað "
|
|
55
|
+
"fyrir samsvarandi staðreyndatöflu"
|
|
56
|
+
|
|
49
57
|
# rule_name
|
|
50
58
|
msgid ""
|
|
51
59
|
"Set dimensions tables to dual mode instead of import when using DirectQuery "
|
|
@@ -297,6 +305,12 @@ msgid ""
|
|
|
297
305
|
"hybrid table"
|
|
298
306
|
msgstr "Framkvæmd"
|
|
299
307
|
|
|
308
|
+
# category
|
|
309
|
+
msgid ""
|
|
310
|
+
"Dual mode is only relevant for dimension tables if DirectQuery is used for "
|
|
311
|
+
"the corresponding fact table"
|
|
312
|
+
msgstr "Framkvæmd"
|
|
313
|
+
|
|
300
314
|
# category
|
|
301
315
|
msgid ""
|
|
302
316
|
"Set dimensions tables to dual mode instead of import when using DirectQuery "
|
|
@@ -567,6 +581,17 @@ msgstr ""
|
|
|
567
581
|
"innflutningshluta töflunnar og hvenær hún þarf að spyrjast fyrir um "
|
|
568
582
|
"DirectQuery hluta töflunnar."
|
|
569
583
|
|
|
584
|
+
# description
|
|
585
|
+
msgid ""
|
|
586
|
+
"Dual mode is only relevant for dimension tables if DirectQuery is used for "
|
|
587
|
+
"the corresponding fact table"
|
|
588
|
+
msgstr ""
|
|
589
|
+
"Notaðu aðeins tvöfalda stillingu fyrir víddartöflur/skiptingar þar sem "
|
|
590
|
+
"samsvarandi staðreyndatafla er í DirectQuery. Notkun tvískiptrar stillingar "
|
|
591
|
+
"við aðrar kringumstæður (þ.e. restin af líkaninu er í innflutningsstillingu)"
|
|
592
|
+
" getur leitt til afkastavandamála, sérstaklega ef fjöldi mælikvarða í "
|
|
593
|
+
"líkaninu er mikill."
|
|
594
|
+
|
|
570
595
|
# description
|
|
571
596
|
msgid ""
|
|
572
597
|
"Set dimensions tables to dual mode instead of import when using DirectQuery "
|
|
@@ -47,6 +47,14 @@ msgstr ""
|
|
|
47
47
|
"Impostare la proprietà 'Data Coverage Definition' nella partizione "
|
|
48
48
|
"DirectQuery di una tabella ibrida"
|
|
49
49
|
|
|
50
|
+
# rule_name
|
|
51
|
+
msgid ""
|
|
52
|
+
"Dual mode is only relevant for dimension tables if DirectQuery is used for "
|
|
53
|
+
"the corresponding fact table"
|
|
54
|
+
msgstr ""
|
|
55
|
+
"La modalità doppia è rilevante per le tabelle delle dimensioni solo se "
|
|
56
|
+
"DirectQuery viene utilizzato per la tabella dei fatti corrispondente"
|
|
57
|
+
|
|
50
58
|
# rule_name
|
|
51
59
|
msgid ""
|
|
52
60
|
"Set dimensions tables to dual mode instead of import when using DirectQuery "
|
|
@@ -312,6 +320,12 @@ msgid ""
|
|
|
312
320
|
"hybrid table"
|
|
313
321
|
msgstr "Prestazione"
|
|
314
322
|
|
|
323
|
+
# category
|
|
324
|
+
msgid ""
|
|
325
|
+
"Dual mode is only relevant for dimension tables if DirectQuery is used for "
|
|
326
|
+
"the corresponding fact table"
|
|
327
|
+
msgstr "Prestazione"
|
|
328
|
+
|
|
315
329
|
# category
|
|
316
330
|
msgid ""
|
|
317
331
|
"Set dimensions tables to dual mode instead of import when using DirectQuery "
|
|
@@ -588,6 +602,17 @@ msgstr ""
|
|
|
588
602
|
"sulla parte di importazione della tabella e quando è necessario eseguire "
|
|
589
603
|
"query sulla parte DirectQuery della tabella."
|
|
590
604
|
|
|
605
|
+
# description
|
|
606
|
+
msgid ""
|
|
607
|
+
"Dual mode is only relevant for dimension tables if DirectQuery is used for "
|
|
608
|
+
"the corresponding fact table"
|
|
609
|
+
msgstr ""
|
|
610
|
+
"Usare la modalità doppia solo per le tabelle/partizioni delle dimensioni in "
|
|
611
|
+
"cui una tabella dei fatti corrispondente si trova in DirectQuery. L'utilizzo"
|
|
612
|
+
" della modalità Dual in altre circostanze (ad esempio, il resto del modello "
|
|
613
|
+
"è in modalità di importazione) può causare problemi di prestazioni, "
|
|
614
|
+
"soprattutto se il numero di misure nel modello è elevato."
|
|
615
|
+
|
|
591
616
|
# description
|
|
592
617
|
msgid ""
|
|
593
618
|
"Set dimensions tables to dual mode instead of import when using DirectQuery "
|
|
@@ -43,6 +43,12 @@ msgid ""
|
|
|
43
43
|
msgstr ""
|
|
44
44
|
"ハイブリッド テーブルの DirectQuery パーティションに 'Data Coverage Definition' プロパティを設定します"
|
|
45
45
|
|
|
46
|
+
# rule_name
|
|
47
|
+
msgid ""
|
|
48
|
+
"Dual mode is only relevant for dimension tables if DirectQuery is used for "
|
|
49
|
+
"the corresponding fact table"
|
|
50
|
+
msgstr "デュアル モードは、対応するファクト テーブルに DirectQuery が使用されている場合にのみ、ディメンション テーブルに関連します"
|
|
51
|
+
|
|
46
52
|
# rule_name
|
|
47
53
|
msgid ""
|
|
48
54
|
"Set dimensions tables to dual mode instead of import when using DirectQuery "
|
|
@@ -291,6 +297,12 @@ msgid ""
|
|
|
291
297
|
"hybrid table"
|
|
292
298
|
msgstr "パフォーマンス"
|
|
293
299
|
|
|
300
|
+
# category
|
|
301
|
+
msgid ""
|
|
302
|
+
"Dual mode is only relevant for dimension tables if DirectQuery is used for "
|
|
303
|
+
"the corresponding fact table"
|
|
304
|
+
msgstr "パフォーマンス"
|
|
305
|
+
|
|
294
306
|
# category
|
|
295
307
|
msgid ""
|
|
296
308
|
"Set dimensions tables to dual mode instead of import when using DirectQuery "
|
|
@@ -552,6 +564,15 @@ msgstr ""
|
|
|
552
564
|
"プロパティを設定すると、エンジンはテーブルのインポート部分のみをクエリできるタイミングと、テーブルの DirectQuery "
|
|
553
565
|
"部分をクエリする必要があるタイミングを認識しているため、パフォーマンスが向上する可能性があります。"
|
|
554
566
|
|
|
567
|
+
# description
|
|
568
|
+
msgid ""
|
|
569
|
+
"Dual mode is only relevant for dimension tables if DirectQuery is used for "
|
|
570
|
+
"the corresponding fact table"
|
|
571
|
+
msgstr ""
|
|
572
|
+
"デュアル モードは、対応するファクト テーブルが DirectQuery にあるディメンション テーブル/パーティションにのみ使用します。他の状況 "
|
|
573
|
+
"(つまり、モデルの残りの部分がインポート モード) で Dual "
|
|
574
|
+
"モードを使用すると、特にモデル内のメジャーの数が多い場合に、パフォーマンスの問題が発生する可能性があります。"
|
|
575
|
+
|
|
555
576
|
# description
|
|
556
577
|
msgid ""
|
|
557
578
|
"Set dimensions tables to dual mode instead of import when using DirectQuery "
|