You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure these boxes are checked before submitting your issue - thank you!
[*] I have checked the superset logs for python stacktraces and included it here as text if any
[*] I have reproduced the issue with at least the latest released version of superset
[*] I have checked the issue tracker for the same issue and I haven't found one similar
Superset version
The latest version on docker.
0.20.5 on Debian/python3
Expected results
I am trying to connect to a mysql database which requires the connector to require SSL but does not require an ssl ca. This should just work and has worked before, but I moved to a new host computer and did not remember the work around I had found before.
Actual results
The installation guide shows a snippet for the "connect_args" which should do such, however whenever i enter anything in the connect_args section, all I get is this error:
ERROR: {"error": "Connection failed!\n\nThe error message returned was:\n'sslmode' is an invalid keyword argument for this function"}
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
The latest version on docker.
0.20.5 on Debian/python3
Expected results
I am trying to connect to a mysql database which requires the connector to require SSL but does not require an ssl ca. This should just work and has worked before, but I moved to a new host computer and did not remember the work around I had found before.
Actual results
The installation guide shows a snippet for the "connect_args" which should do such, however whenever i enter anything in the connect_args section, all I get is this error:
ERROR: {"error": "Connection failed!\n\nThe error message returned was:\n'sslmode' is an invalid keyword argument for this function"}
Steps to reproduce
SQLAlchemy URI: mysql://:@.sftp.wpengine.com:13306/
Extra section:
{
"metadata_params": {},
"engine_params": {
"connect_args":{
"sslmode":"require"
}
}
}
The text was updated successfully, but these errors were encountered: