Skip to content

wojm/dbt-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBT Example

Welcome to your new dbt project!

Getting Started

Prerequisites

Docker

Postgres

docker run -p 5432:5432 -e POSTGRES_PASSWORD=password postgres

Development

Seeding data

To upload the seed data, use:

dbt seed --profiles-dir ./

Executing

To upload views and tables, use:

dbt run --profiles-dir ./

Documentation

Documentation can be generated by DBT and served with the following commands:

dbt docs generate
dbt docs serve

Resources:

  • 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

example app of dbt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published