Build a dashboard to visualize data
In this final step, we will visualize some of the data we have been modeling in a dashboard using Evidence connected to our model assets.
1. Add the Evidence project
First, we will clone an Evidence project that is already configured to work with the data we have modeled with dbt:
git clone --depth=1 https://github.com/dagster-io/jaffle-dashboard.git dashboard && rm -rf dashboard/.git
There will now be a directory dashboard within the root of the project.
.
├── pyproject.toml
├── dashboard # Evidence project
├── src