Skip to content

Commit

Permalink
chore(warehouse): replace dbt script with compose service
Browse files Browse the repository at this point in the history
script seems unused
  • Loading branch information
thekaveman committed Oct 25, 2024
1 parent e55b759 commit f65ab35
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .devcontainer/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,18 @@ services:
- ..:/home/calitp/app
- ~/.dbt:/home/calitp/.dbt
- ~/.config/gcloud:/home/calitp/.config/gcloud

dbt:
build:
context: ..
dockerfile: .devcontainer/Dockerfile
image: data_infra:dev
entrypoint: ["poetry", "run", "dbt"]
environment:
- DBT_PROFILES_DIR=/home/calitp/.dbt
- GOOGLE_APPLICATION_CREDENTIALS=/home/calitp/.config/gcloud/application_default_credentials.json
volumes:
- ..:/home/calitp/app
- ~/.dbt:/home/calitp/.dbt
- ~/.config/gcloud:/home/calitp/.config/gcloud
working_dir: /home/calitp/app/warehouse
3 changes: 0 additions & 3 deletions warehouse/dbt.sh

This file was deleted.

0 comments on commit f65ab35

Please sign in to comment.