@Component public class DataQualityResultOperator extends Object
| 构造器和说明 |
|---|
DataQualityResultOperator() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
operateDqExecuteResult(TaskEvent taskResponseEvent,
org.apache.dolphinscheduler.dao.entity.TaskInstance taskInstance)
When the task type is data quality, it will get the statistics value、comparison value、
threshold、check type、operator and failure strategy,use the formula that
{check type} {operator} {threshold} to get dqc result .
|
public void operateDqExecuteResult(TaskEvent taskResponseEvent, org.apache.dolphinscheduler.dao.entity.TaskInstance taskInstance)
taskResponseEvent - taskInstance - Copyright © 2022 The Apache Software Foundation. All rights reserved.