https://github.com/dpguthrie/sandbox-repo
Sandbox repo used for testing
https://github.com/dpguthrie/sandbox-repo
Last synced: 12 months ago
JSON representation
Sandbox repo used for testing
- Host: GitHub
- URL: https://github.com/dpguthrie/sandbox-repo
- Owner: dpguthrie
- Created: 2023-06-02T13:32:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T14:52:22.000Z (about 3 years ago)
- Last Synced: 2025-02-23T03:28:54.596Z (over 1 year ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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`.