Skip to content

Commit

Permalink
chore: update package and add env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
njogz committed Nov 14, 2023
1 parent 08d3731 commit 498f6ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ packages:
- package: dbt-labs/dbt_utils
version: 1.1.1
- package: calogica/dbt_date
version: 0.9.1
version: 0.10.0
2 changes: 2 additions & 0 deletions tests/run_dbt_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ set -e
export POSTGRES_DB=data
export POSTGRES_USER=root
export POSTGRES_TABLE=couchdb
export POSTGRES_PASSWORD=supercoolpassword
export POSTGRES_SCHEMA=v1
export DBT_POSTGRES_USER=dbt_user
export DBT_POSTGRES_PASSWORD=supercoolpassword
export DBT_POSTGRES_SCHEMA=dbt
Expand Down

0 comments on commit 498f6ab

Please sign in to comment.