amazon-redshift-python-driver icon indicating copy to clipboard operation
amazon-redshift-python-driver copied to clipboard

Redshift Python Connector. It supports Python Database API Specification v2.0.

Results 65 amazon-redshift-python-driver issues
Sort by recently updated
recently updated
newest added

The **fetch_dataframe** method provided by the Redshift connector appears to return more decimal places than expected. For example, 0.074 becomes 0.07400000095367, likely due to how Redshift stores and retrieves floating-point...

## Description EOM ## Motivation and Context when commit after `pre-commit install`, isort checked all project files ## Testing ## Screenshots (if appropriate) ## Types of changes - [ ]...

Related to #223 The changes from #224 should have resulted in the py.typed marker file being included in the published wheel (following the [instructions in the setuptools docs](https://setuptools.pypa.io/en/latest/userguide/datafiles.html#package-data) and the...

I can't connect to an IAMR redshift user with this lib ```sql CREATE USER "IAMR:test_to_delete_redshift_ci" PASSWORD DISABLE; ``` but It work when I manually use boto3+psycopg2 ```python import os import...

## Description Remove unused top level code in core/type_utils. ## Motivation and Context None. ## Testing Not Test ## Screenshots (if appropriate) None. ## Types of changes - [ ]...

I'm using `write_dataframe` function to write a pandas DataFrame. My context is that this dataframe containts columns of three different types: 1. Object (string) in pandas has None as missing...

I'm trying to write a `pandas.DataFrame` into a table using the `write_dataframe `function but I tried waiting 10 minutes, and it does not finish. I limited the size of the...

From what I see python driver was not recalled in pypi. https://pypi.org/project/redshift-connector/ https://snarky.ca/what-to-do-when-you-botch-a-release-on-pypi/

## Driver version 2.1.5 ## Redshift version PostgreSQL 8.0.2 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3), Redshift 1.0.80583 ## Client Operating System Linux ## Python...

## Driver version 2.1.1 ## Redshift version PostgreSQL 8.0.2 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3), Redshift 1.0.79372 ## Client Operating System Ubuntu 24.04 LTS...