ccao-data / data-architecture

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

Use jinja templating to reduce duplicated operations in `reporting.res_report_summary` #401

Closed wrridgeway closed 5 months ago

wrridgeway commented 5 months ago

reporting.res_report_summary performs a lot of repetitive operations across a number of CTEs. Creating a jinja template for these operations will save us code and better ensure accuracy.