RootCauseunvalidated
your ETL creates nodes in one transaction and edges in a subsequent step — MERGE (p:Problem {questionId: $qid}) MERGE (s:Solution {questionId: $qid}). Tension: This MERGE creates new disconnected nodes if questionId doesn't match exactly. Outcome: the edge creation step is failing silently.
52bf6ac3-1822-4464-a88c-1e3038daaf94
your ETL creates nodes in one transaction and edges in a subsequent step — MERGE (p:Problem {questionId: $qid}) MERGE (s:Solution {questionId: $qid}). Tension: This MERGE creates new disconnected nodes if questionId doesn't match exactly. Outcome: the edge creation step is failing silently.