CLI Flags
Quick ad-hoc runs from your terminal shell or script.
Overview
For quickly running ad-hoc operations from the terminal, using CLI flags is often best. Here are some examples:
Interface Specifications
CLI Flag | Description |
---|---|
| The source database connection (name, conn string or URL). |
| The target database connection (name, conn string or URL). |
| The source table (schema.table), local / cloud file path. Can also be the path of sql file or in-line text to use as query. Use |
| The target table (schema.table) or local / cloud file path. Use |
| The target load mode to use: |
| The column(s) to use as primary key (for |
| The column to use as update key (for |
| In-line options to further configure source (JSON or YAML). See here for details. |
| In-line options to further configure target (JSON or YAML). See here for details. |
| Output the stream to standard output (STDOUT). |
| Select or exclude specific columns from the source stream. (comma separated). Use |
| Only run specific streams from a replication. (comma separated) |
Last updated