AWS Data Wrangler 2.6.0
Caveats
⚠️ For platforms without PyArrow 3 support (e.g. MWAA, EMR, Glue PySpark Job):
➡️pip install pyarrow==2 awswrangler
Enhancements
- Added a chunksizeparameter to theto_sqlfunction. Default set to 200. Decreased insertion time from 120 to 1 second #599
- pathargument is now optional in- s3.to_parquetand- s3.to_csvfunctions #586
- Added a map_typesboolean (set to True by default) to convert pyarrow DataTypes to pandas ExtensionDtypes #580
- Added optional ctas_database_nameargument to storectas_temporary_tablein 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!