boenshao opened a new pull request, #24200: URL: https://github.com/apache/superset/pull/24200
### SUMMARY The recommended version of pyathena in the doc is `PyAthena>1.2.0`, which is not in sync with the version specified in [setup.py](https://github.com/apache/superset/blob/master/setup.py#LL135C19-L135C19), which is `pyathena[pandas]>=2,<3`. If pyathena v3 is installed, it will result in a runtime error `Name "Optional" is not defined`. Revert back to v2 resolved the issue and the connection works correctly. Also, other packages lack version constrain in the same doc, should I also update them? Let me know. -- 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]
