dbt-selly/profiles.yml

18 lines
311 B
YAML
Raw Normal View History

2022-03-22 04:03:52 +00:00
config:
partial_parse: true
printer_width: 120
send_anonymous_usage_stats: false
use_colors: true
normalize:
outputs:
prod:
dbname: selly_etl
host: localhost
pass: '123'
port: 5555
schema: public
threads: 8
type: postgres
user: selly
target: prod