jason137 commited on
Commit
3577484
·
1 Parent(s): f10e061

Rename dbt_project.yml to profiles.yml

Browse files
Files changed (2) hide show
  1. dbt_project.yml +0 -2
  2. profiles.yml +12 -0
dbt_project.yml DELETED
@@ -1,2 +0,0 @@
1
- name: 'jaffle_shop'
2
- profile: 'jaffle_shop'
 
 
 
profiles.yml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jaffle_shop:
2
+ target: dev
3
+ outputs:
4
+ dev:
5
+ type: postgres
6
+ host: localhost
7
+ user: jason
8
+ password: tmp
9
+ port: 5432
10
+ dbname: jaffle_shop
11
+ schema: dbt_jason
12
+ threads: 4