tiago-as commented on issue #10565:
URL:
https://github.com/apache/incubator-superset/issues/10565#issuecomment-672879392
I was using Ubuntu 20.04 without success. I downgraded the operating system
to Ubuntu 18.04 and to use Python 3.6. I was able to connect using PyMySQL with
the following URI: **mysql+pymysql://USERNAME:PASSWORD@IP_ADDRESS/DATABASE**
And with the following JSON in the extra field:
```
{
"metadata_params": {},
"engine_params": {
"connect_args":{
"ssl": {
"sslca": "<PATH_TO_CERT>"
}
}
},
"metadata_cache_timeout": {},
"schemas_allowed_for_csv_upload": []
}
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]