Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gdbecker/dbtlabslearning

Learn the foundational steps of transforming data in dbt Cloud. Start by connecting dbt Cloud to a data warehouse and Git repository, then explore key concepts like modeling, sources, testing, documentation, and deployment. Get hands-on by building a model and running tests in dbt Cloud.
https://github.com/gdbecker/dbtlabslearning

analytics-engineering bigquery dbt dbt-cloud jinja macros models packages sql testing

Last synced: 16 days ago
JSON representation

Learn the foundational steps of transforming data in dbt Cloud. Start by connecting dbt Cloud to a data warehouse and Git repository, then explore key concepts like modeling, sources, testing, documentation, and deployment. Get hands-on by building a model and running tests in dbt Cloud.

Awesome Lists containing this project

README

        

# dbt Labs Learning

Projects and learning from [dbt Labs's online learning platform](https://learn.getdbt.com/catalog).

Check out which branches correspond to the dbt courses I worked through:
- dbt Fundamentals: `fundamentalsCourse`
- Refactoring SQL for Modularity: `refactoringSQLforModularityCourse`
- Jinja, Macros, and Packages: `jinjaMacrosPackagesCourse`
- Advanced Materializations: `advancedMaterializationsCourse`
- Analyses and Seeds: `analysesSeedsCourse`
- Advanced Testing: `advancedTestingCourse`
- Advanced Deployment: `advancedDeploymentCourse`