Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insert/Update in Redshift tables #195

Closed
gracezxl opened this issue Mar 30, 2016 · 2 comments
Closed

Insert/Update in Redshift tables #195

gracezxl opened this issue Mar 30, 2016 · 2 comments
Labels

Comments

@gracezxl
Copy link

Hi authors,

Is there any way to perform insert/update/delete sql to redshift tables using your existed functions?

@JoshRosen
Copy link
Contributor

Do you mean "upsert"-type operations, like modifications to existing rows or selective deletions? Right now, this library does not have upsert support and only supports bulk appends and overwrites of rows.

@gracezxl
Copy link
Author

Yes, right. Thanks for the information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants