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