Skip to content

Commit

Permalink
updated init file to include new functions
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kovalsky committed Jun 21, 2024
1 parent 1ed22df commit 80063c5
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion src/sempy_labs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@
list_workspace_role_assignments,
create_warehouse,
update_item,
list_custom_pools,
create_custom_pool,
update_custom_pool,
assign_workspace_to_capacity,
unassign_workspace_from_capacity,
get_spark_settings,
update_spark_settings,
add_user_to_workspace,
delete_user_from_workspace,
update_workspace_user,
list_workspace_users,
assign_workspace_to_dataflow_storage,
)

from sempy_labs._helper_functions import (
Expand Down Expand Up @@ -150,5 +162,17 @@
#'visualize_vertipaq',
"import_vertipaq_analyzer",
"list_semantic_model_objects",
"list_shortcuts"
"list_shortcuts",
"list_custom_pools",
"create_custom_pool",
"update_custom_pool",
"assign_workspace_to_capacity",
"unassign_workspace_from_capacity",
"get_spark_settings",
"update_spark_settings",
"add_user_to_workspace",
"delete_user_from_workspace",
"update_workspace_user",
"list_workspace_users",
"assign_workspace_to_dataflow_storage"
]

0 comments on commit 80063c5

Please sign in to comment.