You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently not doing a good job of tracking our Snowflake credit usage. We should create some data models here to give us more visibility into costs.
Most of the relevant information will be in the SNOWFLAKE.ORGANIZATION_USAGE schema. Some views (non-exhaustive) that track credit usage are:
AUTOMATIC_CLUSTERING_HISTORY
DATA_TRANSFER_HISTORY
DATABASE_STORAGE_USAGE_HISTORY
MATERIALIZED_VIEW_REFRESH_HISTORY
METERING_DAILY_HISTORY
PIPE_USAGE_HISTORY
STAGE_STORAGE_USAGE_HISTORY
STORAGE_DAILY_HISTORY
WAREHOUSE_METERING_HISTORY
There are also a couple of views that would be helpful if we could use them, but do not work when Snowflake is purchased through a reseller:
USAGE_IN_CURRENCY_DAILY
REMAINING_BALANCE_DAILY
The text was updated successfully, but these errors were encountered:
Neat, let's evaluate it! There are a couple of things I think we would look for out of a package:
Does it have models for organization usage, in addition to account usage? In our case the former is more helpful as we're heavy org users.
Do the models rely heavily on some of the usage views that don't work in our org? Some of them are disabled because of the way we procure Snowflake through a reseller
We are currently not doing a good job of tracking our Snowflake credit usage. We should create some data models here to give us more visibility into costs.
Most of the relevant information will be in the
SNOWFLAKE.ORGANIZATION_USAGE
schema. Some views (non-exhaustive) that track credit usage are:AUTOMATIC_CLUSTERING_HISTORY
DATA_TRANSFER_HISTORY
DATABASE_STORAGE_USAGE_HISTORY
MATERIALIZED_VIEW_REFRESH_HISTORY
METERING_DAILY_HISTORY
PIPE_USAGE_HISTORY
STAGE_STORAGE_USAGE_HISTORY
STORAGE_DAILY_HISTORY
WAREHOUSE_METERING_HISTORY
There are also a couple of views that would be helpful if we could use them, but do not work when Snowflake is purchased through a reseller:
USAGE_IN_CURRENCY_DAILY
REMAINING_BALANCE_DAILY
The text was updated successfully, but these errors were encountered: