create_upload
Create an upload job to extract data from a source connection and load it into a destination connection, with optional dlt configuration.
Instructions
Create a new upload (extract + load job).
Write tool: available only when this session was granted write access — the local server's --allow-write flag, or an OAuth consent in which the user approved write. Read-only sessions refuse it.
Args: name: Upload name. source_connection_id: ID of the source connection. destination_connection_id: ID of the destination connection. dlt_config: Optional dlt extraction config (load_mode, table_name, etc.). description: Optional description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| dlt_config | No | ||
| description | No | ||
| source_connection_id | Yes | ||
| destination_connection_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |