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

when querying `pg_views`, redshift coerces materialized views to be of `relkind='v'`, so the below case statement is not relevant to Redshift at all. I wish that Redshift wouldn't do this,...

## Description resolves: #173 ## Motivation and Context ## Testing ## Screenshots (if appropriate) ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) -...

## Driver version 2.0.910 ## 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.49780 ## Client Operating System macos monterey 12.6.2...

enhancement

## ask related to: dbt-labs/dbt-core#39 dbt-labs/dbt-core#46 dbt-labs/dbt-core#82 allow for dbt (and other consumers/users) to make use of this driver in a simple query flow manner. two specific places that introduce...

enhancement

## Driver version 2.1.0 ## 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.63269 ## Client Operating System macOS 14.2.1 (23C71)...

While a `Cursor` attribute providing SQL State Code is not officially a part of [PEP 249: Python DB API 2.0 spec](https://peps.python.org/pep-0249/), there is an ANSI-standardized "SQL state code". Many database...

Hopefully solves https://github.com/aws/amazon-redshift-python-driver/issues/214

In aws glue shell job , i am using a wheel file which has all the libraries needed for aws wrangler, redshift-connector and i do see scramp library part of...

The driver needs to support "PEZ" style authentication

Use `%s` instead of `$s` for the log message placeholder when logging the response code received from Redshift. ## Description This adjusts the log placeholder to avoid `TypeError` being raised...