You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
Support MERGE INTO .. USING (SELECT * FROM ( VALUES .. ) )
SNOW-889678: Support MERGE INTO .. USING (SELECT * FROM ( VALUES .. ) )
Aug 9, 2023
Any update on this? Is the intention for me to create a temporary table with the data I have in my python script and then use this merge into function with this temp table as the source?
hi all and thank you for this interest in this new capability - at this moment there's no timeline available for the implementation but will update this thread as soon as any new information becomes available.
What is the current behavior?
The
MergeInto
command expects the source to be from an existing table.What is the desired behavior?
It would be great to have simple syntax for pulling from
VALUES
.If there's already a way to do this with a CTE or a temporary table, having an example of that approach in the docs would be very helpful as well.
For example, something like:
However, I'm not sure if or how table and column references would work with a
Values
.How would this improve
snowflake-connector-python
?This would make it easier to use
MergeInto
when the source data is not already in a table.References, Other Background
The text was updated successfully, but these errors were encountered: