Create a data quality check
POST/data-quality-checks
Creates a data quality check for an existing dataset. DatasetId is required. At least one of AreAutoConstraintSuggestionsEnabled=true or a non-empty DqConstraints list must be provided. The check name is auto-generated as dqcheck-{uuid}. Domain is taken from the dataset. Dataset must not be a view, must not already have a DQ check, and TargetLocation must be a supported DWH target (redshift, s3athena, dynamodb, and lf when enabled). Caller needs access to the dataset. On success Message is "Successfully created data quality check" and DataQualityCheckId is returned.
Request
Responses
- 200
- 400
- 500
Data quality check created successfully.
Response Headers
Invalid input or authorization failure. Body is {{"Message": " -
Response Headers
Backend/generic failure. Body is {"Message": " -