amazon-redshift-python-driver
amazon-redshift-python-driver copied to clipboard
Redshift Python Connector. It supports Python Database API Specification v2.0.
## Driver version 2.1.0 ## Redshift version 1.0.63269 ## Client Operating System Amazon Linux 2 ## Python version 3.7 ## Table schema None ## Problem description pip package installation fails...
## Description literally just 2 `int()` casts for various cases where `timeout` and `idp_response_timeout` are read in as strings, but should be integers ## Motivation and Context Since sqlalchemy (and...
See this issue for context : https://github.com/dbt-labs/dbt-redshift/issues/842 The connector need to be able to support IAM Role via inline parameters in addition to via an AWS profile, the same way...
Previously, the `Cursor.fetch_dataframe` method lowercased column names preemptively, thus not respecting the [case-sensitivity configuration value](https://docs.aws.amazon.com/redshift/latest/dg/r_enable_case_sensitive_identifier.html). This could lead to issues, when e.g. two different columns resolved to the same name...
## Driver version 2.1.3 ## 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.76169 ## Client Operating System macos ## Python...
## Driver version redshift-connector 2.1.3 ## 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.76230 ## Client Operating System window ##...
struct.error: unpack_from requires a buffer of at least 5 bytes for unpacking 5 bytes at offset 0 (actual buffer size is 0)
Title.
Hey All! I'd like to suggest adding the ability to fetch results of a query in a [pyarrow.Table](https://arrow.apache.org/docs/python/generated/pyarrow.Table.html) format. WDYT? Thanks In advance!
## Driver version 2.1.2 ## 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.70634 ## Client Operating System macos ## Python...