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

Support merge into operation #433

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

zhaohehuhu
Copy link

No description provided.

@sfc-gh-mrui
Copy link
Contributor

Hi, @luoyedeyi, Snowflake Merge is a very powerful SQL command https://docs.snowflake.com/en/sql-reference/sql/merge.html. It can support insert/update/delete and combine with many matchedClause and notMatchedClause. It needs a design to consider all the cases
This PR focus on merge with insert only. I think it's better not to merge this PR before we have a design for the MERGE support overall.

@zhaohehuhu
Copy link
Author

Got it. I'm happy to do something for you guys if you wanna.

@tchow-notion
Copy link

@zhaohehuhu what's the progress on this PR? I'd be interested in using this.

@zhaohehuhu
Copy link
Author

Waiting for the respond further. Actually we're using this feature for a while

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

Successfully merging this pull request may close these issues.

4 participants