issues
search
aws
/
amazon-redshift-python-driver
Redshift Python Connector. It supports Python Database API Specification v2.0.
Apache License 2.0
204
stars
76
forks
source link
Optionally allow keeping original column names in fetch_dataframe method
#232
Open
NI1993
opened
3 months ago
NI1993
commented
3 months ago
Description
Motivation and Context
Testing
Screenshots (if appropriate)
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
Checklist
[ ] Local run of
./build.sh
succeeds
[ ] Code changes have been run against the repository's pre-commit hooks
[ ] Commit messages follow
Conventional Commit Specification
[ ] I have read the
README
document
[ ] I have added tests to cover my changes
[ ] I have run all unit tests using
pytest test/unit
and they are passing.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Description
Motivation and Context
Testing
Screenshots (if appropriate)
Types of changes
Checklist
./build.sh
succeedspytest test/unit
and they are passing.