semantic-link-labs 0.8.0
Improvements in 0.8.0
- New Functions
- sempy_labs
- ConnectLakehouse.query Run a SQL query (or queries) against a Fabric lakehouse.
- list_semantic_model_object_report_usage Shows how many times each semantic model object is used in downstream reports.
- list_report_semantic_model_objects Shows where semantic model objects are used in downstream reports (across visuals and filters).
- migrate_workspaces Migrates workspaces to a different capacity.
- migrate_capacities Migrates a capacity (or capacities) to a new F sku capacity including all workspaces and capacity settings.
- migrate_spark_settings Migrates the spark settings from a capacity to a new capacity.
- migrate_notification_settings Migrates the notification settings from a capacity to a new capacity.
- migrate_access_settings Migrates the access settings from a capacity to a new capacity.
- migrate_delegated_tenant_settings Migrates the delegated tenant settings from a capacity to a new capacity.
- migrate_disaster_recovery_settings Migrates the disaster recovery settings from a capacity to a new capacity.
- sempy_labs.admin
- assign_workspaces_to_capacity
- list_capacities
- list_tenant_settings
- list_capacities_delegated_tenant_settings
- unassign_workspaces_from_capacity
- list_external_data_shares
- revoke_external_data_share
- list_workspaces
- list_datasets
- list_item_access_details
- list_access_entities
- list_workspace_access_details
- list_items
- list_domains
- list_domain_workspaces
- assign_domain_workspaces
- assign_domain_workspaces_by_capacities
- create_domain
- update_domain
- delete_domain
- resolve_domain_id
- unassign_domain_workspaces
- unassign_all_domain_workspaces
- sempy_labs.report
- report_bpa_rules Hosts the default Report Best Practice Analyzer rules.
- run_report_bpa Runs the Report Best Practice Analyzer.
- sempy_labs.report.ReportWrapper
- list_pages Lists all pages within a report.
- list_visuals Lists all visuals within a report.
- list_report_filters Lists all report filters within a report.
- list_page_filters Lists all page filters within a report.
- list_visual_filters Lists all visual filters within a report.
- list_visual_objects Lists all visual objects (i.e. measures/columns) which are used in visuals within a report.
- list_visual_interactions Lists all visual interactions within a report.
- list_custom_visuals Lists all custom visuals within a report.
- list_bookmarks Lists all bookmarks within a report.
- list_report_level_measures Lists all report-level measures within a report.
- list_semantic_model_objects Lists all semantic model objects (i.e. measures/columns) used within a report.
- get_theme Gets the theme file used for a report.
- set_theme Sets the theme file to be used for a report.
- set_active_page Sets the active page for a report (page viewed upon opening the report).
- set_page_type Sets the page type for a page within a report.
- set_page_visibility Sets whether a page is hidden/visible.
- hide_tooltip_and_drillthrough_pages Hides pages which are used as tooltip or for drillthrough.
- disable_show_items_with_no_data Disables the 'show items with no data' property for all visuals in a report.
- remove_unnecessary_custom_visuals Removes custom visuals in a report which are not used in the report.
- migrate_report_level_measures Migrates report-level measures to the upstream semantic model.
- resolve_page_name
- resolve_page_display_name
- sempy_labs
- Updated Functions
- sempy_labs.tom
- Added 'lineage_tag' and 'source_lineage_tag' as optional parameters for relevant functions
- Added 'data_category' and 'detail_rows_expression' as an optional parameters for the [add_measure] function.
- sempy_labs.tom
Bug Fixes in 0.8.0
- #153
- #158
- #166
- delete_premium_capacity Fixed issue in response status code catch.
- list_qso_settings Fixed bug re workspace.
Notebook updates in 0.8.0
- Capacity Migration Notebook for assisting in migrating P skus to F skus.
- Report Analysis Notebook for running Report BPA and other ReportWrapper functions.
- SQL Notebook for running SQL/T-SQL against warehouses/lakehouses.