Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 561 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 561 Bytes

dbt Cloud Semantic Layer on Streamlit

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.

Developing

  1. Clone the repo
  2. Create virtual environment
python -m venv .venv
  1. 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