build_run_data_source
Trigger a SYNC RUN on a data connector and return the run id. MCP-created connectors are trigger:manual, so a mode='sync' binding copies NO rows until a run executes — call this after build_bind_data_source (and again whenever the source data changes). Live-read/warehouse bindings don't need runs (they read the source directly).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connector_id | Yes | The connector to run (from build_connect_data_source). |