Clique aqui para ler esse artigo em português.
This project uses Invoke (pythonic task runner) as a library
The main purpose of dbteasy
is to provide an alternative CLI to work with dbt core reducing the time needed to execute repetitive commands
- dbt core installed and with version history using git
Install dbteasy
and check the version
$ pip install dbteasy
$ dbteasy --version
$ dbteasy --list # List available commands
$ dbteasy run-changed # Run dbt run only for newly modified models
$ dbteasy docs # Compile documentation and launch webserver on port 8000
$ dbteasy refresh # dbt clean ; dbt deps ; dbt seed