Creates components.
Operation description
Try it now
Test
RAM authorization
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.