Connection Tables
Create a new connection table
API Documentation
- API Overview
- Connectors
- Connection Profiles
- Connection Tables
- Jobs
- Pipelines
- UDFs
Connection Tables
Create a new connection table
POST
/
v1
/
connection_tables
{
"config": "<any>",
"connectionProfile": {
"config": "<any>",
"connector": "<string>",
"description": "<string>",
"id": "<string>",
"name": "<string>"
},
"connector": "<string>",
"consumers": 1,
"createdAt": 1,
"id": "<string>",
"name": "<string>",
"schema": {
"badData": {
"fail": {}
},
"definition": {
"json_schema": "<string>"
},
"fields": [
{
"fieldName": "<string>",
"fieldType": {
"sqlName": "<string>",
"type": {
"primitive": "Int32"
}
},
"metadataKey": "<string>",
"nullable": true
}
],
"format": {
"json": {
"confluentSchemaRegistry": true,
"debezium": true,
"includeSchema": true,
"schemaId": 1,
"timestampFormat": "rfc3339",
"unstructured": true
}
},
"framing": {
"method": {
"newline": {
"maxLineLength": 1
}
}
},
"inferred": true,
"structName": "<string>"
},
"tableType": "source"
}
Body
application/json
Required range:
x > 0
Available options:
rfc3339
, unix_millis
Response
200 - application/json
Created connection table
Required range:
x > 0
Required range:
x > 0
Required range:
x > 0
Available options:
rfc3339
, unix_millis
Available options:
source
, sink
{
"config": "<any>",
"connectionProfile": {
"config": "<any>",
"connector": "<string>",
"description": "<string>",
"id": "<string>",
"name": "<string>"
},
"connector": "<string>",
"consumers": 1,
"createdAt": 1,
"id": "<string>",
"name": "<string>",
"schema": {
"badData": {
"fail": {}
},
"definition": {
"json_schema": "<string>"
},
"fields": [
{
"fieldName": "<string>",
"fieldType": {
"sqlName": "<string>",
"type": {
"primitive": "Int32"
}
},
"metadataKey": "<string>",
"nullable": true
}
],
"format": {
"json": {
"confluentSchemaRegistry": true,
"debezium": true,
"includeSchema": true,
"schemaId": 1,
"timestampFormat": "rfc3339",
"unstructured": true
}
},
"framing": {
"method": {
"newline": {
"maxLineLength": 1
}
}
},
"inferred": true,
"structName": "<string>"
},
"tableType": "source"
}