Add a task to assessment workflow right after `crawl_tables` to compute table size: # + show tblproperties db.table spark._jsparkSession.table("db.table").queryExecution().analyzed().stats().sizeInBytes()
Add a task to assessment workflow right after
crawl_tablesto compute table size:+ show tblproperties db.table
spark._jsparkSession.table("db.table").queryExecution().analyzed().stats().sizeInBytes()