semantic-link-labs 0.12.8__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.
- semantic_link_labs-0.12.8.dist-info/METADATA +354 -0
- semantic_link_labs-0.12.8.dist-info/RECORD +243 -0
- semantic_link_labs-0.12.8.dist-info/WHEEL +5 -0
- semantic_link_labs-0.12.8.dist-info/licenses/LICENSE +21 -0
- semantic_link_labs-0.12.8.dist-info/top_level.txt +1 -0
- sempy_labs/__init__.py +606 -0
- sempy_labs/_a_lib_info.py +2 -0
- sempy_labs/_ai.py +437 -0
- sempy_labs/_authentication.py +264 -0
- sempy_labs/_bpa_translation/_model/_translations_am-ET.po +869 -0
- sempy_labs/_bpa_translation/_model/_translations_ar-AE.po +908 -0
- sempy_labs/_bpa_translation/_model/_translations_bg-BG.po +968 -0
- sempy_labs/_bpa_translation/_model/_translations_ca-ES.po +963 -0
- sempy_labs/_bpa_translation/_model/_translations_cs-CZ.po +943 -0
- sempy_labs/_bpa_translation/_model/_translations_da-DK.po +945 -0
- sempy_labs/_bpa_translation/_model/_translations_de-DE.po +988 -0
- sempy_labs/_bpa_translation/_model/_translations_el-GR.po +993 -0
- sempy_labs/_bpa_translation/_model/_translations_es-ES.po +971 -0
- sempy_labs/_bpa_translation/_model/_translations_fa-IR.po +933 -0
- sempy_labs/_bpa_translation/_model/_translations_fi-FI.po +942 -0
- sempy_labs/_bpa_translation/_model/_translations_fr-FR.po +994 -0
- sempy_labs/_bpa_translation/_model/_translations_ga-IE.po +967 -0
- sempy_labs/_bpa_translation/_model/_translations_he-IL.po +902 -0
- sempy_labs/_bpa_translation/_model/_translations_hi-IN.po +944 -0
- sempy_labs/_bpa_translation/_model/_translations_hu-HU.po +963 -0
- sempy_labs/_bpa_translation/_model/_translations_id-ID.po +946 -0
- sempy_labs/_bpa_translation/_model/_translations_is-IS.po +939 -0
- sempy_labs/_bpa_translation/_model/_translations_it-IT.po +986 -0
- sempy_labs/_bpa_translation/_model/_translations_ja-JP.po +846 -0
- sempy_labs/_bpa_translation/_model/_translations_ko-KR.po +839 -0
- sempy_labs/_bpa_translation/_model/_translations_mt-MT.po +967 -0
- sempy_labs/_bpa_translation/_model/_translations_nl-NL.po +978 -0
- sempy_labs/_bpa_translation/_model/_translations_pl-PL.po +962 -0
- sempy_labs/_bpa_translation/_model/_translations_pt-BR.po +962 -0
- sempy_labs/_bpa_translation/_model/_translations_pt-PT.po +957 -0
- sempy_labs/_bpa_translation/_model/_translations_ro-RO.po +968 -0
- sempy_labs/_bpa_translation/_model/_translations_ru-RU.po +964 -0
- sempy_labs/_bpa_translation/_model/_translations_sk-SK.po +952 -0
- sempy_labs/_bpa_translation/_model/_translations_sl-SL.po +950 -0
- sempy_labs/_bpa_translation/_model/_translations_sv-SE.po +942 -0
- sempy_labs/_bpa_translation/_model/_translations_ta-IN.po +976 -0
- sempy_labs/_bpa_translation/_model/_translations_te-IN.po +947 -0
- sempy_labs/_bpa_translation/_model/_translations_th-TH.po +924 -0
- sempy_labs/_bpa_translation/_model/_translations_tr-TR.po +953 -0
- sempy_labs/_bpa_translation/_model/_translations_uk-UA.po +961 -0
- sempy_labs/_bpa_translation/_model/_translations_zh-CN.po +804 -0
- sempy_labs/_bpa_translation/_model/_translations_zu-ZA.po +969 -0
- sempy_labs/_capacities.py +1198 -0
- sempy_labs/_capacity_migration.py +660 -0
- sempy_labs/_clear_cache.py +351 -0
- sempy_labs/_connections.py +610 -0
- sempy_labs/_dashboards.py +69 -0
- sempy_labs/_data_access_security.py +98 -0
- sempy_labs/_data_pipelines.py +162 -0
- sempy_labs/_dataflows.py +668 -0
- sempy_labs/_dax.py +501 -0
- sempy_labs/_daxformatter.py +80 -0
- sempy_labs/_delta_analyzer.py +467 -0
- sempy_labs/_delta_analyzer_history.py +301 -0
- sempy_labs/_dictionary_diffs.py +221 -0
- sempy_labs/_documentation.py +147 -0
- sempy_labs/_domains.py +51 -0
- sempy_labs/_eventhouses.py +182 -0
- sempy_labs/_external_data_shares.py +230 -0
- sempy_labs/_gateways.py +521 -0
- sempy_labs/_generate_semantic_model.py +521 -0
- sempy_labs/_get_connection_string.py +84 -0
- sempy_labs/_git.py +543 -0
- sempy_labs/_graphQL.py +90 -0
- sempy_labs/_helper_functions.py +2833 -0
- sempy_labs/_icons.py +149 -0
- sempy_labs/_job_scheduler.py +609 -0
- sempy_labs/_kql_databases.py +149 -0
- sempy_labs/_kql_querysets.py +124 -0
- sempy_labs/_kusto.py +137 -0
- sempy_labs/_labels.py +124 -0
- sempy_labs/_list_functions.py +1720 -0
- sempy_labs/_managed_private_endpoints.py +253 -0
- sempy_labs/_mirrored_databases.py +416 -0
- sempy_labs/_mirrored_warehouses.py +60 -0
- sempy_labs/_ml_experiments.py +113 -0
- sempy_labs/_model_auto_build.py +140 -0
- sempy_labs/_model_bpa.py +557 -0
- sempy_labs/_model_bpa_bulk.py +378 -0
- sempy_labs/_model_bpa_rules.py +859 -0
- sempy_labs/_model_dependencies.py +343 -0
- sempy_labs/_mounted_data_factories.py +123 -0
- sempy_labs/_notebooks.py +441 -0
- sempy_labs/_one_lake_integration.py +151 -0
- sempy_labs/_onelake.py +131 -0
- sempy_labs/_query_scale_out.py +433 -0
- sempy_labs/_refresh_semantic_model.py +435 -0
- sempy_labs/_semantic_models.py +468 -0
- sempy_labs/_spark.py +455 -0
- sempy_labs/_sql.py +241 -0
- sempy_labs/_sql_audit_settings.py +207 -0
- sempy_labs/_sql_endpoints.py +214 -0
- sempy_labs/_tags.py +201 -0
- sempy_labs/_translations.py +43 -0
- sempy_labs/_user_delegation_key.py +44 -0
- sempy_labs/_utils.py +79 -0
- sempy_labs/_vertipaq.py +1021 -0
- sempy_labs/_vpax.py +388 -0
- sempy_labs/_warehouses.py +234 -0
- sempy_labs/_workloads.py +140 -0
- sempy_labs/_workspace_identity.py +72 -0
- sempy_labs/_workspaces.py +595 -0
- sempy_labs/admin/__init__.py +170 -0
- sempy_labs/admin/_activities.py +167 -0
- sempy_labs/admin/_apps.py +145 -0
- sempy_labs/admin/_artifacts.py +65 -0
- sempy_labs/admin/_basic_functions.py +463 -0
- sempy_labs/admin/_capacities.py +508 -0
- sempy_labs/admin/_dataflows.py +45 -0
- sempy_labs/admin/_datasets.py +186 -0
- sempy_labs/admin/_domains.py +522 -0
- sempy_labs/admin/_external_data_share.py +100 -0
- sempy_labs/admin/_git.py +72 -0
- sempy_labs/admin/_items.py +265 -0
- sempy_labs/admin/_labels.py +211 -0
- sempy_labs/admin/_reports.py +241 -0
- sempy_labs/admin/_scanner.py +118 -0
- sempy_labs/admin/_shared.py +82 -0
- sempy_labs/admin/_sharing_links.py +110 -0
- sempy_labs/admin/_tags.py +131 -0
- sempy_labs/admin/_tenant.py +503 -0
- sempy_labs/admin/_tenant_keys.py +89 -0
- sempy_labs/admin/_users.py +140 -0
- sempy_labs/admin/_workspaces.py +236 -0
- sempy_labs/deployment_pipeline/__init__.py +23 -0
- sempy_labs/deployment_pipeline/_items.py +580 -0
- sempy_labs/directlake/__init__.py +57 -0
- sempy_labs/directlake/_autosync.py +58 -0
- sempy_labs/directlake/_directlake_schema_compare.py +120 -0
- sempy_labs/directlake/_directlake_schema_sync.py +161 -0
- sempy_labs/directlake/_dl_helper.py +274 -0
- sempy_labs/directlake/_generate_shared_expression.py +94 -0
- sempy_labs/directlake/_get_directlake_lakehouse.py +62 -0
- sempy_labs/directlake/_get_shared_expression.py +34 -0
- sempy_labs/directlake/_guardrails.py +96 -0
- sempy_labs/directlake/_list_directlake_model_calc_tables.py +70 -0
- sempy_labs/directlake/_show_unsupported_directlake_objects.py +90 -0
- sempy_labs/directlake/_update_directlake_model_lakehouse_connection.py +239 -0
- sempy_labs/directlake/_update_directlake_partition_entity.py +259 -0
- sempy_labs/directlake/_warm_cache.py +236 -0
- sempy_labs/dotnet_lib/dotnet.runtime.config.json +10 -0
- sempy_labs/environment/__init__.py +23 -0
- sempy_labs/environment/_items.py +212 -0
- sempy_labs/environment/_pubstage.py +223 -0
- sempy_labs/eventstream/__init__.py +37 -0
- sempy_labs/eventstream/_items.py +263 -0
- sempy_labs/eventstream/_topology.py +652 -0
- sempy_labs/graph/__init__.py +59 -0
- sempy_labs/graph/_groups.py +651 -0
- sempy_labs/graph/_sensitivity_labels.py +120 -0
- sempy_labs/graph/_teams.py +125 -0
- sempy_labs/graph/_user_licenses.py +96 -0
- sempy_labs/graph/_users.py +516 -0
- sempy_labs/graph_model/__init__.py +15 -0
- sempy_labs/graph_model/_background_jobs.py +63 -0
- sempy_labs/graph_model/_items.py +149 -0
- sempy_labs/lakehouse/__init__.py +67 -0
- sempy_labs/lakehouse/_blobs.py +247 -0
- sempy_labs/lakehouse/_get_lakehouse_columns.py +102 -0
- sempy_labs/lakehouse/_get_lakehouse_tables.py +274 -0
- sempy_labs/lakehouse/_helper.py +250 -0
- sempy_labs/lakehouse/_lakehouse.py +351 -0
- sempy_labs/lakehouse/_livy_sessions.py +143 -0
- sempy_labs/lakehouse/_materialized_lake_views.py +157 -0
- sempy_labs/lakehouse/_partitioning.py +165 -0
- sempy_labs/lakehouse/_schemas.py +217 -0
- sempy_labs/lakehouse/_shortcuts.py +440 -0
- sempy_labs/migration/__init__.py +35 -0
- sempy_labs/migration/_create_pqt_file.py +238 -0
- sempy_labs/migration/_direct_lake_to_import.py +105 -0
- sempy_labs/migration/_migrate_calctables_to_lakehouse.py +398 -0
- sempy_labs/migration/_migrate_calctables_to_semantic_model.py +148 -0
- sempy_labs/migration/_migrate_model_objects_to_semantic_model.py +533 -0
- sempy_labs/migration/_migrate_tables_columns_to_semantic_model.py +172 -0
- sempy_labs/migration/_migration_validation.py +71 -0
- sempy_labs/migration/_refresh_calc_tables.py +131 -0
- sempy_labs/mirrored_azure_databricks_catalog/__init__.py +15 -0
- sempy_labs/mirrored_azure_databricks_catalog/_discover.py +213 -0
- sempy_labs/mirrored_azure_databricks_catalog/_refresh_catalog_metadata.py +45 -0
- sempy_labs/ml_model/__init__.py +23 -0
- sempy_labs/ml_model/_functions.py +427 -0
- sempy_labs/report/_BPAReportTemplate.json +232 -0
- sempy_labs/report/__init__.py +55 -0
- sempy_labs/report/_bpareporttemplate/.pbi/localSettings.json +9 -0
- sempy_labs/report/_bpareporttemplate/.platform +11 -0
- sempy_labs/report/_bpareporttemplate/StaticResources/SharedResources/BaseThemes/CY24SU06.json +710 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/page.json +11 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/1b08bce3bebabb0a27a8/visual.json +191 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/2f22ddb70c301693c165/visual.json +438 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/3b1182230aa6c600b43a/visual.json +127 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/58577ba6380c69891500/visual.json +576 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/a2a8fa5028b3b776c96c/visual.json +207 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/adfd47ef30652707b987/visual.json +506 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/b6a80ee459e716e170b1/visual.json +127 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/01d72098bda5055bd500/visuals/ce3130a721c020cc3d81/visual.json +513 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/92735ae19b31712208ad/page.json +8 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/92735ae19b31712208ad/visuals/66e60dfb526437cd78d1/visual.json +112 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/page.json +11 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/07deb8bce824e1be37d7/visual.json +513 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/0b1c68838818b32ad03b/visual.json +352 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/0c171de9d2683d10b930/visual.json +37 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/0efa01be0510e40a645e/visual.json +542 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/6bf2f0eb830ab53cc668/visual.json +221 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/88d8141cb8500b60030c/visual.json +127 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/a753273590beed656a03/visual.json +576 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/c597da16dc7e63222a82/visuals/b8fdc82cddd61ac447bc/visual.json +127 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/d37dce724a0ccc30044b/page.json +9 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/d37dce724a0ccc30044b/visuals/ce8532a7e25020271077/visual.json +38 -0
- sempy_labs/report/_bpareporttemplate/definition/pages/pages.json +10 -0
- sempy_labs/report/_bpareporttemplate/definition/report.json +176 -0
- sempy_labs/report/_bpareporttemplate/definition/version.json +4 -0
- sempy_labs/report/_bpareporttemplate/definition.pbir +14 -0
- sempy_labs/report/_download_report.py +76 -0
- sempy_labs/report/_export_report.py +257 -0
- sempy_labs/report/_generate_report.py +427 -0
- sempy_labs/report/_paginated.py +76 -0
- sempy_labs/report/_report_bpa.py +354 -0
- sempy_labs/report/_report_bpa_rules.py +115 -0
- sempy_labs/report/_report_functions.py +581 -0
- sempy_labs/report/_report_helper.py +227 -0
- sempy_labs/report/_report_list_functions.py +110 -0
- sempy_labs/report/_report_rebind.py +149 -0
- sempy_labs/report/_reportwrapper.py +3100 -0
- sempy_labs/report/_save_report.py +147 -0
- sempy_labs/snowflake_database/__init__.py +10 -0
- sempy_labs/snowflake_database/_items.py +105 -0
- sempy_labs/sql_database/__init__.py +21 -0
- sempy_labs/sql_database/_items.py +201 -0
- sempy_labs/sql_database/_mirroring.py +79 -0
- sempy_labs/theme/__init__.py +12 -0
- sempy_labs/theme/_org_themes.py +129 -0
- sempy_labs/tom/__init__.py +3 -0
- sempy_labs/tom/_model.py +5977 -0
- sempy_labs/variable_library/__init__.py +19 -0
- sempy_labs/variable_library/_functions.py +403 -0
- sempy_labs/warehouse/__init__.py +28 -0
- sempy_labs/warehouse/_items.py +234 -0
- sempy_labs/warehouse/_restore_points.py +309 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) Microsoft Corporation.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
sempy_labs
|
sempy_labs/__init__.py
ADDED
|
@@ -0,0 +1,606 @@
|
|
|
1
|
+
from ._labels import (
|
|
2
|
+
list_item_labels,
|
|
3
|
+
)
|
|
4
|
+
from ._sql_endpoints import (
|
|
5
|
+
list_sql_endpoints,
|
|
6
|
+
refresh_sql_endpoint_metadata,
|
|
7
|
+
)
|
|
8
|
+
from ._kusto import (
|
|
9
|
+
query_kusto,
|
|
10
|
+
query_workspace_monitoring,
|
|
11
|
+
)
|
|
12
|
+
from ._vpax import (
|
|
13
|
+
create_vpax,
|
|
14
|
+
)
|
|
15
|
+
from ._delta_analyzer_history import (
|
|
16
|
+
delta_analyzer_history,
|
|
17
|
+
)
|
|
18
|
+
from ._mounted_data_factories import (
|
|
19
|
+
list_mounted_data_factories,
|
|
20
|
+
get_mounted_data_factory_definition,
|
|
21
|
+
delete_mounted_data_factory,
|
|
22
|
+
)
|
|
23
|
+
from ._tags import (
|
|
24
|
+
list_tags,
|
|
25
|
+
apply_tags,
|
|
26
|
+
unapply_tags,
|
|
27
|
+
)
|
|
28
|
+
from ._semantic_models import (
|
|
29
|
+
get_semantic_model_refresh_schedule,
|
|
30
|
+
enable_semantic_model_scheduled_refresh,
|
|
31
|
+
delete_semantic_model,
|
|
32
|
+
update_semantic_model_refresh_schedule,
|
|
33
|
+
list_semantic_model_datasources,
|
|
34
|
+
bind_semantic_model_connection,
|
|
35
|
+
unbind_semantic_model_connection,
|
|
36
|
+
)
|
|
37
|
+
from ._graphQL import (
|
|
38
|
+
list_graphql_apis,
|
|
39
|
+
create_graphql_api,
|
|
40
|
+
)
|
|
41
|
+
from ._job_scheduler import (
|
|
42
|
+
list_item_job_instances,
|
|
43
|
+
list_item_schedules,
|
|
44
|
+
create_item_schedule_cron,
|
|
45
|
+
create_item_schedule_daily,
|
|
46
|
+
create_item_schedule_weekly,
|
|
47
|
+
cancel_item_job_instance,
|
|
48
|
+
)
|
|
49
|
+
from ._delta_analyzer import (
|
|
50
|
+
delta_analyzer,
|
|
51
|
+
get_delta_table_history,
|
|
52
|
+
)
|
|
53
|
+
from ._gateways import (
|
|
54
|
+
list_gateway_members,
|
|
55
|
+
list_gateway_role_assigments,
|
|
56
|
+
list_gateways,
|
|
57
|
+
delete_gateway,
|
|
58
|
+
delete_gateway_member,
|
|
59
|
+
delete_gateway_role_assignment,
|
|
60
|
+
create_vnet_gateway,
|
|
61
|
+
update_vnet_gateway,
|
|
62
|
+
update_on_premises_gateway,
|
|
63
|
+
bind_semantic_model_to_gateway,
|
|
64
|
+
)
|
|
65
|
+
from ._authentication import (
|
|
66
|
+
ServicePrincipalTokenProvider,
|
|
67
|
+
service_principal_authentication,
|
|
68
|
+
)
|
|
69
|
+
from ._mirrored_databases import (
|
|
70
|
+
get_mirrored_database_definition,
|
|
71
|
+
get_mirroring_status,
|
|
72
|
+
list_mirrored_databases,
|
|
73
|
+
stop_mirroring,
|
|
74
|
+
start_mirroring,
|
|
75
|
+
create_mirrored_database,
|
|
76
|
+
delete_mirrored_database,
|
|
77
|
+
update_mirrored_database_definition,
|
|
78
|
+
get_tables_mirroring_status,
|
|
79
|
+
)
|
|
80
|
+
from ._managed_private_endpoints import (
|
|
81
|
+
list_managed_private_endpoints,
|
|
82
|
+
create_managed_private_endpoint,
|
|
83
|
+
delete_managed_private_endpoint,
|
|
84
|
+
list_managed_private_endpoint_fqdns,
|
|
85
|
+
)
|
|
86
|
+
from ._workloads import (
|
|
87
|
+
list_workloads,
|
|
88
|
+
patch_workload,
|
|
89
|
+
)
|
|
90
|
+
from ._external_data_shares import (
|
|
91
|
+
list_external_data_shares_in_item,
|
|
92
|
+
create_external_data_share,
|
|
93
|
+
revoke_external_data_share,
|
|
94
|
+
delete_external_data_share,
|
|
95
|
+
)
|
|
96
|
+
from ._ml_experiments import (
|
|
97
|
+
list_ml_experiments,
|
|
98
|
+
create_ml_experiment,
|
|
99
|
+
delete_ml_experiment,
|
|
100
|
+
)
|
|
101
|
+
from ._warehouses import (
|
|
102
|
+
create_warehouse,
|
|
103
|
+
list_warehouses,
|
|
104
|
+
delete_warehouse,
|
|
105
|
+
get_warehouse_columns,
|
|
106
|
+
get_warehouse_tables,
|
|
107
|
+
)
|
|
108
|
+
from ._data_pipelines import (
|
|
109
|
+
list_data_pipelines,
|
|
110
|
+
create_data_pipeline,
|
|
111
|
+
delete_data_pipeline,
|
|
112
|
+
get_data_pipeline_definition,
|
|
113
|
+
)
|
|
114
|
+
from ._eventhouses import (
|
|
115
|
+
create_eventhouse,
|
|
116
|
+
list_eventhouses,
|
|
117
|
+
delete_eventhouse,
|
|
118
|
+
get_eventhouse_definition,
|
|
119
|
+
)
|
|
120
|
+
from ._kql_querysets import (
|
|
121
|
+
list_kql_querysets,
|
|
122
|
+
create_kql_queryset,
|
|
123
|
+
delete_kql_queryset,
|
|
124
|
+
)
|
|
125
|
+
from ._kql_databases import (
|
|
126
|
+
list_kql_databases,
|
|
127
|
+
# create_kql_database,
|
|
128
|
+
delete_kql_database,
|
|
129
|
+
)
|
|
130
|
+
from ._mirrored_warehouses import list_mirrored_warehouses
|
|
131
|
+
from ._clear_cache import (
|
|
132
|
+
clear_cache,
|
|
133
|
+
backup_semantic_model,
|
|
134
|
+
restore_semantic_model,
|
|
135
|
+
copy_semantic_model_backup_file,
|
|
136
|
+
list_backups,
|
|
137
|
+
list_storage_account_files,
|
|
138
|
+
)
|
|
139
|
+
from ._capacity_migration import (
|
|
140
|
+
migrate_workspaces,
|
|
141
|
+
migrate_capacities,
|
|
142
|
+
migrate_fabric_trial_capacity,
|
|
143
|
+
)
|
|
144
|
+
from ._capacities import (
|
|
145
|
+
create_fabric_capacity,
|
|
146
|
+
resume_fabric_capacity,
|
|
147
|
+
suspend_fabric_capacity,
|
|
148
|
+
update_fabric_capacity,
|
|
149
|
+
delete_fabric_capacity,
|
|
150
|
+
check_fabric_capacity_name_availablility,
|
|
151
|
+
delete_embedded_capacity,
|
|
152
|
+
delete_premium_capacity,
|
|
153
|
+
create_resource_group,
|
|
154
|
+
list_skus,
|
|
155
|
+
list_skus_for_capacity,
|
|
156
|
+
list_subscriptions,
|
|
157
|
+
list_tenants,
|
|
158
|
+
get_subscription,
|
|
159
|
+
check_resource_group_existence,
|
|
160
|
+
list_storage_accounts,
|
|
161
|
+
create_storage_account,
|
|
162
|
+
create_or_update_resource_group,
|
|
163
|
+
list_resource_groups,
|
|
164
|
+
get_resource_group,
|
|
165
|
+
list_capacities,
|
|
166
|
+
)
|
|
167
|
+
from ._spark import (
|
|
168
|
+
get_spark_settings,
|
|
169
|
+
update_spark_settings,
|
|
170
|
+
list_custom_pools,
|
|
171
|
+
create_custom_pool,
|
|
172
|
+
delete_custom_pool,
|
|
173
|
+
update_custom_pool,
|
|
174
|
+
)
|
|
175
|
+
from ._workspaces import (
|
|
176
|
+
list_workspace_users,
|
|
177
|
+
update_workspace_user,
|
|
178
|
+
add_user_to_workspace,
|
|
179
|
+
delete_user_from_workspace,
|
|
180
|
+
assign_workspace_to_capacity,
|
|
181
|
+
unassign_workspace_from_capacity,
|
|
182
|
+
list_workspace_role_assignments,
|
|
183
|
+
delete_workspace,
|
|
184
|
+
get_workspace_network_communication_policy,
|
|
185
|
+
set_workspace_network_communication_policy,
|
|
186
|
+
get_workspace_git_outbound_policy,
|
|
187
|
+
set_workspace_git_outbound_policy,
|
|
188
|
+
)
|
|
189
|
+
from ._notebooks import (
|
|
190
|
+
get_notebook_definition,
|
|
191
|
+
import_notebook_from_web,
|
|
192
|
+
update_notebook_definition,
|
|
193
|
+
create_notebook,
|
|
194
|
+
search_notebooks,
|
|
195
|
+
list_notebooks,
|
|
196
|
+
)
|
|
197
|
+
from ._sql import (
|
|
198
|
+
ConnectWarehouse,
|
|
199
|
+
ConnectLakehouse,
|
|
200
|
+
ConnectSQLDatabase,
|
|
201
|
+
)
|
|
202
|
+
from ._workspace_identity import (
|
|
203
|
+
provision_workspace_identity,
|
|
204
|
+
deprovision_workspace_identity,
|
|
205
|
+
)
|
|
206
|
+
from ._git import (
|
|
207
|
+
get_git_connection,
|
|
208
|
+
get_git_status,
|
|
209
|
+
commit_to_git,
|
|
210
|
+
initialize_git_connection,
|
|
211
|
+
update_from_git,
|
|
212
|
+
connect_workspace_to_azure_dev_ops,
|
|
213
|
+
connect_workspace_to_github,
|
|
214
|
+
disconnect_workspace_from_git,
|
|
215
|
+
get_my_git_credentials,
|
|
216
|
+
update_my_git_credentials,
|
|
217
|
+
)
|
|
218
|
+
from ._dataflows import (
|
|
219
|
+
list_dataflow_storage_accounts,
|
|
220
|
+
assign_workspace_to_dataflow_storage,
|
|
221
|
+
list_dataflows,
|
|
222
|
+
list_upstream_dataflows,
|
|
223
|
+
upgrade_dataflow,
|
|
224
|
+
get_dataflow_definition,
|
|
225
|
+
discover_dataflow_parameters,
|
|
226
|
+
)
|
|
227
|
+
from ._connections import (
|
|
228
|
+
list_connections,
|
|
229
|
+
list_item_connections,
|
|
230
|
+
list_connection_role_assignments,
|
|
231
|
+
delete_connection,
|
|
232
|
+
delete_connection_role_assignment,
|
|
233
|
+
create_vnet_connection,
|
|
234
|
+
create_on_prem_connection,
|
|
235
|
+
create_cloud_connection,
|
|
236
|
+
)
|
|
237
|
+
from ._dax import (
|
|
238
|
+
evaluate_dax_impersonation,
|
|
239
|
+
get_dax_query_dependencies,
|
|
240
|
+
get_dax_query_memory_size,
|
|
241
|
+
# dax_perf_test,
|
|
242
|
+
# dax_perf_test_bulk,
|
|
243
|
+
)
|
|
244
|
+
from ._generate_semantic_model import (
|
|
245
|
+
create_blank_semantic_model,
|
|
246
|
+
create_semantic_model_from_bim,
|
|
247
|
+
deploy_semantic_model,
|
|
248
|
+
get_semantic_model_bim,
|
|
249
|
+
get_semantic_model_size,
|
|
250
|
+
update_semantic_model_from_bim,
|
|
251
|
+
get_semantic_model_definition,
|
|
252
|
+
)
|
|
253
|
+
from ._dashboards import (
|
|
254
|
+
list_dashboards,
|
|
255
|
+
)
|
|
256
|
+
from ._list_functions import (
|
|
257
|
+
list_reports_using_semantic_model,
|
|
258
|
+
list_semantic_model_object_report_usage,
|
|
259
|
+
list_report_semantic_model_objects,
|
|
260
|
+
list_semantic_model_objects,
|
|
261
|
+
list_shortcuts,
|
|
262
|
+
get_object_level_security,
|
|
263
|
+
list_datamarts,
|
|
264
|
+
list_lakehouses,
|
|
265
|
+
update_item,
|
|
266
|
+
list_server_properties,
|
|
267
|
+
list_semantic_model_errors,
|
|
268
|
+
list_synonyms,
|
|
269
|
+
list_user_defined_functions,
|
|
270
|
+
)
|
|
271
|
+
from ._helper_functions import (
|
|
272
|
+
get_item_definition,
|
|
273
|
+
copy_item,
|
|
274
|
+
convert_to_friendly_case,
|
|
275
|
+
resolve_environment_id,
|
|
276
|
+
resolve_capacity_id,
|
|
277
|
+
resolve_warehouse_id,
|
|
278
|
+
resolve_dataset_from_report,
|
|
279
|
+
resolve_workspace_capacity,
|
|
280
|
+
create_abfss_path,
|
|
281
|
+
format_dax_object_name,
|
|
282
|
+
create_relationship_name,
|
|
283
|
+
save_as_delta_table,
|
|
284
|
+
generate_embedded_filter,
|
|
285
|
+
get_direct_lake_sql_endpoint,
|
|
286
|
+
resolve_lakehouse_id,
|
|
287
|
+
resolve_lakehouse_name,
|
|
288
|
+
resolve_dataset_id,
|
|
289
|
+
resolve_dataset_name,
|
|
290
|
+
resolve_report_id,
|
|
291
|
+
resolve_report_name,
|
|
292
|
+
is_default_semantic_model,
|
|
293
|
+
resolve_item_type,
|
|
294
|
+
get_capacity_id,
|
|
295
|
+
get_capacity_name,
|
|
296
|
+
resolve_capacity_name,
|
|
297
|
+
get_tenant_id,
|
|
298
|
+
)
|
|
299
|
+
from ._model_bpa_bulk import (
|
|
300
|
+
run_model_bpa_bulk,
|
|
301
|
+
create_model_bpa_semantic_model,
|
|
302
|
+
)
|
|
303
|
+
from ._model_bpa import run_model_bpa
|
|
304
|
+
from ._model_bpa_rules import model_bpa_rules
|
|
305
|
+
from ._model_dependencies import (
|
|
306
|
+
measure_dependency_tree,
|
|
307
|
+
get_measure_dependencies,
|
|
308
|
+
get_model_calc_dependencies,
|
|
309
|
+
)
|
|
310
|
+
from ._one_lake_integration import (
|
|
311
|
+
export_model_to_onelake,
|
|
312
|
+
)
|
|
313
|
+
from ._query_scale_out import (
|
|
314
|
+
qso_sync,
|
|
315
|
+
qso_sync_status,
|
|
316
|
+
set_qso,
|
|
317
|
+
list_qso_settings,
|
|
318
|
+
disable_qso,
|
|
319
|
+
set_semantic_model_storage_format,
|
|
320
|
+
set_workspace_default_storage_format,
|
|
321
|
+
)
|
|
322
|
+
from ._refresh_semantic_model import (
|
|
323
|
+
refresh_semantic_model,
|
|
324
|
+
cancel_dataset_refresh,
|
|
325
|
+
get_semantic_model_refresh_history,
|
|
326
|
+
)
|
|
327
|
+
from ._translations import translate_semantic_model
|
|
328
|
+
from ._vertipaq import (
|
|
329
|
+
vertipaq_analyzer,
|
|
330
|
+
import_vertipaq_analyzer,
|
|
331
|
+
)
|
|
332
|
+
from ._user_delegation_key import (
|
|
333
|
+
get_user_delegation_key,
|
|
334
|
+
)
|
|
335
|
+
from ._data_access_security import (
|
|
336
|
+
list_data_access_roles,
|
|
337
|
+
)
|
|
338
|
+
from ._get_connection_string import (
|
|
339
|
+
get_connection_string,
|
|
340
|
+
)
|
|
341
|
+
from ._sql_audit_settings import (
|
|
342
|
+
get_sql_audit_settings,
|
|
343
|
+
update_sql_audit_settings,
|
|
344
|
+
set_audit_actions_and_group,
|
|
345
|
+
)
|
|
346
|
+
from ._onelake import (
|
|
347
|
+
get_onelake_settings,
|
|
348
|
+
modify_onelake_diagnostics,
|
|
349
|
+
)
|
|
350
|
+
from ._domains import (
|
|
351
|
+
list_domains,
|
|
352
|
+
)
|
|
353
|
+
|
|
354
|
+
__all__ = [
|
|
355
|
+
"resolve_warehouse_id",
|
|
356
|
+
"ConnectWarehouse",
|
|
357
|
+
"ConnectLakehouse",
|
|
358
|
+
"ConnectSQLDatabase",
|
|
359
|
+
"update_semantic_model_from_bim",
|
|
360
|
+
"list_connections",
|
|
361
|
+
"get_semantic_model_size",
|
|
362
|
+
"provision_workspace_identity",
|
|
363
|
+
"deprovision_workspace_identity",
|
|
364
|
+
"list_dataflows",
|
|
365
|
+
"copy_semantic_model_backup_file",
|
|
366
|
+
"list_backups",
|
|
367
|
+
"list_storage_account_files",
|
|
368
|
+
"backup_semantic_model",
|
|
369
|
+
"restore_semantic_model",
|
|
370
|
+
"list_semantic_model_object_report_usage",
|
|
371
|
+
"list_report_semantic_model_objects",
|
|
372
|
+
"create_azure_storage_account",
|
|
373
|
+
"delete_custom_pool",
|
|
374
|
+
"clear_cache",
|
|
375
|
+
"evaluate_dax_impersonation",
|
|
376
|
+
"create_blank_semantic_model",
|
|
377
|
+
"create_semantic_model_from_bim",
|
|
378
|
+
"deploy_semantic_model",
|
|
379
|
+
"get_semantic_model_bim",
|
|
380
|
+
"get_object_level_security",
|
|
381
|
+
"list_dashboards",
|
|
382
|
+
"list_dataflow_storage_accounts",
|
|
383
|
+
"list_lakehouses",
|
|
384
|
+
"list_warehouses",
|
|
385
|
+
"list_workspace_role_assignments",
|
|
386
|
+
"create_warehouse",
|
|
387
|
+
"delete_warehouse",
|
|
388
|
+
"update_item",
|
|
389
|
+
"create_abfss_path",
|
|
390
|
+
"format_dax_object_name",
|
|
391
|
+
"create_relationship_name",
|
|
392
|
+
"save_as_delta_table",
|
|
393
|
+
"generate_embedded_filter",
|
|
394
|
+
"get_direct_lake_sql_endpoint",
|
|
395
|
+
"resolve_lakehouse_id",
|
|
396
|
+
"resolve_lakehouse_name",
|
|
397
|
+
"resolve_dataset_id",
|
|
398
|
+
"resolve_dataset_name",
|
|
399
|
+
"resolve_report_id",
|
|
400
|
+
"resolve_report_name",
|
|
401
|
+
"model_bpa_rules",
|
|
402
|
+
"run_model_bpa",
|
|
403
|
+
"measure_dependency_tree",
|
|
404
|
+
"get_measure_dependencies",
|
|
405
|
+
"get_model_calc_dependencies",
|
|
406
|
+
"export_model_to_onelake",
|
|
407
|
+
"qso_sync",
|
|
408
|
+
"qso_sync_status",
|
|
409
|
+
"set_qso",
|
|
410
|
+
"list_qso_settings",
|
|
411
|
+
"disable_qso",
|
|
412
|
+
"set_semantic_model_storage_format",
|
|
413
|
+
"set_workspace_default_storage_format",
|
|
414
|
+
"refresh_semantic_model",
|
|
415
|
+
"cancel_dataset_refresh",
|
|
416
|
+
"translate_semantic_model",
|
|
417
|
+
"vertipaq_analyzer",
|
|
418
|
+
"import_vertipaq_analyzer",
|
|
419
|
+
"list_semantic_model_objects",
|
|
420
|
+
"list_shortcuts",
|
|
421
|
+
"list_custom_pools",
|
|
422
|
+
"create_custom_pool",
|
|
423
|
+
"update_custom_pool",
|
|
424
|
+
"assign_workspace_to_capacity",
|
|
425
|
+
"unassign_workspace_from_capacity",
|
|
426
|
+
"get_spark_settings",
|
|
427
|
+
"update_spark_settings",
|
|
428
|
+
"add_user_to_workspace",
|
|
429
|
+
"delete_user_from_workspace",
|
|
430
|
+
"update_workspace_user",
|
|
431
|
+
"list_workspace_users",
|
|
432
|
+
"assign_workspace_to_dataflow_storage",
|
|
433
|
+
"list_capacities",
|
|
434
|
+
"is_default_semantic_model",
|
|
435
|
+
"resolve_item_type",
|
|
436
|
+
"get_notebook_definition",
|
|
437
|
+
"import_notebook_from_web",
|
|
438
|
+
"list_reports_using_semantic_model",
|
|
439
|
+
"resolve_workspace_capacity",
|
|
440
|
+
"get_capacity_id",
|
|
441
|
+
"get_capacity_name",
|
|
442
|
+
"resolve_capacity_name",
|
|
443
|
+
"run_model_bpa_bulk",
|
|
444
|
+
"create_model_bpa_semantic_model",
|
|
445
|
+
"get_git_connection",
|
|
446
|
+
"get_git_status",
|
|
447
|
+
"commit_to_git",
|
|
448
|
+
"initialize_git_connection",
|
|
449
|
+
"update_from_git",
|
|
450
|
+
"connect_workspace_to_azure_dev_ops",
|
|
451
|
+
"connect_workspace_to_github",
|
|
452
|
+
"disconnect_workspace_from_git",
|
|
453
|
+
"resolve_capacity_id",
|
|
454
|
+
"resolve_environment_id",
|
|
455
|
+
"list_item_connections",
|
|
456
|
+
"check_fabric_capacity_name_availablility",
|
|
457
|
+
"delete_fabric_capacity",
|
|
458
|
+
"resume_fabric_capacity",
|
|
459
|
+
"update_fabric_capacity",
|
|
460
|
+
"delete_premium_capacity",
|
|
461
|
+
"suspend_fabric_capacity",
|
|
462
|
+
"delete_embedded_capacity",
|
|
463
|
+
"resolve_dataset_from_report",
|
|
464
|
+
"migrate_workspaces",
|
|
465
|
+
"migrate_capacities",
|
|
466
|
+
"create_fabric_capacity",
|
|
467
|
+
"convert_to_friendly_case",
|
|
468
|
+
"list_mirrored_warehouses",
|
|
469
|
+
"list_kql_databases",
|
|
470
|
+
# "create_kql_database",
|
|
471
|
+
"delete_kql_database",
|
|
472
|
+
"create_eventhouse",
|
|
473
|
+
"list_eventhouses",
|
|
474
|
+
"delete_eventhouse",
|
|
475
|
+
"list_data_pipelines",
|
|
476
|
+
"create_data_pipeline",
|
|
477
|
+
"delete_data_pipeline",
|
|
478
|
+
"list_kql_querysets",
|
|
479
|
+
"create_kql_queryset",
|
|
480
|
+
"delete_kql_queryset",
|
|
481
|
+
"list_ml_experiments",
|
|
482
|
+
"create_ml_experiment",
|
|
483
|
+
"delete_ml_experiment",
|
|
484
|
+
"list_sql_endpoints",
|
|
485
|
+
"list_datamarts",
|
|
486
|
+
"get_data_pipeline_definition",
|
|
487
|
+
"list_external_data_shares_in_item",
|
|
488
|
+
"create_external_data_share",
|
|
489
|
+
"revoke_external_data_share",
|
|
490
|
+
"delete_external_data_share",
|
|
491
|
+
"migrate_fabric_trial_capacity",
|
|
492
|
+
"create_resource_group",
|
|
493
|
+
"list_workloads",
|
|
494
|
+
"patch_workload",
|
|
495
|
+
"update_notebook_definition",
|
|
496
|
+
"create_notebook",
|
|
497
|
+
"get_semantic_model_refresh_history",
|
|
498
|
+
"get_warehouse_columns",
|
|
499
|
+
"get_warehouse_tables",
|
|
500
|
+
"list_managed_private_endpoints",
|
|
501
|
+
"create_managed_private_endpoint",
|
|
502
|
+
"delete_managed_private_endpoint",
|
|
503
|
+
"list_managed_private_endpoint_fqdns",
|
|
504
|
+
"get_dax_query_dependencies",
|
|
505
|
+
"get_dax_query_memory_size",
|
|
506
|
+
"get_mirrored_database_definition",
|
|
507
|
+
"get_mirroring_status",
|
|
508
|
+
"list_mirrored_databases",
|
|
509
|
+
"stop_mirroring",
|
|
510
|
+
"start_mirroring",
|
|
511
|
+
"create_mirrored_database",
|
|
512
|
+
"delete_mirrored_database",
|
|
513
|
+
"update_mirrored_database_definition",
|
|
514
|
+
"get_tables_mirroring_status",
|
|
515
|
+
"list_upstream_dataflows",
|
|
516
|
+
"ServicePrincipalTokenProvider",
|
|
517
|
+
"list_connection_role_assignments",
|
|
518
|
+
"delete_connection",
|
|
519
|
+
"delete_connection_role_assignment",
|
|
520
|
+
"create_vnet_connection",
|
|
521
|
+
"create_on_prem_connection",
|
|
522
|
+
"create_cloud_connection",
|
|
523
|
+
"list_gateway_members",
|
|
524
|
+
"list_gateway_role_assigments",
|
|
525
|
+
"list_gateways",
|
|
526
|
+
"delete_gateway",
|
|
527
|
+
"delete_gateway_member",
|
|
528
|
+
"delete_gateway_role_assignment",
|
|
529
|
+
"create_vnet_gateway",
|
|
530
|
+
"update_vnet_gateway",
|
|
531
|
+
"update_on_premises_gateway",
|
|
532
|
+
"get_semantic_model_definition",
|
|
533
|
+
"get_tenant_id",
|
|
534
|
+
"list_server_properties",
|
|
535
|
+
"bind_semantic_model_to_gateway",
|
|
536
|
+
"list_semantic_model_errors",
|
|
537
|
+
"list_item_job_instances",
|
|
538
|
+
"list_item_schedules",
|
|
539
|
+
"list_skus",
|
|
540
|
+
"list_skus_for_capacity",
|
|
541
|
+
"list_subscriptions",
|
|
542
|
+
"list_tenants",
|
|
543
|
+
"get_subscription",
|
|
544
|
+
"check_resource_group_existence",
|
|
545
|
+
"list_storage_accounts",
|
|
546
|
+
"create_storage_account",
|
|
547
|
+
"create_or_update_resource_group",
|
|
548
|
+
"list_resource_groups",
|
|
549
|
+
"get_resource_group",
|
|
550
|
+
"service_principal_authentication",
|
|
551
|
+
"list_synonyms",
|
|
552
|
+
"list_graphql_apis",
|
|
553
|
+
"create_graphql_api",
|
|
554
|
+
"delta_analyzer",
|
|
555
|
+
# "dax_perf_test",
|
|
556
|
+
# "dax_perf_test_bulk",
|
|
557
|
+
"get_semantic_model_refresh_schedule",
|
|
558
|
+
"get_eventhouse_definition",
|
|
559
|
+
"enable_semantic_model_scheduled_refresh",
|
|
560
|
+
"get_delta_table_history",
|
|
561
|
+
"create_item_schedule_cron",
|
|
562
|
+
"create_item_schedule_daily",
|
|
563
|
+
"create_item_schedule_weekly",
|
|
564
|
+
"get_my_git_credentials",
|
|
565
|
+
"update_my_git_credentials",
|
|
566
|
+
"list_mounted_data_factories",
|
|
567
|
+
"get_mounted_data_factory_definition",
|
|
568
|
+
"delete_mounted_data_factory",
|
|
569
|
+
"delete_semantic_model",
|
|
570
|
+
"delete_workspace",
|
|
571
|
+
"delta_analyzer_history",
|
|
572
|
+
"query_kusto",
|
|
573
|
+
"query_workspace_monitoring",
|
|
574
|
+
"list_tags",
|
|
575
|
+
"create_vpax",
|
|
576
|
+
"update_semantic_model_refresh_schedule",
|
|
577
|
+
"apply_tags",
|
|
578
|
+
"unapply_tags",
|
|
579
|
+
"get_user_delegation_key",
|
|
580
|
+
"refresh_sql_endpoint_metadata",
|
|
581
|
+
"list_semantic_model_datasources",
|
|
582
|
+
"upgrade_dataflow",
|
|
583
|
+
"get_dataflow_definition",
|
|
584
|
+
"list_item_labels",
|
|
585
|
+
"copy_item",
|
|
586
|
+
"search_notebooks",
|
|
587
|
+
"list_notebooks",
|
|
588
|
+
"get_item_definition",
|
|
589
|
+
"get_workspace_network_communication_policy",
|
|
590
|
+
"set_workspace_network_communication_policy",
|
|
591
|
+
"get_connection_string",
|
|
592
|
+
"list_data_access_roles",
|
|
593
|
+
"bind_semantic_model_connection",
|
|
594
|
+
"unbind_semantic_model_connection",
|
|
595
|
+
"list_user_defined_functions",
|
|
596
|
+
"get_sql_audit_settings",
|
|
597
|
+
"update_sql_audit_settings",
|
|
598
|
+
"set_audit_actions_and_group",
|
|
599
|
+
"discover_dataflow_parameters",
|
|
600
|
+
"get_onelake_settings",
|
|
601
|
+
"modify_onelake_diagnostics",
|
|
602
|
+
"list_domains",
|
|
603
|
+
"get_workspace_git_outbound_policy",
|
|
604
|
+
"set_workspace_git_outbound_policy",
|
|
605
|
+
"cancel_item_job_instance",
|
|
606
|
+
]
|