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

Refactor `additional_select_columns` to support more configurable naming and aggregation #330

Closed jeancochrane closed 3 months ago

jeancochrane commented 4 months ago

In https://github.com/ccao-data/data-architecture/pull/323 we modified the additional_select_columns attributes for both the unique_combination_of_columns and res_class_matches_pardat test generics to add similar behavior, but we did so in different ways. We should align these approaches, and optionally extend the new functionality to other test generics that support additional_select_columns.

See https://github.com/ccao-data/data-architecture/pull/323#discussion_r1509641732 for context.