-
Notifications
You must be signed in to change notification settings - Fork 29
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
Exasol SQLA client usage stopped working in certain scenarios #136
Comments
The current course of action, regarding the analysis will be:
|
One of the main differences between version 2.0.10 and 2.1.0 of this project, was the introduction of the usage of the ODBC metadata function. |
As already mentioned by @tkilias, there are substantail changes in the following commit: |
SQLA client stopped working
This issue was discovered by indirect usage, to be precise user(s) of the apache-superset project stumbled upon this issue while using it. apache-superset makes use of SQLA and this exasol dialect for SQLA. Due to the fact that the error couldn't yet narrowed down to a specific part in this library the error scenario/description does rely on apache-superset. Once the
root cause
is clear this issue should be updated accordingly.The context in which the issue have been found can be seen here.
How to reproduce
Setup an Apache superset installation/instance
python -m pip install "apache-superset[exasol]==1.5.0"
Add an exasol DB
Try to add a Dataset from the Exasol DB
Expected Behavior
✔️ On step
3.iii
all available Tables/Views are shown and can be selected.Actual Behavior
💥 No Tables/Views are shown.
The text was updated successfully, but these errors were encountered: