wip
This commit is contained in:
parent
4bef83f432
commit
db0d97d2e8
9 changed files with 158 additions and 3 deletions
8
ci/ci-vm-setup.sh
Normal file
8
ci/ci-vm-setup.sh
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue