testing adjustmets

This commit is contained in:
Pablo Martin 2025-04-04 14:46:31 +02:00
parent 901d39a045
commit 8ea3f0b6a2
4 changed files with 10 additions and 7 deletions

View file

@ -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