microsoft/semantic-link-labs 0.12.7
microsoft/semantic-link-labs
Captured source
source ↗published Nov 18, 2025seen Jun 26captured 2whttp 200method plain
semantic-link-labs 0.12.7
Repository: microsoft/semantic-link-labs
Tag: 0.12.7
Published: 2025-11-18T10:24:05Z
Prerelease: no
Release notes:
New Functions
- sempy_labs
- list_domains This is the non-admin version. The admin version of this function already exists in the admin package.
- get_workspace_git_outbound_policy
- set_workspace_git_outbound_policy
- sempy_labs.deployment_pipeline
- deploy_stage_content (#960)
- sempy_labs.directlake
- set_autosync Sets whether a Direct Lake semantic model detects data changes in OneLake and automatically updates the Direct Lake tables that are included in the semantic model.
- sempy_labs.graph_model 🚀 New!
- list_graph_models
- execute_query
- get_queryable_graph_type
- refresh_graph
- sempy_labs.lakehouse
- list_schemas Lists all schemas within a given lakehouse.
- schema_exists Checks if a schema exists in a given lakehouse.
- sempy_labs.sql_database 🚀 New!
- start_mirroring
- stop_mirroring
- sempy_labs.warehouse 🚀 New!
- list_restore_points
- create_restore_point
- delete_restore_point
- update_restore_point
- restore_to_restore_point
Updated Functions
- sempy_labs
- list_lakehouses Added new columns: Schema Enabled, Default Schema, Sensitivity Label Id
- sempy_labs.report.ReportWrapper
- list_bookmarks Added new columns: Current Page Selected, Apply Visual Display State, Apply To All Visuals (#944).
- sempy_labs.sql_database
- list_sql_databases, create_sql_database, delete_sql_database, get_sql_database_tables, get_sql_database_columns have been moved from sempy_labs to sempy_labs.sql_database.
- sempy_labs.lakehouse
- list_lakehouses is now in this package (it will remain in the sempy_labs package for a temporary period). Added new columns: Schema Enabled, Default Schema, Sensitivity Label Id
- get_lakehouse_tables Updated to use the OneLake APIs for schema-enabled lakehouses.
- sempy_labs.warehouse
- Moved the following functions to the sempy_labs.warehouse package (they will remain in sempy_labs for now) create_warehouse, delete_warehouse, list_warehouses, get_warehouse_tables, get_warehouse_columns
Bug Fixes
- #938
- #940