Pipeline Workshop Open
pipeline_workshop_openOpen a pipeline workshop session for iterative, conversational building. Maintain state to incrementally add nodes and refine plans.
Instructions
Open a new pipeline workshop session for iterative, conversational pipeline building. The workshop maintains state between calls so you can incrementally add nodes, change join keys, add filters, rename nodes, and refine the plan before creating anything.
Optionally provide an initial intent (e.g., 'join customers and orders on customer_id') to bootstrap the session with initial nodes.
Returns a sessionID that must be passed to subsequent workshop calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | No | Optional initial intent to bootstrap the session (e.g., 'join CUSTOMERS and ORDERS on CUSTOMER_ID') | |
| workspaceID | Yes | The workspace ID to build the pipeline in |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| nodes | No | ||
| history | No | ||
| warnings | No | ||
| createdAt | No | ||
| sessionID | No | ||
| updatedAt | No | ||
| workspaceID | No | ||
| openQuestions | No | ||
| resolvedEntities | No |