For Snowflake, primarily, there are compute costs and storage costs (and then smaller miscellaneous items).
For compute costs -- snowflake has a the "warehouse metering" table that indicates cost per warehouse cluster running.
You can combine this with query history (and various sophisticated algorithms depending) to essentially track root cause of costs (and changes) over time.
I'm wondering if there's an analog for "storage" for this --- for the purposes of tracking storage stats over time.
I think snowflake has a detailed "current state" storage information in various places/ options.
I think in terms of historical, you can only see "total storage cost" over time, and that's it. So for instance if you want to track database or schema "size" over time ... there's no built-in table for this in snowflake -- you need to roll your own using snapshots effectively. Is that right, or am I missing a key table here?
Snowsight can show you the storage used per day for databases and stages - and if Snowsight can, then there is a query that does the job.
Inspecting with Chrome, the query happens to be:
Docs for this: