test_pipeline
Validate an existing data pipeline by extracting and transforming sample data without writing to the destination table. Use to verify source and transform configuration before loading.
Instructions
Test an existing pipeline: extract and transform data without loading it into the table.
The pipeline must already exist and must be stopped first (SingleStore
errors if you test a running pipeline) -- call stop_pipeline before this
if needed. Nothing is written to the destination table; this is purely
for validating that the source/format/transform config works.
Args:
pipeline_name: Name of the pipeline to test.
database: Database the pipeline lives in (defaults to the
connection's configured database).
limit: Only pull this many rows/messages instead of testing the
whole batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| database | No | ||
| pipeline_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||