CreateDataQualityRule
Define and enforce data quality rules for tables in Alibaba Cloud DataWorks, ensuring accuracy through customizable thresholds, sampling, and error handling configurations.
Instructions
创建质量规则 *This Tool has a 'MCP Resource',please request CreateDataQualityRule(MCP Resource) to get more examples for using this tool.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| CheckingConfig | No | 样本校验设置 | |
| Description | No | 规则描述信息,最长500个字符 | |
| Enabled | No | 质量规则是否启用 | |
| ErrorHandlers | No | 质量规则校验问题处理器列表 | |
| Name | Yes | 规则名称 | |
| ProjectId | No | DataWorks工作空间ID | |
| SamplingConfig | No | 样本采集所需的设置 | |
| Severity | No | 规则对于业务的等级(对应页面上的强弱规则),可选的枚举值:- Normal- High | |
| Target | Yes | 规则所监控的对象 | |
| TemplateCode | Yes | 规则所引用的规则模板唯一标识 |