Spaces:
Build error
Build error
File size: 211 Bytes
3577484 | 1 2 3 4 5 6 7 8 9 10 11 12 | jaffle_shop:
target: dev
outputs:
dev:
type: postgres
host: localhost
user: jason
password: tmp
port: 5432
dbname: jaffle_shop
schema: dbt_jason
threads: 4 |