ipums / hlink

Hierarchical record linkage at scale
Mozilla Public License 2.0
12 stars 2 forks source link

Config validation doesn't handle column_mappings' override_column_a and override_column_b attributes #130

Closed riley-harper closed 8 months ago

riley-harper commented 8 months ago

In #118, we documented some additional attributes for the column_mappings config sections. The config validation code in hlink/scripts/lib/conf_validations.py doesn't account for these attributes, so sometimes it raises errors when hlink will actually run alright.