Workspace Files
pipe.yaml
Properties of pipe.yaml
Properties
Below is an example of a pipe.yaml
file that defines a pipeline to load logs, filter error messages, and group them by level for aggregation:
Provides a brief summary of the pipeline’s purpose or functionality. Optional.
The sequence of nodes within the pipe. Each node represents a stage in the data processing workflow.
Specifies that this pipe is a published pipe, creating an API endpoint for accessing its results. The value defines the endpoint name. Optional.
A list of parameters for dynamic SQL queries, allowing customization of pipeline behavior through Jinja2 templates.