一旦接收到输入数据,Abort转换就终止正在运行的管道。此转换的主要用例是在发生意外或不想要的情况时抛出错误。
例如,您可以使用此转换,以便在经过错误跳的x行流量后中止管道。
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. 终止管道的行数阈值。例:如果阈值为0,中止转换将在看到第一行后中止。如果阈值为5,则中止转换将在看到第6行后中止 |
Abort message 中断消 |