Skip to content

Commit

Permalink
Merge pull request #309 from fishtown-analytics/bump/0.19.0
Browse files Browse the repository at this point in the history
Allow dbt v0.19.0
  • Loading branch information
jtcohen6 authored Jan 4, 2021
2 parents ebda584 + 5b278d8 commit ac78d49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
echo $BIGQUERY_SERVICE_ACCOUNT_JSON > ${HOME}/bigquery-service-key.json
- restore_cache:
key: deps1-{{ .Branch }}
key: deps2-{{ .Branch }}

- run:
name: "Run Tests - Postgres"
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'dbt_utils'
version: '0.1.0'

require-dbt-version: [">=0.18.0", "<0.19.0"]
require-dbt-version: [">=0.18.0", "<0.20.0"]
config-version: 2

target-path: "target"
Expand Down
2 changes: 1 addition & 1 deletion run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [[ ! -f $VENV ]]; then
. $VENV

pip install --upgrade pip setuptools
pip install "dbt>=0.18.0,<0.19.0"
pip install --pre "dbt<0.20.0"
fi

. $VENV
Expand Down

0 comments on commit ac78d49

Please sign in to comment.