Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 823 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 823 Bytes

Welcome to your new dbt project!

Using the starter project

Try running the following commands:

  • dbt run
  • dbt test

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

Profile example

tellery_dbt_demo:
  outputs:
    dev:
       type: postgres
       host: PG_HOST
       port: PG_PORT
       user: PG_USER
       password: PG_PASSWORD
       dbname: PG_DATABASE
       schema: tellery-dbt-demo
  target: "dev"