v2.6.0
- Add
row_format,file_format,serdepropertiesandtblpropertiesto dialect options in SQLAlchemy #306- Support for creating tables in various file and row formats in SQLAlchemy.
https://github.com/laughingman7743/PyAthena#dialect-options - Support for creating tables in various file and row formats is also available in the pandas.DataFrame.to_sql.
https://github.com/laughingman7743/PyAthena#to-sql - The
s3_diroption in the connection string has been removed and is now specified in thelocationof the dialect option. - Remove
AthenaRowFormatmodel class. - Add
AthenaFileFormatandAthenaRowFormatSerdemodel classes
- Support for creating tables in various file and row formats in SQLAlchemy.