Skip to content

Commit 9ef8183

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

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
@@ -36,7 +36,7 @@ WITH source AS (
3636
end_time AS query_end_time,
3737
start_time AS query_start_time,
3838
bytes_spilled_to_local_storage AS query_bytes_spillover_local,
39-
bytes_spilled_to_remote_storage AS query_spillover_remote,
39+
bytes_spilled_to_remote_storage AS query_bytes_spillover_remote,
4040
bytes_scanned AS query_bytes_scanned
4141

4242
FROM source

0 commit comments

Comments
 (0)