Hello, Snowflake Community I’m tracking Snowflake credit usage by user using QUERY_TAG values, where each user’s email address is assigned as the tag (e.g. 'johndoe@email.com'). To pull query and credit data, I use SNOWFLAKE.ACCOUNT_USAGE.QUERY_HISTORY. The results generally look fine, but I’ve noticed that some rows have a NULL or empty WAREHOUSE_SIZE. Here’s a simplified version of the query I run and the result in the screenshot.: SELECT qh.query_tag, qh.database_id, qh.sche...