How would you do Delta Loads into Snowflake tables?
I have been looking on snowflakes documentation but I haven't been able to find anything on the topic.
Thanks
How would you do Delta Loads into Snowflake tables?
I have been looking on snowflakes documentation but I haven't been able to find anything on the topic.
Thanks
Merge
would be the standard way to do this in Snowflake:
https://docs.snowflake.net/manuals/sql-reference/sql/merge.html
https://community.snowflake.com/s/article/how-to-perform-a-mergeupsert-from-a-flat-file-staged-on-s3