Skip to content

Commit 9a8b6a7

Browse files
adapt dbt test
1 parent 4a8c2a1 commit 9a8b6a7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/dbt/test_adapter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ def test_on_run_start_end(copy_to_temp_path):
314314
# The jinja macro should have resolved the schemas for this environment and generated corresponding statements
315315
assert sorted(rendered_after_all) == sorted(
316316
[
317-
"CREATE OR REPLACE TABLE schema_table_raw__dev AS SELECT 'raw__dev' AS schema",
318317
"CREATE OR REPLACE TABLE schema_table_snapshots__dev AS SELECT 'snapshots__dev' AS schema",
319318
"CREATE OR REPLACE TABLE schema_table_sushi__dev AS SELECT 'sushi__dev' AS schema",
320319
]

0 commit comments

Comments
 (0)