create_capture
Publishes a capture configuration, connecting a source connector to collections via bindings.
Instructions
Publish a capture. Writes the spec to a temporary flow.yaml and runs flowctl catalog publish --source flow.yaml --auto-approve.
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 | |
| bindings | Yes | Resource-to-collection bindings (run discover_bindings first if unknown) | |
| connector | Yes | Connector, e.g. 'source-postgres' |