aws-sdk-pandas
aws-sdk-pandas copied to clipboard
pandas on AWS - Easy integration with Athena, Glue, Redshift, Timestream, Neptune, OpenSearch, QuickSight, Chime, CloudWatchLogs, DynamoDB, EMR, SecretManager, PostgreSQL, MySQL, SQLServer and S3 (Par...
Bumps the development-dependencies group with 3 updates: [boto3-stubs](https://github.com/youtype/mypy_boto3_builder), [ruff](https://github.com/astral-sh/ruff) and [bump-my-version](https://github.com/callowayproject/bump-my-version). Updates `boto3-stubs` from 1.34.93 to 1.34.98 Commits See full diff in compare view Updates `ruff` from 0.4.2 to 0.4.3...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 to 3.0.3. Release notes Sourced from werkzeug's releases. 3.0.3 This is the Werkzeug 3.0.3 security release, which fixes security issues and bugs but does not otherwise...
### Feature or Bugfix - Bugfix ### Relates - https://github.com/aws/aws-sdk-pandas/issues/2794 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
### Feature or Bugfix - Enhancement ### Detail - add columns parameters support ### Relates - closes #2811 By submitting this pull request, I confirm that my contribution is made...
**Is your idea related to a problem? Please describe.** Linked to #2810 , The api for glue columns includes [Parameters](https://docs.aws.amazon.com/glue/latest/webapi/API_Column.html). However none of the aws-sdk-pandas functions allows you to get...
**Is your idea related to a problem? Please describe.** The api for glue columns includes [Parameters](https://docs.aws.amazon.com/glue/latest/webapi/API_Column.html). However none of the aws-sdk-pandas functions allows you to set or update the column...
### Describe the bug ## Exception When I use awswrangler.s3.read_parquet_table with a partition filter I get this exception: ``` ParamValidationError: Parameter validation failed: Unknown parameter in input: "ExcludeColumnSchema", must be...
### Feature or Bugfix - Bugfix ### Detail - Fixes issue with table creation when using upsert mode in Postgres.
### Describe the bug When using upsert mode in the to_sql method for Postgres, table creation is rolled back with the following exception: "No unique or exclusion constraint matching the...