Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.95 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.95 KB

dbt_demo

A project template for building, testing, scheduling, and running an ELT data pipeline as a SQL workflow using:

Getting started

Run bash setup.sh once to install project dependencies and configure the desired data warehouse and agent connection.

Run the following target commands to execute the desired SQL workflow operation:

  • dbt compile
  • dbt test
  • dbt run
  • dbt docs generate
  • dbt docs serve

Contributing

git checkout main

The main branch is read-only.

git checkout -b <feature-name>

Raise a PR

Merge PR to main branch

Code Style Guide

Default Configuration

By default, everything gets created as a view. You can override that at the directory level so everything in that directory will materialize to a different materialization.

Resources