Welcome to your new dbt project!
- Take the
profiles.yml
file from someone who has set it up and place it in this repo's folder locally. - If your setup requires connection with BQ for example, you need a credential JSON file. Take this credential JSON file and place it somewhere on your system (don't place it in this repo's folder). Then you need to update the profiles.yml file with the location of the JSON file
- Create a venv by doing
python3 -m venv venv
- Activate the venv
source venv/bin/activate
(Or whatever steps windows needs, this is for mac/linux) - Install libraries
-
python -m pip install \ ─╯ dbt-core \ dbt-postgres \ dbt-redshift \ dbt-snowflake \ dbt-bigquery \ dbt-trino
- To run your dbt flow,
dbt run
Try running the following commands:
- dbt run
- dbt test
- 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