dryrun_pipeline
Validate pipeline configurations by testing them with sample data to ensure correct processing without writing to the database.
Instructions
Test a pipeline with sample data without writing to the database.
You can test a pipeline in two ways:
- Provide 'pipeline' with inline YAML configuration
- Provide 'pipeline_name' to test a previously saved pipeline
Args:
pipeline: Pipeline YAML configuration (inline)
pipeline_name: Name of saved pipeline (mutually exclusive with pipeline)
data: Test data in JSON/NDJSON format
data_type: Optional content type (e.g., 'application/x-ndjson')Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipeline | No | ||
| pipeline_name | No | ||
| data | No | ||
| data_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |