semantic-link-labs 0.7.3
Improvements in 0.7.3
- New functions
- sempy_labs
- backup_semantic_model Backs up a semantic model to an ADLS Gen2 storage account file.
- restore_semantic_model Restores a semantic model from an ADLS Gen2 storage account file.
- copy_semantic_model_backup_file Copies a semantic model backup file from one location to another (within an ADLS Gen2 storage account).
- list_backups Shows all semantic model backup files within a workspace.
- list_storage_account_files Lists all files within an ADLS Gen2 storage account.
- get_semantic_model_size Gets the size (in bytes) of a semantic model.
- provision_workspace_identity Provisions a workspace identity.
- deprovision_workspace_identity Deprovisions a workspace identity.
- list_deployment_pipelines Lists all deployment pipelines.
- list_deployment_pipeline_stages List all deployment pipeline stages.
- list_deployment_pipeline_stage_items Lists all deployment pipeline stage items.
- list_dataflows Lists all dataflows.
- connect_workspace_to_git Connects a workspace to Git (#48).
- disconnect_workspace_from_git Disconnects a workspace from Git (#48).
- get_git_status Gets the Git status (#48).
- get_git_connection Gets the Git connection (#48).
- initialize_git_connection Initializes the Git connection (#48).
- commit_to_git Commits changes to Git (#48).
- update_from_git Updates changes from Git (#48).
- ConnectWarehouse Run a SQL query against a Fabric warehouse.
- resolve_warehouse_id resolves a warehouse name to an Id.
- update_semantic_model_from_bim Updates a semantic model's definition based on a .bim file.
- sempy_labs.directlake
- generate_shared_expression Generates a shared expression for either a lakehouse or workspace which can be used when creating a Direct Lake semantic model.
- sempy_labs
- Updated Functions
- sempy_labs
- create_blank_semantic_model added the 'overwrite' parameter.
- deploy_semantic_model added the 'overwrite' parameter.
- sempy_labs.tom
- Added the 'source_lineage_tag' parameter to relevant functions.
- sempy_labs
Bug fixes in 0.7.3
Notebooks
- Migration to Direct Lake Added the 'overwrite' parameter within the create_blank_semantic_model function.
- Model Optimization Added a cell in the notebook which demonstrates how to write your own custom BPA rules for the run_model_bpa function.
- Warehouse Added this notebook for easily running SQL queries against a Fabric warehouse.