This repository was archived by the owner on Sep 20, 2023. It is now read-only.
v2.0.8
Porting the following features from PyAthena.
- Change s3_staging_dir argument to optional.
pyathena-dev/PyAthena#107 - Support pandas.to_sql.
pyathena-dev/PyAthena#110 - Fix parameter format of Decimal type.
pyathena-dev/PyAthena#123 - Changed date and datetime type conversions to use literal values in all cases.
pyathena-dev/PyAthena#127 - Add code format configurations & Apply code formatting.
pyathena-dev/PyAthena#138