zhugw opened a new issue, #21092:
URL: https://github.com/apache/superset/issues/21092
Python3.8 and superset version 1.1.0, why not support
```
mysql://{username}:{password}@{host}/{database}
```
but support
```
mysql+mysqlconnector://{username}:{password}@{host}/{database}
```
but use it in Python console is Ok
```
import sqlalchemy
engine =
sqlalchemy.create_engine('mysql://{username}:{password}@{host}/{database}')
connection = engine.connect()
```
and it does not tell reason, just 422 status
```
POST /api/v1/database/test_connection HTTP/1.0" 422
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]