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
Remove legacy module exasol_error_reporting_python. We only use exasol.erro.
exasol_error_reporting_python
exasol.erro
All our projects have switched to the new API in exasol.error. We can now remove the legacy module.
exasol.error
The text was updated successfully, but these errors were encountered:
#63: Remove legacy module
e4264f0
67e4638
Refactoring/63 remove legacy module (#64)
80383a2
* #63: Remove legacy module * Updated changelog * Removed more legacy stuff * Reformatted _error.py * Reformatted error_test.py * Made moved files private * Fixed _error.py and _placeholder_handler.py * Fixed unit test
tomuben
Successfully merging a pull request may close this issue.
Summary
Remove legacy module
exasol_error_reporting_python
. We only useexasol.erro
.Details
All our projects have switched to the new API in
exasol.error
. We can now remove the legacy module.Task(s)
exasol.error
to thereThe text was updated successfully, but these errors were encountered: