Insight: Consumption by user
Measured in runtime seconds for Snowflake and Redshift, and bytes scanned for BigQuery and Athena. Last 7 day totals are shown (reads & writes) and compared to the 7 days prior.
Field Definitions
RESOURCE_TYPE : The data warehouse type
USER : The name of the user
IS_BOT : True/False boolean
DATA_TYPE : The type of data that the warehouse measures consumption by (runtime or bytes)
TOTAL_LAST_7_DAYS : The total read and write data type in the last 7 days
TOTAL_PERCENTAGE_CHANGE_7_DAYS : The % change in the last 7 days compared to the previous 7 day period for both read and write queries
READ_LAST_7_DAYS : The total read consumption in the last 7 days, measured by the data type
READ_PERCENTAGE_CHANGE_7_DAYS : The % change in the last 7 days compared to the previous 7 day period for read queries
WRITE_LAST_7_DAYS : The total write consumption in the last 7 days, measured by the data type
WRITE_PERCENTAGE_CHANGE_7_DAYS : The % change in the last 7 days compared to the previous 7 day period for write queries
Updated 6 months ago