https://delta.io logo
l

Lucas Zago

08/02/2023, 12:08 PM
Hi, I have one question about upsert operations : Since I do not know each field will be updated I should specify all the columns in the conditions or i can do like :
Copy code
.whenMatchedUpdateAll()
  .whenNotMatchedInsertAll()
?