Skip to content

Commit

Permalink
Merge branch 'main' into feature/dbt-clone-bq
Browse files Browse the repository at this point in the history
  • Loading branch information
McKnight-42 authored Jun 29, 2023
2 parents 52e8850 + e3d34f8 commit 9ffe210
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/functional/adapter/hooks/data/seed_model.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ create table `{schema}.on_model_hook` (
target_pass STRING,
target_threads INTEGER,
run_started_at STRING,
invocation_id STRING
invocation_id STRING,
thread_id STRING
);
3 changes: 2 additions & 1 deletion tests/functional/adapter/hooks/data/seed_run.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ create table {schema}.on_run_hook (
target_pass STRING,
target_threads INTEGER,
run_started_at STRING,
invocation_id STRING
invocation_id STRING,
thread_id STRING
);

0 comments on commit 9ffe210

Please sign in to comment.