Skip to content

Commit

Permalink
handle local profiles dir
Browse files Browse the repository at this point in the history
  • Loading branch information
atvaccaro committed Aug 29, 2022
1 parent 06eb331 commit 45777f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warehouse/dbt.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
docker build -t local-dbt -f Dockerfile.local .
docker run --entrypoint dbt -v $(pwd):/app local-dbt "$@"
docker run --entrypoint dbt -v ~/.dbt:/local_dbt -v $(pwd):/app local-dbt "$@" --profiles-dir /local_dbt

0 comments on commit 45777f8

Please sign in to comment.