hellonarrativ / spectrify

Export Redshift data and convert to Parquet for use with Redshift Spectrum or other data warehouses.
https://aws.amazon.com/blogs/big-data/narrativ-is-helping-producers-monetize-their-digital-content-with-amazon-redshift/
MIT License
116 stars 25 forks source link

Remove psycopg2 #61

Closed ms32035 closed 4 years ago

ms32035 commented 4 years ago

sqlalchemy-redshift no longer provides this psycopg2 allowing the user to choose between psycopg2 and psycopg2-binary so this overrides the choice if bundled together

csdev commented 4 years ago

@c-nichols I think this makes sense. Should we add a note about this to the readme?