Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--filters feature not working on MySQL. #810

Closed
claudenm opened this issue Apr 19, 2023 · 1 comment
Closed

--filters feature not working on MySQL. #810

claudenm opened this issue Apr 19, 2023 · 1 comment
Assignees

Comments

@claudenm
Copy link

Similar to #760, when running a validation with a MySQL source we get:

No translation rule for <class 'third_party.ibis.ibis_addon.operations.RawSQL'>

The validation was:

data-validation -v validate row  --source-conn mysql -tc bq --tables-list mysql.redacted=bq.redacted --comparison-fields=field1,field2,field3 --primary-keys=id --filters='id>1'

A working validation, omitting the filter is:

data-validation -v validate row  --source-conn mysql -tc bq --tables-list mysql.redacted=bq.redacted --comparison-fields=field1,field2,field3 --primary-keys=id -rr

We'll need to validate billion row tables, so would appreciate this being patched.

@kanhaPrayas kanhaPrayas self-assigned this Apr 20, 2023
@kanhaPrayas
Copy link
Contributor

#812

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants