Skip to content

Commit c43eecb

Browse files
committed
fixed snapshot for dbt 1.8
1 parent 1540e8b commit c43eecb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration_tests/tests/test_dbt_artifacts/test_groups.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,8 @@ def test_snapshot_group_attribute(dbt_project: DbtProject, tmp_path):
416416
"{{ config(\n"
417417
" unique_key='id',\n"
418418
" strategy='check',\n"
419-
" check_cols='all'\n"
419+
" check_cols='all',\n"
420+
" target_schema=target.schema\n"
420421
") }}\n"
421422
"select 1 as id, 'foo' as value\n"
422423
"{% endsnapshot %}\n"

0 commit comments

Comments
 (0)