The DAG mw_content_merge_events_to_mw_content_history_daily has failed in the task spark_process_events.
The error log message is:
The ON search condition of the MERGE statement matched a single row from the target table with multiple rows of the source table. This could result in the target row being operated on more than once with an update or delete operation and is not allowed.
This seems to indicate that there are unexpected duplicate rows.
This task is to troubleshoot and fix this.