Skip to content

Commit

Permalink
Add query_id
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGFagan committed Aug 16, 2022
1 parent b78936c commit 85e6868
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions macros/create_snapshot_executions_table_if_not_exists.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
create or replace table {{database_name}}.{{schema_name}}.{{table_name}} (
command_invocation_id STRING,
node_id STRING,
query_id STRING,
run_started_at TIMESTAMP_NTZ,
was_full_refresh BOOLEAN,
thread_id STRING,
Expand All @@ -41,6 +42,7 @@
create table {{database_name}}.{{schema_name}}.{{table_name}} (
command_invocation_id STRING,
node_id STRING,
query_id STRING,
run_started_at TIMESTAMP,
was_full_refresh BOOLEAN,
thread_id STRING,
Expand Down

0 comments on commit 85e6868

Please sign in to comment.