Skip to content

ArthurMor4is/dbteasy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBTeasy

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

example workflow Downloads

Requirements

Installation

Install dbteasy and check the version

$ pip install dbteasy
$ dbteasy --version

Main commands

$ 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

About

Simplifies the use of dbt cli using Invoke

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages