Create a New Quality Task
Create a new quality task for a dataset. The request body must contain a valid QualityTask object. Returns the created QualityTask with its assigned ID.
Request Body — REQUIRED QualityTask object to create. |
---|
tbd string |
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 Quality task created successfully.
| ||||||||||||||||||||||||
400 Malformed request or missing required fields. | ||||||||||||||||||||||||
401 Unauthorized access. | ||||||||||||||||||||||||
409 A quality task with the same name already exists for the dataset. |