/dbt-workshop

Primary LanguageMakefileMIT LicenseMIT

Welcome to the dbt workshop!

Using a python virtual environment

To create and activate a virtual environment use the following commands:

  • sudo apt-get update # if you use a Google Cloud Workstation
  • sudo apt-get install python3.10-venv # if you use a Google Cloud Workstation
  • python -m venv .venv
  • source .venv/bin/activate

Install dependencies

Please use the following commands to install the project dependencies:

  • pip install -r requirements.txt

Using the starter project

Try running the following commands:

  • make run
  • make doc
  • make duck_dev

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