Skip to content

jolares/demo-dbt

Repository files navigation

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

About

Example ELT data pipeline project using dbt

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages