You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When users request validation of non existent columns, the validation for that column is quietly ignored.
DVT should minimally log a WARNING - so customers know the the validation column they requested does not exist. Logging an error could break current validations.
To demonstrate try this command data-validation validate column -sc oracle21 -tc postgres -count='col_baa' tbls=pso_data_validator.dvt_core_types=pso_data_validator.dvt_core_types or this data-validation validate row -sc oracle21 -tc postgres -hash='col_date,col_baa' -pk=id -tbls=pso_data_validator.dvt_core_types=pso_data_validator.dvt_core_types
This may require updates to our test suites - since they don't expect the warning.
Thanks.
Sundar Mudupalli
The text was updated successfully, but these errors were encountered:
Hi,
When users request validation of non existent columns, the validation for that column is quietly ignored.
To demonstrate try this command
data-validation validate column -sc oracle21 -tc postgres -count='col_baa' tbls=pso_data_validator.dvt_core_types=pso_data_validator.dvt_core_types
or thisdata-validation validate row -sc oracle21 -tc postgres -hash='col_date,col_baa' -pk=id -tbls=pso_data_validator.dvt_core_types=pso_data_validator.dvt_core_types
Thanks.
Sundar Mudupalli
The text was updated successfully, but these errors were encountered: