https://github.com/mickaelandrieu/dbt-fundamentals
Repository for dbt official tutorial
https://github.com/mickaelandrieu/dbt-fundamentals
Last synced: 7 months ago
JSON representation
Repository for dbt official tutorial
- Host: GitHub
- URL: https://github.com/mickaelandrieu/dbt-fundamentals
- Owner: mickaelandrieu
- Created: 2022-04-17T16:30:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-04T23:36:18.000Z (over 3 years ago)
- Last Synced: 2025-02-03T22:38:31.163Z (8 months ago)
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to your new dbt project!
### Using the starter project
Try running the following commands:
- dbt run
- dbt test### 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 [dbt community](http://community.getbdt.com/) to learn from other analytics engineers
- 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### Tests
- dbt test -s if you want to run tests for a model
- dbt test -s source: if you want to run tests for a source