codecentric / dbt-starter

Skeleton project for starting with dbt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Picard dbt starter

Requirements

A working installation of dbt. Install dbt-postgres. Check with

dbt --version
installed version: 1.0.0
   latest version: 1.0.0

Up to date!

Plugins:
  - postgres: 1.0.0```

The DB connection has to be setup in a profiles.yml file oryin the root of this reposit which can be generated using the provided profiles_template.yml.

Using the starter project

Try running the following commands:

  • dbt run
  • dbt test

Resources:

About

Skeleton project for starting with dbt


Languages

Language:Dockerfile 100.0%