FlorentPajot / pandas-aws

AWS helpers for data engineers and data scientists. Easily interacts with AWS from and to pandas.DataFrame.
MIT License
1 stars 2 forks source link

Add column upsert to redshift module #9

Open FlorentPajot opened 3 years ago

FlorentPajot commented 3 years ago

The Redshift documentation on AWS website explicitly proposes to merge (upsert) methods. Only the first one is currently available in the RedshiftClient class. A new one could be added to handle the column selective upsert.