octopipe destination
Command Referenceoctopipe destination
command allows you to manage data destinations in your Octopipe projects. This command is crucial for defining where transformed data is loaded after processing.
--name <destination_name>
: Unique identifier for the destination.
• --type <destination_type>
: Destination type (e.g., postgres, mysql, s3).
• --config-file <path>
: Optional configuration file for complex setups.
• --option <key>=<value>
: Additional settings specific to the destination.
list
• Purpose: List all configured data destinations.
• Usage Example: