-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
When connecting to the oracle database, an error is reported when making a line chart #7765
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Please provide Superset version info along with results from |
superset version:release--0.33 pip list:requirements.txt
requirements-dev.txt
|
cx_Oracle version is 7.1.3 |
Please see if upgrading to |
I have upgraded sqlalchemy to 1.3.5, but still can't. |
I was able to reproduce, will investigate shortly. |
thank you very much @villebro |
@devilzhangzzz please check PR #7767 |
The test has passed, thank you again @villebro |
What is the 'SQLAlchemy URI' that we should give when adding a new oracle database? Specifying the below string with valid values isn't working out
I am struggling to form the uri string for oracle. Kindly suggest. Thanks. |
I think service_name should be equal to the TNS name. This is how the URI on my dev rig looks like (running Oracle locally on docker):
|
Thanks. This uri worked after installing oracle instant client on the server. |
ERROR:root:init() missing 1 required positional argument: 'col'
The text was updated successfully, but these errors were encountered: