Skip to content

dbt-content/dbt-local-postgresql-tutorial

This branch is 4 commits ahead of victorcouste/dbt-tests:master.

Repository files navigation

dbt project following dbt tutorial for a local PostgreSQL DB

This repository is for local tests on PostgreSQL with dbt tutorial tables (Customers, Orders and Payments). CSV source files for these tables are in data directory.

Using these starter projects

  • Create your local db profile on your local PostgreSQL (example in postgres_profile.yml) and copy it in your local ~/.dbt/ directory.
  • Upload samples data with dbt seed command.

Then try running the following commands:

  • dbt debug
  • dbt list
  • dbt test
  • dbt run
  • dbt compile
  • dbt snapshot
  • dbt docs generate

Resources:

  • Start with dbt tutorial
  • Learn more about dbt in the docs
  • Check out Discourse for commonly asked questions and answers
  • Join the chat on Slack for live discussions and support
  • Find dbt events near you
  • Check out the blog for the latest news on dbt's development and best practices

About

dbt project on a local PostgreSQL DB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published