Aws Data Wrangler Versions Save

pandas on AWS - Easy integration with Athena, Glue, Redshift, Timestream, Neptune, OpenSearch, QuickSight, Chime, CloudWatchLogs, DynamoDB, EMR, SecretManager, PostgreSQL, MySQL, SQLServer and S3 (Parquet, CSV, JSON and EXCEL).

3.7.2

4 weeks ago

Features/Enhancements ๐Ÿš€

  • Add support for DeltaLake's DynamoDB lock mechanism by @LeonLuttenberger in #2705

Bug fixes ๐Ÿ›

  • wr.athena.to_iceberg - Insert query has mismatched column types #2678 by @GalvFionic in #2715
  • allow s3_output in athena.to_iceberg by @jaidisido in #2727
  • replace deprecated np.split_array by @jaidisido in #2735
  • Athena to_iceberg fails with non-lowercase column names by @LeonLuttenberger in #2736
  • Support Ray 2.10 by @kukushking in #2741

New Contributors

  • @GalvFionic made their first contribution in #2715

Full Changelog: https://github.com/aws/aws-sdk-pandas/compare/3.7.1...3.7.2

3.7.1

1 month ago

Bug fixes ๐Ÿ›

Documentation ๐Ÿ“š

Full Changelog: https://github.com/aws/aws-sdk-pandas/compare/3.7.0...3.7.1

3.7.0

1 month ago

Breaking changes ๐Ÿ’ฅ

Lake Formation Governed tables are being phased out and we are dropping support (#2692).

Features/Enhancements ๐Ÿš€

Bug fixes ๐Ÿ›

New Contributors

Full Changelog: https://github.com/aws/aws-sdk-pandas/compare/3.6.0...3.7.0

3.6.0

2 months ago

Features/Enhancements ๐Ÿš€

  • Enable Iceberg row deletion & add mode parameter to to_iceberg by @LeonLuttenberger in #2632
  • Add support for pyarrow type large_string by @joakibo in #2663
  • Add max_results to athena.list_query_executions by @LeonLuttenberger in #2665

Bug fixes ๐Ÿ›

  • Pyarrow 15 imports & remove unused code by @kukushking in #2649

New Contributors

Full Changelog: https://github.com/aws/aws-sdk-pandas/compare/3.5.2...3.6.0

3.5.2

3 months ago

Bug fixes ๐Ÿ›

Documentation ๐Ÿ“š

Other ๐Ÿค–

New Contributors

  • @raaidarshad made their first contribution in #2636

Full Changelog: https://github.com/aws/aws-sdk-pandas/compare/3.5.1...3.5.2

3.5.1

3 months ago

Bug fixes ๐Ÿ›

  • Deserialization error when reading from DynamoDB using KeyConditionExpression by @LeonLuttenberger in #2607
  • Reading of chunked parquet when columns parameter is specified by @rchromik in #2599

Documentation ๐Ÿ“š

  • Add show_create_table to Athena API page by @MikeSchriefer in #2610

Other ๐Ÿค–

  • chore: Replace bump2version with bump-my-version by @LeonLuttenberger in #2608
  • chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #2609
  • chore(deps): bump grpcio from 1.51.3 to 1.53.0 by @dependabot in #2612

New Contributors

  • @MikeSchriefer made their first contribution in #2610
  • @rchromik made their first contribution in #2599

Full Changelog: https://github.com/aws/aws-sdk-pandas/compare/3.5.0...3.5.1

3.5.0

3 months ago

Breaking changes ๐Ÿ’ฅ

Due to CVEs, Ray is capped to patched version 2.9.x. As a result, the latest version of the library cannot be used on the Glue for Ray runtime. We have raised the CVEs issue to the Glue team

Features/Enhancements ๐Ÿš€

Bug fixes ๐Ÿ›

Documentation ๐Ÿ“š

Other ๐Ÿค–

New Contributors

Full Changelog: https://github.com/aws/aws-sdk-pandas/compare/3.4.2...3.5.0

3.4.2

5 months ago

Features/Enhancements ๐Ÿš€

Full Changelog: https://github.com/aws/aws-sdk-pandas/compare/3.4.1...3.4.2

3.4.1

6 months ago

Features/Enhancements ๐Ÿš€

Bug fixes ๐Ÿ›

Documentation ๐Ÿ“š

New Contributors

Full Changelog: https://github.com/aws/aws-sdk-pandas/compare/3.4.0...3.4.1

3.4.0

7 months ago

Features/Enhancements ๐Ÿš€

  • Geospatial - parse Athena geospatial types via geopandas by @kukushking in #2346
  • Allow group identifiers to be used in wr.cloudwatch queries by @LeonLuttenberger in #2430
  • Add ignore null store parquet metadata by @raaidarshad in #2450

Bug fixes ๐Ÿ›

  • Add missing boto3 session in athena.to_iceberg wait_query by @jaidisido in #2428
  • Add catalog ID in athena.to_iceberg by @jaidisido in #2446
  • Return None for missing column and partition key comment by @robert-schmidtke in #2449
  • Fix urllib3 error when building AWS Lambda Layers by @LeonLuttenberger in #2447
  • Duplicate schema argument in wr.s3.to_parquet by @kukushking in #2455

Tests ๐Ÿงช

  • Test dependabot groups feature by @jaidisido in #2426

New Contributors

Full Changelog: https://github.com/aws/aws-sdk-pandas/compare/3.3.0...3.4.0