Skip to main content
Question

(JDBC) Singlestore to Singlestore Pipeline incremental load won't get new records, inserting same lookup record at destination

  • June 26, 2025
  • 0 replies
  • 5 views

Cmejia
Fan

Greetings!

I’ve created a pipeline that should listen and incrementaly load records from a login table, match the info from the logged user through a JDBC lookup  and sending the enriched record to another table. the problem is that the pipeline won’t get new records after the 1st one and it keeps inserting it forever.

 

 here is the Query consumer config

the lookup config 

 and the the destination operation

 Thank you!!