Projeto de estudos sobre o DBT

Código baseado nos cursos oficiais: https://courses.getdbt.com/collections
Para rodar o projeto, configure uma base local Postgre, preferencialmente via docker, e rode os seguintes comandos:

dbt deps
dbt seed
dbt test
dbt run

Para subir a documentação:

dbt docs generate
dbt docs serve --port 8001

Referências para estudos

Blog do dbt - https://www.getdbt.com/blog/what-exactly-is-dbt
Documentação oficial do dbt - https://docs.getdbt.com/docs/introduction
Guia GitLab - https://about.gitlab.com/handbook/business-technology/data-team/platform/dbt-guide
Cursos oficiais - https://courses.getdbt.com/collections


Using the starter project

Try running the following commands:

  • dbt run
  • dbt test

Resources:

  • Learn more about dbt in the docs
  • Check out Discourse for commonly asked questions and answers
  • Join the dbt community to learn from other analytics engineers
  • Find dbt events near you
  • Check out the blog for the latest news on dbt's development and best practices