Welcome to your new dbt project!
For working in postgres running in a Docker container on your machine, spun up by make setup-db in the dbt-core repo, add the following to your profile:
basic_dbt:
outputs:
dev:
dbname: dbthost: localhostpassword: passwordport: 5432schema: dbt_testingthreads: 4type: postgresuser: roottarget: dev- Learn more about dbt in the docs
- Check out Discourse for commonly asked questions and answers
- Join the chat on Slack for live discussions and support
- Find dbt events near you
- Check out the blog for the latest news on dbt's development and best practices