jomoespe / dbt-analisys

A dbt example project to check different ways to work with more than one dbt project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DBT Analysis

This is a base project to check different ways to work with more than two projects.

Building the project

The easy way to work with the project is use the ./dbt script. This script use the dbt local installation if is installed, or the dbt Docker container image, if not installed. So, for example, to check the version you will use: ./dbt --version.

Basic commands

# Clean the project
./dbt clean

# Compile the project
./dbt compile

# Generate and serve the documentation:
./dbt docs generate && ./dbt docs serve

# Run the project
./dbt run

# Test the project
./dbt run

About

A dbt example project to check different ways to work with more than one dbt project

License:The Unlicense


Languages

Language:Shell 100.0%