We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Do you have any advice on working with Map Types and SQLAlchemy ORM? Is this possible with PyAthena at the moment?
Thanks,
Duncan
The text was updated successfully, but these errors were encountered:
https://github.com/laughingman7743/PyAthena/blob/master/tests/pyathena/sqlalchemy/test_base.py#L277 The current implementation does not support the Map type, so it is handled as a string type. If there is any reference for implementation, it may be possible to implement it in a way that ORM supports.
Sorry, something went wrong.
No branches or pull requests
Hi,
Do you have any advice on working with Map Types and SQLAlchemy ORM? Is this possible with PyAthena at the moment?
Thanks,
Duncan
The text was updated successfully, but these errors were encountered: