Skip to content

Commit c42952a

Browse files
Update cost-per-query-in-snowflake-using-credits_attributed_compute-in-query_attribution_history.md
1 parent 9f74d25 commit c42952a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

cost-per-query-in-snowflake-using-credits_attributed_compute-in-query_attribution_history.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Cost per Query in Snowflake using credits_attributed_compute in query_attribution_history
22

3-
Snowflake has introduced a new View `QUERY_ATTRIBUTION_HISTORY` in `SNOWFLAKE.ACCOUNT_USAGE`. This View holds the Snowflake credits attributed to a Query execution in Snowflake.
3+
Snowflake has introduced a new View `QUERY_ATTRIBUTION_HISTORY` in `SNOWFLAKE.ACCOUNT_USAGE`. This View holds the Snowflake Credits consumption attributed to a single Query execution in Snowflake.
44

55
```
6-
select credits_used_query_acceleration, credits_attributed_compute, query_parameterized_hash
6+
select
7+
credits_used_query_acceleration
8+
, credits_attributed_compute
9+
, query_parameterized_hash
710
from SNOWFLAKE.ACCOUNT_USAGE.QUERY_ATTRIBUTION_HISTORY
811
```
912

0 commit comments

Comments
 (0)