semantic-link-labs 0.5.0
Improvements
- New functions:
- sempy_labs
- list_workspace_role_assignments
- list_workspace_users
- assign_workspace_to_dataflow_storage
- update_workspace_user
- delete_user_from_workspace
- add_user_to_workspace
- get_spark_settings
- update_spark_settings
- assign_workspace_to_capacity
- unassign_workspace_from_capacity
- create_custom_pool
- update_custom_pool
- list_custom_pools
- sempy_labs.tom
- sempy_labs
- Updated functions
- sempy_labs.report
- report_rebind The report parameter can now be either a str or a List[str].
- report_rebind_all The report_workspace parameter can now be either a str or a List[str].
- sempy_labs.report
Bug fixes
- Fixed boolean type bug in the logic of several functions including get_measure_dependencies.
- Fixed bug in the all_calculated_tables function.