Hi All,
I want to capture rows skipped due to Errors from STREAM operator. I see that this is not captured in STREAM in the way it is done for LOAD. I just get the following message.
STREAM_OPERATOR: Rows Inserted: 285
However in Load operator, I get following message clearly indicating the rows that erred out.
LOAD_OPERATOR: Total Rows in Error Table 1: 0
Starting in 15.00, the Stream operator will output the same stats for the error table to the console output, similar to what is done for the Load and Update operators.
The information is always available in the Stream operator private log.