This repository was archived by the owner on Jul 23, 2024. It is now read-only.
fabric_cat_tools 0.3.0
- BREAKING CHANGE: Updated parameter names in all functions to conform to the PEP8 style guide
- Updated the Direct Lake Migration notebook accordingly
- #2 Added new_dataset_workspace parameters to Direct Lake migration functions, enabling migration of a Direct Lake semantic model to be to a different workspace than the original semantic model.
- #2 Updated workspace parameters in the report_rebind function to be: report_workspace, dataset_workspace
- This allows for rebinding of reports to semantic models in different workspaces.
- #2 Updated workspace parameters in the report_rebind_all function to be: dataset_workspace, new_dataset_workspace, report_workspace
- This allows for rebinding of reports to semantic models in different workspaces.
- The get_lakehouse_details function has been retired in favor of the new list_lakehouses function. The list_lakehouses function shows the same information only for all lakehouses within a workspace.
- Added the launch_report function
- Added the cancel_dataset_refresh function
- Added the optimize_lakehouse_tables function
- Added the model_bpa_rules function which shows the default rules used by the run_model_bpa function
- Added the Model Optimization notebook which shows example uses of the model optimization functions in this library