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

Document optional flags for generate-partitions command #1143

Closed nehanene15 closed 3 months ago

nehanene15 commented 4 months ago

The generate-table-partitions doesn't make use of the cli_tools function add_common_arguments() and instead duplicates efforts to make its own _add_common_partition_arguments. Due to this it lacks support for certain common flags, such as '--config-file-json'.

The documentation for this also needs to be updated - none of the optional flags (filter-status, bqrh, etc) are documented.