This commit is contained in:
Pablo Martin 2025-04-02 15:00:22 +02:00
parent 4bef83f432
commit db0d97d2e8
9 changed files with 158 additions and 3 deletions

8
ci/ci-vm-setup.sh Normal file
View file

@ -0,0 +1,8 @@
# Start container
docker compose build -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
cp ci.profiles.yml ~/.dbt/profiles.yml