jkleinkauff commented on issue #15191: URL: https://github.com/apache/superset/issues/15191#issuecomment-949608562
Could be related to your `pyathenajdbc` and `pyathena` lib versions. Try using the same versions described [here](https://superset.apache.org/docs/databases/installing-database-drivers). I was facing the same problem, unpinning pyathenajdbc(not safe tho) should work as well: ``` pyathenajdbc pyathena>=1.10.8,<1.11 ``` -- 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]
