We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to have the output in result.errors have aliases substituted for 'left' and 'right'
Something like,
result = compare(left_uri, right_uri, left_alias='alpha_db', right_alias='omega_db')
This would be really useful in the unit tests I'm writing so failures in the results would indicate which db is which
The text was updated successfully, but these errors were encountered:
That is a nice idea. Shouldn't be too tricky to add. Pull requests are welcome ;-)
Sorry, something went wrong.
@mattbennett I might have some time to do this. Been really busy lately, but things are going to be slower for the next week.
No branches or pull requests
It would be nice to have the output in result.errors have aliases substituted for 'left' and 'right'
Something like,
This would be really useful in the unit tests I'm writing so failures in the results would indicate which db is which
The text was updated successfully, but these errors were encountered: