AWS Data Wrangler v2.0.0 Release Notes
Release Date: 2020-12-07 // about 4 years ago-
๐ฅ Breaking changes
sqlalchemy
andpsycopg2
dependencies replaced byredshift_connector
andpg8000
- All
wr.db.*
functions was distributed intowr.redshift.*
,wr.postgresql.*
andwr.mysql.*
(Tutorial) - ๐จ Redshift COPY and UNLOAD function was refactored into
wr.redshift.*
(Tutorial) - โ
wr.catalog.get_engine()
was replaced bywr.redshift.connect()
,wr.postgresql.connect()
,wr.mysql.connect()
(Tutorial)
๐ New Functionalities
โจ Enhancements
- ๐ General performance improved for s3 I/O removing eventual consistency guardrails (Reference)
- โ Add retry with decorrelated jitter for Athena and Glue Catalog calls to overcome throttling in high concurrency scenarios.
๐ Docs
- โก๏ธ Updates regarding all new functionalities
- โ Add Amazon Timestream tutorial
- โ Add Amazon Timestream tutorial 2
AWS re:Invent related news
- ๐ AWS Lambda now supports up to 10 GB of memory and 6 vCPU cores
- Amazon S3 now delivers strong read-after-write consistency
- ๐ AWS Lambda now supports container images as a packaging format
- โฑ Serverless Batch Scheduling with AWS Batch and AWS Fargate
Thanks
๐ We thank the following contributors/users for their work on this release:
@Brooke-white, @danielwo, @sapientderek, @pmleveque, @igorborgest.
_ P.S. _ Lambda Layer zip file and Glue wheel/egg files are available below. Just upload it and run!
Previous changes from v1.10.1
-
๐ New Functionalities
โจ Enhancements
๐ Bug Fix
- ๐ Fix Athena read with
ctas_approach=False
andchunksize=True
#458 - ๐ Fix overwriting for not enforced configs #450
๐ Docs
Thanks
๐ We thank the following contributors/users for their work on this release:
@tuannguyen0901, @bryanyang0528, @czagoni, @jesusch, @danielwo, @DonghanYang, @eric-valente, @igorborgest.
_ P.S. _ Lambda Layer zip file and Glue wheel/egg files are available below. Just upload it and run!
- ๐ Fix Athena read with