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

fix: Support PKs with different casing for generate-partitions #1142

Closed nehanene15 closed 4 months ago

nehanene15 commented 4 months ago

Closes #1136

Instead of getting the PKs from args (--primary-keys column_a,columb_b), gets PKs from the ConfigManager which accounts for different casing between source and target systems.

nehanene15 commented 4 months ago

/gcbrun