I am using StreamSets to build a pipeline to land data from a table that sits in a sqlserver db to a table on postgres db.
JDBC Query Consumer --> Timestamp --> JDBC Producer
The pipeline passes validation checks and runs successfully on preview mode. However, the problem is that the data does not land into the postgres table. I have checked the connection string and credentials and these should be right.
This is the error it throws in the logs.
No parameters found for record with YY SELECT 'XX' AS fieldA, YY AS fieldB, ZZ AS fieldC::rowCount:#; skipping
How can I resolve this issue?