create_pipeline
Create a data pipeline for BAIC Data Layer by providing source, knowledge base, and cluster IDs. Returns pipeline and version IDs required to save SQL.
Instructions
Create a data pipeline.
source_id and knowledge_base_id identify where the pipeline writes; knowledge_cluster_id supplies the context the agent reasons over. Returns the pipeline id and its first version id, both needed to save SQL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| source_id | Yes | ||
| description | Yes | ||
| knowledge_base_id | Yes | ||
| knowledge_cluster_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||