Skip to content

Instantly share code, notes, and snippets.

@anna-geller
Created October 25, 2021 12:31
Show Gist options
  • Save anna-geller/33952c140a2bff597852b9d694893964 to your computer and use it in GitHub Desktop.
Save anna-geller/33952c140a2bff597852b9d694893964 to your computer and use it in GitHub Desktop.
# Inlude this file in: /Users/your_user_name/.dbt/profiles.yml
jaffle_shop:
outputs:
dev:
client_session_keep_alive: false
dbname: postgres
host: localhost
password: your_password_1234
port: 5432
schema: jaffle_shop
threads: 4
type: postgres
user: postgres
target: dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment