Skip to content

Commit 92761ea

Browse files
committed
test_groups: dremio bugfix
1 parent 75dd8a8 commit 92761ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/tests/test_dbt_artifacts/test_groups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def test_snapshot_group_attribute(dbt_project: DbtProject, tmp_path):
457457
" check_cols='all',\n"
458458
" target_schema=target.schema\n"
459459
") }}\n"
460-
"select 1 as id, 'foo' as value\n"
460+
"select 1 as id, 'foo' as {{ elementary.escape_reserved_keywords(\"value\") }}\n"
461461
"{% endsnapshot %}\n"
462462
)
463463
schema_yaml = {

0 commit comments

Comments
 (0)