What's Changed * Change to not retrieve query results for UPDATE, DELETE, MERGE, and VACUUM statements (fix 441) by laughingman7743 in https://github.com/laughingman7743/PyAthena/pull/442
What's Changed * Replace session scope fixtures with pytest_sessionstart and pytest_sessionfinish methods by laughingman7743 in https://github.com/laughingman7743/PyAthena/pull/438 * Support for SQLAlchemy 2.0 (fix 415) & Redesign SQLAlchemy dialect layout (fix 329) by laughingman7743 in https://github.com/laughingman7743/PyAthena/pull/420 * Drop support for Python 3.7 (fix 435) by laughingman7743 in https://github.com/laughingman7743/PyAthena/pull/439 * Fix test directory structure by laughingman7743 in https://github.com/laughingman7743/PyAthena/pull/440
What's Changed * Fix anonymous connection on s3fs to not set credentials by laughingman7743 in https://github.com/laughingman7743/PyAthena/pull/433 * Support for requester payments with s3fs by laughingman7743 in https://github.com/laughingman7743/PyAthena/pull/434
What's Changed * Fix constructor arguments for DDLCompiler by laughingman7743 in https://github.com/laughingman7743/PyAthena/pull/423 * Changed type of reserved words in SQLAlchemy from list to set by laughingman7743 in https://github.com/laughingman7743/PyAthena/pull/424 * Fixed error handling to avoid using SQLAlchemy utility methods by laughingman7743 in https://github.com/laughingman7743/PyAthena/pull/425 * Fix SQLAlchemy tests to allow upgrading to SQLAlchemy 2.0 by laughingman7743 in https://github.com/laughingman7743/PyAthena/pull/427 * Fix test cases to support Athena engine version 3 by laughingman7743 in https://github.com/laughingman7743/PyAthena/pull/428 * Fix FutureWarning: The argument 'use_nullable_dtypes' is deprecated a… by laughingman7743 in https://github.com/laughingman7743/PyAthena/pull/429 * Fix FutureWarning: The argument 'infer_datetime_format' is deprecated… by laughingman7743 in https://github.com/laughingman7743/PyAthena/pull/430 * Fix constructor of S3FileSystem class to maintain compatibility with s3fs (fix 418) by laughingman7743 in https://github.com/laughingman7743/PyAthena/pull/431