Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 796 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 796 Bytes

Welcome to the ENTR Data Warehouse template

Create your dbt creds to gcloud

In your ~/.dbt directory: ln -s [json key file] dbt-user-creds.json

Using the starter project

Try running the following commands:

  • dbt run
  • dbt test

To seed the sample data from the data directory:

  • dbt seed

To install dbt deps;

  • dbt deps

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

entr_warehouse