Skip to content

Commit

Permalink
Merge pull request #41 from dbt-labs/feature/020-compatibility
Browse files Browse the repository at this point in the history
[0.5.0] Support dbt-labs/dbt_utils v0.7.0
  • Loading branch information
alanmcruickshank authored Jul 17, 2021
2 parents 3b24316 + 5953b34 commit d740dce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'dbt_artifacts'
version: '0.1.0'
version: '0.5.0'
config-version: 2
require-dbt-version: ">=0.19.0"

Expand Down
2 changes: 1 addition & 1 deletion integration_tests/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ dbt_artifacts_integration_tests:
role: "{{ env_var('SNOWFLAKE_TEST_ROLE') }}"
database: "{{ env_var('SNOWFLAKE_TEST_DATABASE') }}"
warehouse: "{{ env_var('SNOWFLAKE_TEST_WAREHOUSE') }}"
schema: codegen_integration_tests_snowflake
schema: dbt_artifacts_integration_tests_snowflake
threads: 1
4 changes: 2 additions & 2 deletions packages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
packages:
- package: fishtown-analytics/dbt_utils
version: [">=0.6.0", "<0.7.0"]
- package: dbt-labs/dbt_utils
version: [">=0.6.0", "<0.8.0"]

0 comments on commit d740dce

Please sign in to comment.