Skip to content

Commit 274065a

Browse files
authored
feat: Add dbt profiles (#5)
1 parent f9ef3eb commit 274065a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

p4pa_analytics_dbt/profiles.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
p4pa_analytics_dbt:
2+
outputs:
3+
dev:
4+
dbname: analytics
5+
host: "{{ env_var('ANALYTICS_DB_HOST') }}"
6+
pass: "{{ env_var('ANALYTICS_DB_PASSWORD') }}"
7+
port: 5432
8+
threads: 1
9+
schema: public
10+
type: postgres
11+
user: "{{ env_var('ANALYTICS_DB_USER') }}"
12+
target: dev

0 commit comments

Comments
 (0)