Ask Your Question
1

What is the meaning of 'Databricks DeltaMergeBuilder' not having the attribute 'whenNotMatchedBySourceDelete'?

asked 2021-12-24 11:00:00 +0000

lalupa gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-04-17 00:00:00 +0000

ladyg gravatar image

This error message suggests that the code is trying to access an attribute ("whenNotMatchedBySourceDelete") of the Databricks DeltaMergeBuilder object, but this attribute does not exist. It may be that the attribute was removed or renamed in a newer version of Databricks DeltaMergeBuilder, or there may be a typo or error in the code that is causing the attribute to be referenced incorrectly.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-12-24 11:00:00 +0000

Seen: 13 times

Last updated: Apr 17 '22