Create a new test case instance applied to a specific table or column
columnValueMaxToBeBetween).<#E::table::tableFQN> for table-level or <#E::table::tableFQN::columns::colName> for column-level.table.column.testCaseName or table.testCaseName.PUT /v1/dataQuality/testCases instead of POST to perform an upsert. If a test case with the same fullyQualifiedName already exists, it will be updated; otherwise, a new test case is created. The request body is the same as POST.
PUT will not return a 409 conflict error if the entity already exists — it will update the existing entity instead.| Code | Error Type | Description |
|---|---|---|
400 | BAD_REQUEST | Invalid request body or missing required fields |
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to create test cases |
409 | ENTITY_ALREADY_EXISTS | Test case with same name already exists for this entity (POST only) |