yashpandey8055
yashpandey8055

Reputation: 615

Keeping the source of the MERGE statement materialized has failed repeatedly

While trying to run my DLT pipelines , I am repeatedly getting this issue enter image description here

and not sure whats the cause here ?

Also I don't know how the merges happen with apply changes ? Like based on sequenceCol and primary key if it matches it deletes the record or updates it? If somebody can point me right blog or documentation then that will be great !

Edit - using SCD-1 in the delta live table

Upvotes: 0

Views: 448

Answers (1)

rcrnavarro
rcrnavarro

Reputation: 1

Try to see if increasing your cluster capacity helps (or adjusting cluster configuration). This worked for me when I encountered the same error after trying to merge a large dataframe to an existing large delta table (i.e. [DELTA_MERGE_MATERIALIZE_SOURCE_FAILED_REPEATEDLY] Keeping the source of the MERGE statement materialized has failed repeatedly.).

Upvotes: 0

Related Questions