Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

fabric_cat_tools 0.3.2

Compare
Choose a tag to compare
@m-kovalsky m-kovalsky released this 28 Apr 10:33
· 52 commits to main since this release
46ca98e
  • Fixed a bug in run_model_bpa function (#6).
  • Added a parameter 'read_stats_from_data' to the vertipaq_analyzer function which allows the user to specify if they want to obtain statistics which use DAX or Spark to query the lakehouse (for Column Cardinality and Missing Rows) (#7).
  • Added the option to specify a list of pages in the export_report function. See the examples within the function documentation.
  • Added the option to specify a list of visuals (with their corresponding page) in the export_report function. See the examples within the function documentation.
  • Added the 'export' parameter to the get_lakehouse_tables function which saves the resulting dataframe to a delta table in your lakehouse.