Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victoriapm/dbt-demo-project
https://github.com/victoriapm/dbt-demo-project
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/victoriapm/dbt-demo-project
- Owner: Victoriapm
- Created: 2022-04-25T09:13:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T20:54:12.000Z (4 months ago)
- Last Synced: 2024-10-13T00:07:38.707Z (3 months ago)
- Language: PLpgSQL
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to the dbt Labs demo dbt project! We use the [TPCH dataset](https://docs.snowflake.com/en/user-guide/sample-data-tpch.html) to create a sample project to emulate what a production project might look like!
_ __
____ ___ ____ _(_)___ ____/ /__ ____ ___ ____
/ __ `__ \/ __ `/ / __ \ / __ / _ \/ __ `__ \/ __ \
/ / / / / / /_/ / / / / / / /_/ / __/ / / / / / /_/ /
/_/ /_/ /_/\__,_/_/_/ /_/ \__,_/\___/_/ /_/ /_/\____/## Special demos
- **dbt-external-tables:** Manage database objects that read data external to the warehouse within dbt. See `models/demo_examples/external_sources.yml`.
- **Lifecycle Notifications:** See examples of dbt Cloud Job Lifecycle Notifications [here](https://gist.github.com/boxysean/3166b3ac55801685b6d275e9a9ddd5ee).
- **Pivot tables:** One example of creating a pivot table using Snowflake syntax, another example using Jinja. See `models/aggregates/agg_yearly_*.sql`.