Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a tPostgresqlOutput that perform some insert statements.
Sometime it fails because of different reasons (related to constraint violations), and I wouldn't previously filter rows that are not good to be inserted.
I have set the tPostgresqlOutput component NOT to fail on error, and I would now be able to catch all bad rows (to log them, at least).
Is it possible and how?
Regards,
Lorenzo
Hello,
The "Rejects" row will be available when you uncheck "Use Batch Size" option in advanced settings of tPostgresqlOutput component.
Best regards
Sabrina
Hi,
@lorenzolucioni wrote:
Hello,
I have a tPostgresqlOutput that perform some insert statements.
Sometime it fails because of different reasons (related to constraint violations), and I wouldn't previously filter rows that are not good to be inserted.
I have set the tPostgresqlOutput component NOT to fail on error, and I would now be able to catch all bad rows (to log them, at least).
Is it possible and how?
Regards,
Lorenzo
Are you looking for "Rejects" row from tPostgresqlOutput?
Best regards
Sabrina
Hi @xdshi
YES! I'm looking for something like "row rejected". I don't find it in the tPostgresqlOutput Component.
Where is it?
Regards,
Lorenzo
Hello,
The "Rejects" row will be available when you uncheck "Use Batch Size" option in advanced settings of tPostgresqlOutput component.
Best regards
Sabrina