github aws/aws-sdk-pandas 2.1.0
AWS Data Wrangler 2.1.0

latest releases: 3.7.3, 3.7.2, 3.7.1...
3 years ago

New Functionalities

  • Add secretmanager module and support for databases connections #402
con = wr.redshift.connect(secret_id="my-secret", dbname="my-db")
df = wr.redshift.read_sql_query("SELECT ...", con=con)
con.close()

Bug Fix

  • Fix connection attributes quoting for wr.*.connect() #481
  • Fix parquet table append for nested struct columns #480

Thanks

We thank the following contributors/users for their work on this release:

@danielwo, @nmduarteus, @nivf33, @kinghuang, @igorborgest.


P.S. Lambda Layer zip file and Glue wheel/egg files are available below. Just upload it and run!

Don't miss a new aws-sdk-pandas release

NewReleases is sending notifications on new releases.