Hi, I'm facing an issue handling datetime with timezone columns via soda-core-athena.
I’ve checked that the current soda-core-athena requires PyAthena<3.0,>=2.2.0, but PyAthena 2.x does not support timestamp with timezone — it treats it as a string.
I would like to request updating the dependency to require PyAthena >= 3.9.0, which added support for timestamp with timezone.
Reference: PyAthena v3.9.0 release notes
Hi, I'm facing an issue handling
datetime with timezone columnsvia soda-core-athena.I’ve checked that the current soda-core-athena requires
PyAthena<3.0,>=2.2.0, but PyAthena 2.x does not support timestamp with timezone — it treats it as a string.I would like to request updating the dependency to require PyAthena >= 3.9.0, which added support for timestamp with timezone.
Reference: PyAthena v3.9.0 release notes