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
trafficstars

## Driver version Redshift Python Driver 2.0.908 ## Redshift version 1.0.37493 ## Client Operating System Linux-4.14.281-212.502.amzn2.x86_64-x86_64-with-glibc2.2.5 ## Python version 3.8.12 ## Problem description I am trying to connect to redshift...

## Driver version Apply to master too. ## Redshift version N/A ## Client Operating System N/A ## Python version 3.10 ## Table schema N/A ## Problem description Library raises deprecation...

redshift_connector cursor.get_columns() is not able to find my table which is named 'some_table' (WITH the surrounding single quotes.) What can I do? thank you.

## Driver version v2.0.907 [Latest](https://github.com/aws/amazon-redshift-python-driver/releases/latest) ## Redshift version N/A ## Client Operating System N/A ## Python version N/A ## Table schema N/A ## Problem description 1. Expected behaviour: Library is...

enhancement

## Driver version 2.0.907 ## Redshift version Redshift 1.0.38698 ## Client Operating System Docker python:3.10.2 image ## Python version 3.10.2 ## Table schema test_column: INTEGER ## Problem description When attempting...

I want to be able to execute full .SQL files by passing them through the driver. How can i do that?

enhancement

## Driver version 2.0.908 ## 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.40677 ## Client Operating System ubuntu:20.04 ## Python...

## Driver version JupyterLab IPython : 7.32.0 ipykernel : 6.5.1 ipywidgets : 7.6.5 jupyter_client : 7.1.0 jupyter_core : 4.9.1 jupyter_server : 1.12.1 jupyterlab : 3.2.4 nbclient : 0.5.9 nbconvert :...

Use poetry for building Closes #128 ## Description ## Motivation and Context Makes it easier to manage dependencies and venvs in a reproducable manner. ## Testing ## Screenshots (if appropriate)...

Would the team be open to use Python Poetry for development, like [aws-sdk-pandas](https://github.com/aws/aws-sdk-pandas/blob/main/pyproject.toml) is doing?

help wanted