Data Quality

The Elementary OSS DQ report has not been generated yet, or the report file could not be found at the expected path.

Generate the report

Run the following command from the repo root on the VM:

bash scripts/dbt_dq_report_nrl.sh

This runs dbt build followed by edr report. It may take a few minutes. Once complete, refresh this page.

Expected report location

/app/analytics/dbt_nrl/target/elementary_report.html

Override with the NRL_ELEMENTARY_REPORT_PATH environment variable, or set NRL_DQ_DASHBOARD_URL to redirect to a hosted report.

About the DQ stack

  • dbt tests own the data quality rules (schema tests, singular tests).
  • Elementary OSS visualises the dbt run and test results as an HTML report.
  • The web app is read-only — it never invokes dbt, edr, or any scripts.