Broken content is not useful content. We’ve built tools in Lightdash to help validate your content so you can keep it useful and we’ll notify you when it isn’t.
Refresh dbt
in the applightdash deploy
is run on the Lightdash CLI (you can read more about automatically deploying your changes using GitHub actions here)Test and compile
.Run validation
directly inside the content validator dashboardlightdash validate
from the CLItotal_revenue
to sum_revenue
. The old metric name is used in a chart, so it breaks the chart.is_premium_user
which is referenced in a metric’s custom SQL definition.is_premium_user
which is used as a filter on a dashboard.lightdash rename
in the CLI. You can also find and replace references in charts and dasboards using dashboards as code.