Abort
Options
Option | Description |
---|---|
Transform name | Name of the transform. |
Abort threshold | The threshold of number of rows after which to abort the pipeline. E.g. If threshold is 0, the abort transform will abort after seeing the first row. If threshold is 5, the abort transform will abort after seeing the sixth row. |
Abort message | The message to put in the log upon aborting. If not filled in a default message will be used. |
Always log | Always log the rows processed by the Abort transform. This allows the rows to be logged although the log level of the pipeline would normally not do it. This way you can always see in the log which rows caused the pipeline to abort. |