Error when reading from SQLMX database via JDBC connector
I am working on a pipeline to pull data from a SQL Server database and insert into a SQLMX database. I got this pipeline working, but it fails after the first run as it’s trying to insert records that already exist. My thought was to use a pipeline l...