Create a New Rule Task
Create a new rule task for a dataset. The request body must contain a valid RuleTask object.
Request Body — REQUIRED RuleTask object to create |
---|
exprValidColNames string |
ruleValueHR string |
ruleValue string — REQUIRED |
ruleType string — REQUIREDPossible values: [ |
expressionType stringPossible values: [ |
regexType stringPossible values: [ |
standardValidationType stringPossible values: [ |
standardNameForValidation string |
applicableScope stringPossible values: [ |
dqDimension stringPossible values: [ |
json string |
version string |
active boolean |
assetCreatedDate date-time |
assetUpdatedDate date-time |
createdTime int64 |
updatedTime int64 |
createdBy string |
updatedBy string |
owner string |
tags string[] |
id int32 |
name string |
description string |
datasetId string |
columns string |
successMsg string |
failureMsg string |
onboardingStatus stringPossible values: [ |
executionStatus stringPossible values: [ |
criticalityLevel stringPossible values: [ |
Responses | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
201 Rule task created successfully
| ||||||||||||||||||||||||||||||||
400 Malformed request or missing required fields | ||||||||||||||||||||||||||||||||
409 A rule task with the same name, dataset, and columns already exists |