This is a repo that is used to test the Semantic Layer
This project uses devcontainers. Learn how to integrate devcontainers with your IDE here
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.
- Create a python virtual environment and install the dependencies.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
- Install dbt dependencies and build the dbt project.
dbt deps
dbt build