Run TQL pipeline
run_pipelineExecute TQL pipelines locally to test code, debug behavior, verify operator syntax, and iterate on development with detailed diagnostics.
Instructions
Execute a TQL pipeline through the local tenzir binary.
Use this tool to:
Test TQL code before adding it to a package
Debug pipeline behavior with sample data
Verify operator syntax and semantics
Iterate quickly on pipeline development
The pipeline runs with diagnostics enabled, providing detailed error messages and warnings to help troubleshoot issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_file | Yes | Whether 'pipeline' is a file path (true) or inline code (false) | |
| pipeline | Yes | TQL pipeline code or file path to execute | |
| max_execution_time | No | Maximum execution time in seconds |