octopipe pipeline
Command Referenceoctopipe pipeline
command is used to create and manage complete data pipelines in Octopipe. This command orchestrates the interaction between sources, transformations, and destinations, allowing you to build robust and scheduled data workflows.
--name <pipeline_name>
: Unique name for the pipeline.
• --source <source_name>
: The data source for the pipeline.
• --destination <destination_name>
: The data destination for the pipeline.
• --transform <transform_name>
: The transformation to apply.
• --schedule <cron_expression>
: Cron expression to schedule the pipeline.
• --option <key>=<value>
: Additional pipeline-specific options.
list
• Purpose: List all configured pipelines.
• Usage Example: