| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The custom connector. | ||
| name | string | The name of the connector. | mysql-test |
| type | string | The type of the connector. | mysql-test |
| source | boolean | Indicates whether the connector can be used as the source. | flase |
| sink | boolean | Indicates whether the connector can be used as the sink. | true |
| lookup | boolean | Indicates whether the connector can be used as a lookup table. | true |
| properties | array | The parameter configurations. | |
| Property | The parameters of the connector. | ||
| supportedFormats | array | The array of formats that are supported by the connector. | |
| string | The supported formats. | Json | |
| dependencies | array | The additional dependency files. | |
| string | The additional dependency file. | oss://bucket/add.jar | |
| creator | string | The ID of the user who creates the connector. | 183899668******* |
| creatorName | string | The nickname of the user who creates the connector. | userA |
| modifier | string | The ID of the user who modifies the connector. | 183899668******* |
| modifierName | string | The nickname of the user who modifies the connector. | userA |