Hi all, what exactly is the difference between sno...
# ingestion
a
Hi all, what exactly is the difference between snowflake metadata ingestion to snowflake usages?
b
Copy code
usage-plugin: 
This plugin extracts the following:
Statistics on queries issued and tables and columns accessed (excludes views)
Aggregation of these statistics into buckets, by day or hour granularity

This source only does usage statistics. To get the tables, views, and schemas in your Snowflake warehouse, ingest using the snowflake source described above.
a
@better-orange-49102 After I run the usage ingestion where can I see those statistics?
b
stats tab, on the datasets
a
Do you maybe have usage recipe for example?
a
ok great. thank you!