Query Result
Loading...Loading chart...
1select dataset_category as "Category", count(distinct dataset_fqn) as "# Datasets", sum(table_row_count) as "# Rows"
2from @blt.catalog_metadata.public_tables
3group by all
4order by 2
5limit 2001select dataset_category as "Category", count(distinct dataset_fqn) as "# Datasets", sum(table_row_count) as "# Rows"
2from @blt.catalog_metadata.public_tables
3group by all
4order by 2
5limit 200Share link
Anyone who has the link will be able to view this.