You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/greptimedb_mcp_server/templates/pipeline_creator/template.md
+30-17Lines changed: 30 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,31 +132,42 @@ transform:
132
132
133
133
Generate a complete, valid YAML pipeline configuration. After generation:
134
134
1. Use `create_pipeline` tool to create the pipeline
135
-
2. Use `dryrun_pipeline` tool to verify with sample data
135
+
2. Use `dryrun_pipeline` tool with inline pipeline YAML to verify with sample data
136
136
137
137
**Note**: You can update an existing pipeline by calling `create_pipeline` with the same name. Each call creates a new version. Use `list_pipelines` to view all versions, and `delete_pipeline` to remove specific versions.
138
138
139
139
## Testing with dryrun_pipeline
140
140
141
-
The `dryrun_pipeline` tool accepts JSON data in the following formats:
141
+
Use `dryrun_pipeline` with separated parameters:
142
142
143
-
**Single log entry (JSON object with "message" field for plain text logs):**
0 commit comments