fix(athena): change PyAthena to >=3.9.0 for timestamp with timezone #2714
fix(athena): change PyAthena to >=3.9.0 for timestamp with timezone #2714bujjibabukatta wants to merge 6 commits into
Conversation
|
bujjibabukatta seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
Hi @milanaleksic could you please verify and approve pull request? |
|
Hi @milanaleksic all qc check passed ,could you verify and approve pull request. |
|
Hi @m1n0 could you please approve pull request? |
|
|
Hi @Niels-b @m1n0 @paulteehan @AidaPaul @mivds @nik843 @Lepo00 @milanaleksic @nielsn @jzalucki all tests passed, could you please review and approve pull request ? |
|
@bujjibabukatta after a glance I have a lot of questions as this seems to introduce a breaking changes, downgrade soda code, bump PyAthena by major version etc... |



Fixes #2402
Changes
<3.0,>=2.2.0to>=3.9.0TIMESTAMP_TZ→TIMESTAMPsynonym (was silentlydropping timezone info)
TIMESTAMP_TZ→"timestamp with time zone"in typemappings
format_metadata_data_typeto handle types liketimestamp(3) with time zonecorrectly using regex