Deletes a follower from a partition expression.
This API has been deprecated. We recommend migrating to dataworks-public(2024-05-18) - DeleteDataQualityAlertRule for enhanced functionality and continued support. While the deprecated API remains temporarily accessible, no further updates or bug fixes will be provided.
Operation description
Data Quality uses partition expressions to determine which monitoring rules to configure. These rules detect changes in data sources and identify dirty data generated during ETL processes. They can automatically block tasks to prevent dirty data from propagating downstream and affecting normal operations. You can add followers to a partition expression so that they receive notifications when a monitoring rule is triggered, helping them quickly identify and resolve issues. For more information, see Configure monitoring rules.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectName |
string |
Yes |
The name of the engine or data source where the partition expression is located. You can log in to the DataWorks console and go to the Data Quality page to obtain the name. |
autotest |
| FollowerId |
integer |
Yes |
The ID of the follower. You can call the GetQualityFollower operation to obtain the ID. |
1234 |
| ProjectId |
integer |
No |
The ID of the DataWorks workspace. You can log in to the DataWorks console and go to the Workspace Management page to obtain the workspace ID. |
10000 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The data returned. |
||
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| Data |
boolean |
Indicates whether the follower of the partition filter expression was deleted. Valid values:
|
true |
| ErrorMessage |
string |
The error message returned if the request fails. |
You have no permission. |
| RequestId |
string |
The request ID. |
6d739ef6-098a-47**** |
| ErrorCode |
string |
The error code. |
401 |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"Data": true,
"ErrorMessage": "You have no permission.",
"RequestId": "6d739ef6-098a-47****",
"ErrorCode": "401",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.