1
0
mirror of synced 2025-12-25 02:09:19 -05:00

remove snowflake use of streamRenamer in standard tests (#866)

This commit is contained in:
Charles
2020-11-09 23:54:52 -08:00
committed by GitHub
parent acc2cc9f57
commit 02a93dd259
3 changed files with 29 additions and 21 deletions

View File

@@ -84,7 +84,7 @@ begin;
USE DATABASE identifier($airbyte_database);
-- create schema for Airbyte data
CREATE SCHEMA identifier($airbyte_schema);
CREATE SCHEMA IF NOT EXISTS identifier($airbyte_schema);
commit;
```