* Fix reserved words in SQLAlchemy 357 * Change string formatting to use f-string 358 * Fix cast as binary type 362 Thanks takacsd 361 * Change schema names retrieval in SQLAlchemy from information schema to API 363 * Add missing fields to AthenaQueryExecution model 365
2.13.0
* Support for reading in chunks with PandasCursor 349 https://github.com/laughingman7743/PyAthena#pandascursor-chunksize-options * Add engine and chunksize to PandasCursor args 349 * Add unload, engine and chunksize to PndasCursor connection string in SQLAlchemy 349 * Fix ArrowCursor connection options in SQLAlchemy 349
2.12.0
* Fix install requires 355 Thanks JayFields 354
2.11.0
* Change connection options to be retrieved from the dialect class instead of the bind parameter 352 The following error in the Dataframe.to_sql method of Pandas 1.4 has been fixed.
sqlalchemy.exc.CompileError: The location of the table should be specified by the dialect keyword argument `awsathena_location`
* Suppress log output when failure to retrieve metadata from SQLAlchemy 353 Thanks plazmakeks 326 * Update botocore and boto3 dependencies 350 Thanks aaronclong 341