We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d6c369 commit 9ef8183Copy full SHA for 9ef8183
models/base/snowflake_query_history.sql
@@ -36,7 +36,7 @@ WITH source AS (
36
end_time AS query_end_time,
37
start_time AS query_start_time,
38
bytes_spilled_to_local_storage AS query_bytes_spillover_local,
39
- bytes_spilled_to_remote_storage AS query_spillover_remote,
+ bytes_spilled_to_remote_storage AS query_bytes_spillover_remote,
40
bytes_scanned AS query_bytes_scanned
41
42
FROM source
0 commit comments