We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a8c2a1 commit 9a8b6a7Copy full SHA for 9a8b6a7
1 file changed
tests/dbt/test_adapter.py
@@ -314,7 +314,6 @@ def test_on_run_start_end(copy_to_temp_path):
314
# The jinja macro should have resolved the schemas for this environment and generated corresponding statements
315
assert sorted(rendered_after_all) == sorted(
316
[
317
- "CREATE OR REPLACE TABLE schema_table_raw__dev AS SELECT 'raw__dev' AS schema",
318
"CREATE OR REPLACE TABLE schema_table_snapshots__dev AS SELECT 'snapshots__dev' AS schema",
319
"CREATE OR REPLACE TABLE schema_table_sushi__dev AS SELECT 'sushi__dev' AS schema",
320
]
0 commit comments