Skip to content

Releases: microsoft/semantic-link-labs

semantic-link-labs 0.14.3

13 Apr 08:28
4f16293

Choose a tag to compare

New Functions

Updated Functions

  • sempy_labs
    • vertipaq_analyzer This function has a brand new UI! Plus, new optional parameters (export_lakehouse, export_workspace, export_schema) allow you to export this data as tables to the destination of your choice. This function now displays additional content for Direct Lake semantic models (the Direct Lake Type (OneLake or SQL), Source Name, Source Type, Source Workspace, Source Table Name). The function also shows 'Levels' in the Hierarchy shows the number of levels within the hierarchy. Lastly, the read_stats_from_data will calculate column cardinality for both Import and Direct Lake models (as long as the Direct Lake source is a lakehouse or warehouse). Missing Rows is calculated only for Import models. (#1008, #103).
image image

Bug Fixes

semantic-link-labs 0.14.2

07 Apr 12:13
12c9dbb

Choose a tag to compare

Updates

  • Updated sempy_labs to be compatible with Python 3.12 as this is now the default in Fabric notebooks.

Bug Fixes

semantic-link-labs 0.14.1

23 Mar 08:50
3eb8bb9

Choose a tag to compare

Updated Functions

  • sempy_labs
    • delta_analyzer Added a parameter 'visualize' which defaults to True. When 'visualize' is set to True, the function displays the results in an interactive HTML-designed UI. Note that the function still returns the results as a dictionary of dataframes.
image

semantic-link-labs 0.14.0

18 Mar 10:12
278bc58

Choose a tag to compare

New Functions

Updated Functions

Bug Fixes

semantic-link-labs 0.13.2

27 Feb 08:13
028bef1

Choose a tag to compare

Updated Functions

  • sempy_labs.sql_endpoint

  • sempy_labs

    • All functions which leverage APIs which can be accessed via Service Principal authentication are now enabled. Previously it was limited to those functions which had the client ‘fabric_sp’ in the _base_api function but that is no longer the case.

Bug Fixes

semantic-link-labs 0.13.1

12 Feb 09:12
7bb36c2

Choose a tag to compare

New Functions

Updated Functions

Bug Fixes

semantic-link-labs 0.13.0

10 Feb 09:38

Choose a tag to compare

New Functions

Updated Functions

  • sempy_labs
    • model_bpa_rules Updated the rule for ensuring measures are formatted. This rule now accounts for format string expressions.
    • get_item_definition now supports the EventSchemaSet item.
  • sempy_labs.admin
    • assign_domain_workspaces Now accepts either the workspace name or ID. Note that the parameter name has changed from 'workspace_names' to 'workspace' (#1040).
  • sempy_labs.lakehouse
    • optimize_lakehouse_tables Now supports schema-enabled lakehouses. Simply use the 'schema.table' format in the 'tables' parameter.
    • vacuum_lakehouse_tables Now supports schema-enabled lakehouses. Simply use the 'schema.table' format in the 'tables' parameter.
  • sempy_labs.report
    • download_report This function now also supports paginated reports (in addition to Power BI reports). Thanks @MitchSS!
  • sempy_labs.tom

Functions moved to a new package

Bug Fixes

semantic-link-labs 0.12.10

22 Jan 06:46
97ec15d

Choose a tag to compare

New Functions

Updated Functions

  • sempy_labs.report

Bug Fixes

semantic-link-labs 0.12.9

05 Jan 08:29
047bada

Choose a tag to compare

New Functions

Updated Functions

  • sempy_labs
  • sempy_labs.lakehouse
    • create_shortcut_onelake Now supports additional source items (previously only supported lakehouses). Note that the parameter has changed from 'source_lakehouse' to 'source_item' and a new parameter has been added 'source_item_type'. (#501).

Bug Fixes

semantic-link-labs 0.12.8

15 Dec 09:40
25046a8

Choose a tag to compare

New Functions

Updated Functions

  • sempy_labs
    • get_item_definition now supports Snowflake Databases, Cosmos DB Databases, and Operations Agents.

Bug Fixes