https://github.com/dbt-labs/hamburg-dbt-workshop
A dbt project specific for the Hamburg dbt workshop
https://github.com/dbt-labs/hamburg-dbt-workshop
dbt jinja semantic-layer sql
Last synced: about 1 month ago
JSON representation
A dbt project specific for the Hamburg dbt workshop
- Host: GitHub
- URL: https://github.com/dbt-labs/hamburg-dbt-workshop
- Owner: dbt-labs
- License: apache-2.0
- Created: 2026-05-12T10:26:58.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-18T14:30:57.000Z (about 1 month ago)
- Last Synced: 2026-05-18T15:36:51.646Z (about 1 month ago)
- Topics: dbt, jinja, semantic-layer, sql
- Homepage: https://workshops.us1.dbt.com/workshop
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Hamburg dbt workshop
Welcome to your new dbt project! This repo is specific for attendees of the workshop `Hamburg dbt Workshop` run and conducted by [dbt Labs](https://workshops.us1.dbt.com/workshop).
### Running this projects
#### Step-by-step explanation
To get up and running with this project:
1. Clone this repository.
2. Change into the hamburg-dbt-project directory from the command line:
```sh
cd hamburg-dbt-project
```
3. Install dbt in a virtual environment.
4. Ensure your [profile](https://docs.getdbt.com/docs/local/profiles.yml?version=2.0) is setup correctly from the command line:
```sh
dbt --version
dbt debug
```
5. Ensure you have the required source data available in your platform
- [stripe](s3://dbt-tutorial-public/stripe_payments.csv)
- [jaffle_shop](https://github.com/dbt-labs/jaffle_shop_duckdb/tree/duckdb/seeds)
6. Run the model, and test the output of the models using the [dbt build](https://docs.getdbt.com/reference/commands/build?version=2.0) command
```sh
dbt build
```
7. Follow the workshop instructions to implement the content from `./example/`
### Resources:
- Learn more about dbt [in the docs](https://docs.getdbt.com/docs/introduction)
- Check out [Discourse](https://discourse.getdbt.com/) for commonly asked questions and answers
- Join the [chat](http://slack.getdbt.com/) on Slack for live discussions and support
- Find [dbt events](https://events.getdbt.com) near you
- Check out [the blog](https://blog.getdbt.com/) for the latest news on dbt's development and best practices
### Maintenance
This project is provided as-is, without SLAs