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...
**Describe the bug** As the code shows in https://github.com/awslabs/aws-data-wrangler/blob/ad06fab6e967618d930595bbebaa1ae0ab906a87/awswrangler/redshift.py#L957, the library is not escaping the query while creating a parent `UNLOAD` query. **Environment** N/A. **To Reproduce** ```py In [5]: wr.redshift.unload_to_files(...
### Feature or Bugfix - Feature ### Detail Extended Athena Formatter ### Relates #806 By submitting this pull request, I confirm that my contribution is made under the terms of...
Much like like issue https://github.com/awslabs/aws-data-wrangler/issues/524#issue-790819816 I was wondering whether there was a way to override this error. I have a column that is nearly (99.9% of the time) and it...
**Is your feature request related to a problem? Please describe.** The feature is related to #609, the main problem that users still need manually quoted values Current workaround which I...
It would be nice if there was an option to multiple instance types to fleet configuration. When using `aws emr create-cluster`, this can be done by passing an argument like...
**Is your feature request related to a problem? Please describe.** Can't use Data API to write a data frame to an Aurora db **Describe the solution you'd like** Support for...
**Description** This issue occurs when passing a `dtype` argument to `wr.s3.to_parquet()` to coerce one of the column to a map containing decimals, e.g. `map`. See reproduction below. The helper function...
Hi Similar to existing issues: - https://github.com/awslabs/aws-data-wrangler/issues/515 - https://github.com/awslabs/aws-data-wrangler/issues/483 I have Glue tables with `-` and them, and fields with `.`, and while I understand they're not supported, they do...
**Is your idea related to a problem? Please describe.** The currently defined `ray_remote` function does not allow us to define options for the function which it is decorating. For example,...
### Feature or Bugfix - Feature ### Detail - Adding distributed versions of `s3.write_csv` and `s3.write_json` By submitting this pull request, I confirm that my contribution is made under the...