testing adjustmets
This commit is contained in:
parent
901d39a045
commit
8ea3f0b6a2
4 changed files with 10 additions and 7 deletions
|
|
@ -1,8 +1,10 @@
|
|||
# Start container
|
||||
docker compose build -d
|
||||
docker compose --env-file ~/dbt-ci/.env up -d
|
||||
|
||||
# Run script to set things up in Postgres (DB, FDWs, etc)
|
||||
|
||||
envsubst < postgres-initial-setup.sql | psql -h $POSTGRES_HOST -U $POSTGRES_USER -d postgres
|
||||
|
||||
# Copy profiles file
|
||||
mkdir -p ~/.dbt
|
||||
cp ci.profiles.yml ~/.dbt/profiles.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue