Add Connector Destination
add-connector-destinationAdd a Kafka topic-to-table destination to an existing connector without changing its current destinations. Omit group_id for an independent consumer group.
Instructions
Purpose: Add one Kafka topic-to-table destination to an existing connector without changing its current destinations.
Behavior: The tool reads the latest connector, preserves every existing destination, and appends the new destination. Omit group_id to let RawTree generate an independent consumer group. An exact existing database/table destination is treated as an idempotent success; conflicting settings are rejected.
Auth: Requires organization-admin access.
Safety: Confirm the exact organization, cluster, connector ID, topics, optional consumer group, database, and table before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cluster | No | RawTree cluster to use for this operation. | |
| connectorId | Yes | Connector ID returned by list-connectors or create-connector. | |
| destination | Yes | ||
| organization | No | RawTree organization containing the target cluster. |