GoogleCloudPlatform / professional-services-data-validator

Utility to compare data between homogeneous or heterogeneous environments to ensure source and target tables match
Apache License 2.0
399 stars 114 forks source link

Trailing whitespace on PK filters in YAMLs from generate-partitions command #1179

Closed franklinWhaite closed 2 months ago

franklinWhaite commented 3 months ago

Similar to https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1151

YAML's created with generate-partition will show literals with trailing whitespaces in filters for String type columns. This is causing undesired behavior (e.g. records being excluded from validation).

nehanene15 commented 2 months ago

Closed with #1182