Skip to content

avantifellows/dcp-dbt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to your new dbt project!

Instructions to setup the repo locally

  • Take the profiles.yml file from someone who has set it up and place it in this repo's folder locally.
  • If your setup requires connection with BQ for example, you need a credential JSON file. Take this credential JSON file and place it somewhere on your system (don't place it in this repo's folder). Then you need to update the profiles.yml file with the location of the JSON file
  • Create a venv by doing python3 -m venv venv
  • Activate the venv source venv/bin/activate (Or whatever steps windows needs, this is for mac/linux)
  • Install libraries
  • python -m pip install \                                                                                                                               ─╯
    dbt-core \
    dbt-postgres \
    dbt-redshift \
    dbt-snowflake \
    dbt-bigquery \
    dbt-trino
    
  • To run your dbt flow, dbt run

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •