Closed CandiedCode closed 1 year ago
Perhaps we need to convert the result_reuse_enable
and result_reuse_minutes
passed to the URL in the following method.
https://github.com/laughingman7743/PyAthena/blob/master/pyathena/sqlalchemy/base.py#L987-L1013
Thanks @laughingman7743 that does solve my issue.
How can we set
result_reuse_enable
andresult_reuse_minutes
if we are using sqlalchemy?I've tried something like this...
But it fails because they are not converted to the expected value types