Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

dbt utils v1 compatibility #55

Merged
merged 3 commits into from
Dec 6, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
comment out initial block of snowflake tests
joellabes committed Dec 5, 2022
commit acde9cee5036fff2125f24c31dbf17a2047c8d64
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -73,10 +73,10 @@ jobs:
. dbt_venv/bin/activate
echo `pwd`
cd integration_tests
dbt --warn-error deps --target snowflake
dbt --warn-error run-operation drop_audit_schema --target snowflake
dbt --warn-error run --target snowflake --full-refresh
dbt --warn-error run --target snowflake
# dbt --warn-error deps --target snowflake
# dbt --warn-error run-operation drop_audit_schema --target snowflake
# dbt --warn-error run --target snowflake --full-refresh
# dbt --warn-error run --target snowflake

dbt --warn-error run-operation drop_audit_schema --target snowflake
dbt --warn-error run-operation create_legacy_audit_table --target snowflake