Skip to content

Commit 5d6c369

Browse files
committed
Apply suggestion to models/base/snowflake_query_history.sql
1 parent 81b12c9 commit 5d6c369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/base/snowflake_query_history.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ WITH source AS (
3535
-- metadata
3636
end_time AS query_end_time,
3737
start_time AS query_start_time,
38-
bytes_spilled_to_local_storage AS query_spillover_local,
38+
bytes_spilled_to_local_storage AS query_bytes_spillover_local,
3939
bytes_spilled_to_remote_storage AS query_spillover_remote,
4040
bytes_scanned AS query_bytes_scanned
4141

0 commit comments

Comments
 (0)