This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
Bug fixes
- Fixed bug in the is_direct_lake function (not returning value).
- run_model_bpa was not showing severity icons.
- Direct Lake Migration will not fail if an object cannot be created (#15).
New features
- Added the 'exclude_characters' parameter to the translate_semantic_model function. Any character put into this parameter will be replaced with a space and thus excluded from the translation. As an example, exclude_characters = '_-' will translate 'Dim Account Sales' instead of 'DimAccount - Sales'. (#12)
- Updated the show_unsupported_direct_lake_objects function to output the 3 dataframes instead of displaying them (#14). See the Migration to Direct Lake notebook for the updated syntax for viewing the dataframes.
- Added the migration_validation function (#16).
- Added the list_semantic_model_objects function (#16).
- Added the save_as_delta_table function. This function facilitates saving a dataframe as a delta table in your lakehouse.