Caveats
⚠️ For platforms without PyArrow 3 support (e.g. MWAA, EMR, Glue PySpark Job):
➡️pip install pyarrow==2 awswrangler
Enhancements
- Added a
chunksize
parameter to theto_sql
function. Default set to 200. Decreased insertion time from 120 to 1 second #599 path
argument is now optional ins3.to_parquet
ands3.to_csv
functions #586- Added a
map_types
boolean (set to True by default) to convert pyarrow DataTypes to pandas ExtensionDtypes #580 - Added optional
ctas_database_name
argument to storectas_temporary_table
in an alternative database #576
Thanks
We thank the following contributors/users for their work on this release:
@maxispeicher, @igorborgest, @ilyanoskov, @VashMKS, @jmahlik, @dimapod, @Reeska
P.S. The AWS Lambda Layer file (.zip) and the AWS Glue file (.whl) are available below. Just upload it and run!