microsoft / semantic-link-labs

Early access to new features for Microsoft Fabric's Semantic Link.
MIT License
178 stars 37 forks source link

Vertipaq-Analyzer version 0.7.4 #153

Closed muhssamy closed 1 month ago

muhssamy commented 2 months ago

First of All, thanks for your continuous support.

i tested the new release and it works as expected. But i am missing the time stamp in which the vertipaq data has been exported to the lh tables so when the new data will come i will lose tracking as Example.

spark.sql("DESCRIBE EXTENDED vertipaqanalyzer_tables").show(truncate=False)
+-------------------+---------+-------+
|col_name           |data_type|comment|
+-------------------+---------+-------+
|Capacity_Name      |string   |null   |
|Capacity_Id        |string   |null   |
|Workspace_Name     |string   |null   |
|Workspace_Id       |string   |null   |
|Dataset_Name       |string   |null   |
|Dataset_Id         |string   |null   |
|Configured_By      |string   |null   |
|Table_Name         |string   |null   |
|Type               |string   |null   |
|Row_Count          |bigint   |null   |
|Total_Size         |bigint   |null   |
|Dictionary_Size    |bigint   |null   |
|Data_Size          |bigint   |null   |
|Hierarchy_Size     |bigint   |null   |
|Relationship_Size  |bigint   |null   |
|User_Hierarchy_Size|bigint   |null   |
|Partitions         |bigint   |null   |
|Columns            |bigint   |null   |
|%_DB               |double   |null   |
|                   |         |       |
+-------------------+---------+-------+
m-kovalsky commented 2 months ago

Thanks for reporting. Fixed in #154 which will be in the next release.

m-kovalsky commented 1 month ago

Fixed in 0.8.0.