Skip to content

semantic-link-labs 0.6.0

Compare
Choose a tag to compare
@m-kovalsky m-kovalsky released this 22 Jul 11:06
· 653 commits to main since this release

Improvements in 0.6.0

  • New functions:
  • Updated functions
    • The run_model_bpa and model_bpa_rules functions have been updated to use TOM directly (instead of dataframes as done previously). Using your own rules or modifying the existing rules is simpler now as the rules rely on basic TOM plus the functions contained within the Semantic Link Labs library. Simply follow the example of the model_bpa_rules code and use the returned dataframe as the 'rules' parameter for the run_model_bpa function.
    • The get_semantic_model_bim has been updated to contain a new parameter 'lakehouse_workspace' which should be used in case you want to save the .bim file to the lakehouse attached to your notebook and that lakehouse resides in a different workspace from the semantic model. This function has also been updated to leverage the 'lro_wait' parameter in Semantic Link for easily resolving long running operations (#26).

Bug fixes in 0.6.0

Renamed functions in 0.6.0

  • Renamed the 'hybrid_tables' function to all_hybrid_tables to align with other 'all_'* functions.
  • Renamed the 'date_tables' function to all_date_tables to align with other 'all_'* functions.

Notebooks