bryzgaloff commented on issue #6697: URL: https://github.com/apache/superset/issues/6697#issuecomment-1089091208
Check PyAthena version. [Superset docs](https://superset.apache.org/docs/databases/installing-database-drivers) tell `PyAthena>1.2.0` while PyAthena PyPI page says `PyAthena[SQLAlchemy]>=1.0.0, <2.0.0`. In my case `PyAthena[SQLAlchemy]>1.2.0, <2.0.0` (combining both constraints) solved an issue and the tables were present in dropdown list in SQL Lab (it was empty with `PyAthena==2.5.1` (latest) version before). -- 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]
