ccao-data / data-architecture

Codebase for CCAO data infrastructure construction and management
https://ccao-data.github.io/data-architecture/
5 stars 3 forks source link

Add descriptions and selected columns for all non failing tests #351

Closed jeancochrane closed 3 months ago

jeancochrane commented 3 months ago

This PR adds meta.description and additional_select_columns attributes to all remaining dbt QC tests that are not fully configured following https://github.com/ccao-data/data-architecture/pull/281. This mostly represents non-failing tests, and I've confirmed via inspection of the workbook that the test output remains the same following this change. Note that since these attributes are only needed for outputting the QC test workbook, we only add them to tests that are configured with the test_qc_* tag and do not also have the test_qc_exclude_from_workbook tag, since these are the only tests that get output to the workbook.

Closes https://github.com/ccao-data/data-architecture/issues/344 and closes https://github.com/ccao-data/data-architecture/issues/263.