Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 764 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 764 Bytes

Welcome to your new dbt project!

Using the starter project

Try running the following commands:

  • dbt run
  • dbt test

Before we run this project, we need to initialize some environment variables as follows:

export DB_HOST=
export DBT_USER=
export DBT_PASSWORD=
export DB_NAME=
export SCHEMA_NAME=

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