All Products
Search
Document Center

DataWorks:CreateQualityRelativeNode

Last Updated:Oct 17, 2024

Associates a node with a partition filter expression.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
EnvTypestringYes

The type of the compute engine or data source.

ODPS
MatchExpressionstringYes

The partition filter expression.

dt=$[yyyymmdd]
NodeIdlongYes

The node ID. You can call the ListNodes operation to query the ID.

12321
ProjectIdlongYes

The workspace ID.

123
TargetNodeProjectNamestringYes

The name of the workspace to which the node to be associated with the partition filter expression belongs.

autotest
ProjectNamestringYes

The name of the compute engine or data source.

autotest
TableNamestringYes

The name of the table.

dual
TargetNodeProjectIdlongYes

The ID of the workspace to which the node belongs.

1234

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

HttpStatusCodeinteger

The HTTP status code.

200
Databoolean

Indicates whether the node is associated with the partition filter expression.

true
ErrorMessagestring

The error message.

You have no permission.
RequestIdstring

The request ID.

ecb967ec-c137-48****
Successboolean

Indicates whether the request was successful.

true
ErrorCodestring

The error code.

401

Examples

Sample success responses

JSONformat

{
  "HttpStatusCode": 200,
  "Data": true,
  "ErrorMessage": "You have no permission.",
  "RequestId": "ecb967ec-c137-48****",
  "Success": true,
  "ErrorCode": "401"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-05-10The internal configuration of the API is changed, but the call is not affectedView Change Details
2023-03-08The internal configuration of the API is changed, but the call is not affectedView Change Details