Skip to content

Commit

Permalink
[CI] Uprade to dbt=1.7.x (#292)
Browse files Browse the repository at this point in the history
* Uprade to dbt=1.7.x

* Update Duckdb version

* Add VERSION parameter
  • Loading branch information
clausherther authored Feb 19, 2024
1 parent 85ad439 commit 823c965
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
DBT_PROFILES_DIR: ./integration_tests/ci
DBT_PROJECT_DIR: ./integration_tests
BIGQUERY_SERVICE_KEY_PATH: "/home/circleci/bigquery-service-key.json"
DBT_VERSION: 1.6.*
DBT_VERSION: 1.7.*

steps:
- checkout
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
environment:
DBT_PROFILES_DIR: ./integration_tests/ci
DBT_PROJECT_DIR: ./integration_tests
DBT_VERSION: 1.6.*
DBT_VERSION: 1.7.*

steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/ci/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ integration_tests:
connect_timeout: 60
retry_all: true
server_side_parameters:
"spark.sql.parser.escapedStringLiterals": true
"spark.sql.parser.escapedStringLiterals": "true"

target: postgres

0 comments on commit 823c965

Please sign in to comment.