-
Notifications
You must be signed in to change notification settings - Fork 14k
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
Cannot create a Dataset of an Exasol Database View #16541
Comments
I found a workaround, but that's not how it meant to be added some lines
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
Anybody interested? |
@hughhhh is working on an Exasol ticket, maybe he can take a look? |
Hi all,(@ApfelPresse, @lkwg82, @betodealmeida, @hughhhh) I am the new maintainer of the sqlalchemy-exasol which is used in A colleague of mine (@tkilias) and I started digging a bit into this issue, to ensure this is not caused by sqlalchemy-exasol. While trying to reproduce and analyzing the issue, we could figure out the following things:
I hope this helps. best |
As addition to my previous comment, @tkilias mentioned to me that it is likely not clear enough:
|
If I'm understanding correctly it sounds like this issue is either fixed, or is out of our hands. Closing this as stale either way since it's been silent for so long, and we're trying to steer toward a more actionable Issues backlog. If people are still encountering this in current versions (currently 3.x) please open a new Issue or a PR to address the problem (or we can re-open this if the context is more helpful than a fresh issue). |
Hey,
we tried to connect to our Exasol Database and followed the instructions on this page
https://superset.apache.org/docs/databases/exasol
Well, this did not work quite well, because of a missing dependency unixodbc-dev, which is needed by sqlalchemy-exasol.
We solved that with the steps below, but now we cannot create a Dataset of a Database View (Tables are working)
Expected results
A Dataset of an Exasol View
Actual results
It is not possible to create a Dataset of an Exasol Database View, but Tables are working
Screenshots
How to reproduce the bug
Steps we did to install the exasol odbc driver:
First, we added the pip dep to the requirements-local.txt, as describes in the documentation (only 2.0.10 is working properly)
Then we modified the Dockerfile, to add the missing dependency unixodbc-dev
Configured the odbc.ini
Connection String
Environment
we used the latest superset version and we use Exasol 7.0.10
The text was updated successfully, but these errors were encountered: