All Products
Search
Document Center

DataWorks:CreateComponent

Last Updated:Mar 30, 2026

Creates components.

Operation description

Important This API does not support batch operations. If you specify multiple entities to be published, all entities except the first one are ignored.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

ProjectId

integer

Yes

The DataWorks workspace ID. You can call the ListProjects operation to obtain the ID.

10000

Spec

string

Yes

The FlowSpec information for this UDF function. For more information, see FlowSpec.

{ "kind": "Component", "name": "com1", "spec": { "components": [ { "name": "test11", "id": "1234", "owner": "1234456", "description": "", "script": { "language": "odps-sql", "path": "test11", "content": "select '@@{bizdate}', '@@{my_input_table}'", "runtime": { "command": "SQL_COMPONENT" } }, "inputs": [ { "name": "bizdate", "type": "string" }, { "name": "my_input_table", "type": "string" } ], "outputs": [ { "name": "my_output_table1", "type": "string" } ] } ] } }

ClientToken

string

No

The client token that is used to ensure the idempotence of the request.

1AFAE64E-D1BE-432B-A9****

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

Id of the request

adssd****

ComponentId

string

The ID of the dataset acceleration component. To obtain the component ID, see ListComponents.

123123123123123

Examples

Success response

JSON format

{
  "RequestId": "adssd****",
  "ComponentId": "123123123123123"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.