semantic-link-labs 0.9.6
New Functions
- sempy_labs
- Semantic Models
- generate_dax_query_view_url prints a URL which opens DAX Query View with the specified query to the specified semantic model. Thanks @DataZoe!
- delete_semantic_model
- Workspaces
- SQL Database
- Semantic Models
Updated Functions
- sempy_labs
- delta_analyzer added the optional 'schema' parameter to support schema-enabled tables (#547).
- get_delta_table_history added the optional 'schema' parameter to support schema-enabled tables.
- create_abfss_path added the optional 'schema' parameter.
- sempy_labs.directlake
- direct_lake_schema_sync added the 'remove_from_model' parameter (#448). This function also now returns a dataframe.
Service Principal
The following functions now support service principal authentication:
- list_environments
- publish_environment
- list_eventhouses
- list_graphql_apis
- list_kql_databases
- list_lakehouses
- create_managed_private_endpoint
- list_managed_private_endpoints
- delete_managed_private_endpoint
- list_mirrored_databases
- list_sql_databases
- list_warehouses
- provision_workspace_identity
- deprovision_workspace_identity
- delete_user_from_workspace
- update_workspace_user
- list_workspace_users
- unassign_workspace_from_capacity
- list_workspace_role_assignments
- delete_workspace
Bug Fixes
Maintenance
- Refactored 'resolve' functions to support Service Principal. This will enable many more functions (listed above) in Semantic Link Labs to support Service Principal authentication.