You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm setting up the new AWS S3 tables with Athena and Apache Superset.
To use Athena in Superset, I must specify the catalog name in the SQLAlchemy connection string.
This is not possible, but a tiny change, such as adding it to the query string, works.
See: master...YAtOff:PyAthena:feature/sqlalchemy-param-catalog-name
Unless there is a better way, I could make a PR and add the feature to the project.
The text was updated successfully, but these errors were encountered:
I'm setting up the new AWS S3 tables with Athena and Apache Superset.
To use Athena in Superset, I must specify the catalog name in the SQLAlchemy connection string.
This is not possible, but a tiny change, such as adding it to the query string, works.
See: master...YAtOff:PyAthena:feature/sqlalchemy-param-catalog-name
Unless there is a better way, I could make a PR and add the feature to the project.
The text was updated successfully, but these errors were encountered: