Open markfickett opened 1 year ago
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