connectors_with_expansions
Creates, updates, deletes, gets or lists a connectors_with_expansions
resource.
Overview
Name | connectors_with_expansions |
Type | Resource |
Id | confluent.connect.connectors_with_expansions |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_connectv1connectors_with_expansions | SELECT | environment_id, kafka_cluster_id | Retrieve an object with the queried expansions of all connectors. Without expand query parameter, this list connector’s endpoint will return a list of only the connector names. |
SELECT
examples
Retrieve an object with the queried expansions of all connectors. Without expand
query parameter, this list connector’s endpoint will return a list of only the connector names.
SELECT
FROM confluent.connect.connectors_with_expansions
WHERE environment_id = '{{ environment_id }}'
AND kafka_cluster_id = '{{ kafka_cluster_id }}';