Open lauriemerrell opened 2 years ago
Thank you for your reporting a bug. The issue has been placed in triage, the MobilityData team will follow-up on it.
Hi @lauriemerrell, thanks for opening this issue and for providing this context!
Our team will investigate why the columnName
was used for this notice, and if it can be replaced by fieldName
as you're suggesting.
Describe the bug Perhaps this is not a "bug" per se but it is not ideal. The
non_ascii_or_non_printable_char
validation uses a customcolumnName
field to identify the affected column in validation output, whereas it is typical (at least 5+ other validations use this) to use thefieldName
field.Confirmed using the raw RULES.md file that
non_ascii_or_non_printable_char
is the only validation that populatescolumnName
.This disrupted our pipeline because we had not accounted for this
columnName
field. It is fixable on our end but it seems like it would be preferable to just use a standard field.How we reproduce the bug Steps to reproduce the behaviour:
non_ascii_or_non_printable_char
validationscolumnName
field rather than the more commonfieldName
Expected behaviour The information in the
columnName
field for thenon_ascii_or_non_printable_char
validation should instead be provided in the standardfieldName
field.Observed behaviour
non_ascii_or_non_printable_char
uses a customcolumnName
.Environment versions