i see a "Queries" tab appearing in the dataset pag...
# ui
b
i see a "Queries" tab appearing in the dataset page in the UI, what is it supposed to show? Frequently used queries for everyone accessing the dataset? Can i manually populate it with a MCE, because I don't see it in the schema_classes in metadata-ingestion?
a
As far as I know, this tab serves for
Table Popularity
feature (only supported for Snowflake & BigQuery only). I'm also curious how to apply this wonderful feature for other databases.
👍 1
g
Yep you can ingest data this via the same metadata ingestion framework. Here’s an example for the file source https://github.com/linkedin/datahub/blob/master/metadata-ingestion/tests/integration/bigquery-usage/bigquery_usages_golden.json
The type is UsageAggregationClass, which is also in the schema classes file
We currently only support bigquery and snowflake for usage, but are looking to add more