Welcome to your new dbt project! This repo is specific for attendees of the workshop Hamburg dbt Workshop run and conducted by dbt Labs.
To get up and running with this project:
- Clone this repository.
- Change into the hamburg-dbt-project directory from the command line:
cd hamburg-dbt-project - Install dbt in a virtual environment.
- Ensure your profile is setup correctly from the command line:
dbt --version dbt debug
- Ensure you have the required source data available in your platform
- stripe
- jaffle_shop
- Run the model, and test the output of the models using the dbt build command
dbt build
- Follow the workshop instructions to implement the content from
./example/
- 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
This project is provided as-is, without SLAs