discover_bindings
Discovers available bindings for a source connector by writing a temporary flow.yaml and running flowctl discover, returning the spec without publishing.
Instructions
Discover available bindings for a source connector. Writes a temporary flow.yaml and runs flowctl discover --source flow.yaml, returning the discovered spec without publishing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Connector image tag | v1 |
| name | Yes | Capture name, e.g. 'acmeCo/production/source-postgres' | |
| config | Yes | Endpoint configuration for the connector | |
| connector | Yes | Connector, e.g. 'source-postgres' or a full image reference |