run_connector
Start an async execution of a Python connector and receive an execution ID to track progress.
Instructions
Start async execution of the Python connector. Returns an execution_id immediately. Poll status with inspect_execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recording_id | No | If provided, replay from this recording instead of hitting the live source | |
| connector_name | No | Python class name of the connector to run | Connector |