Skip to content

Used by the Semantic Layer team for testing

Notifications You must be signed in to change notification settings

dbt-labs/jaffle-sl-testing

 
 

Repository files navigation

Jaffle Semantic Layer Testing

This is a repo that is used to test the Semantic Layer

How to use

This project uses devcontainers. Learn how to integrate devcontainers with your IDE here

Local development

This project is optimized for running in a container. If you'd like to use it locally outside of container you'll need to follow the instructions below.

  1. Create a python virtual environment and install the dependencies.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
  1. Install dbt dependencies and build the dbt project.
dbt deps
dbt build

About

Used by the Semantic Layer team for testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%