Use this streamlit app to view the metrics you've defined in your project. The only thing you'll need to define is the JDBC_URL
that you obtain from dbt Cloud.
- Clone the repo
- Create virtual environment
python -m venv .venv
- Install dependencies
- via
uv
(recommended)
pip install uv && uv pip install -r requirements.txt
- via
pip
source .venv/bin/activate
pip install -r requirements.txt
Finally, run your app:
streamlit run 🏠_Home.py