tb sink¶
Manages sink pipes. Global options apply to this command. See Global options.
The following subcommands are available:
Subcommand | Description |
---|---|
ls | Lists all the sink pipes. |
run [OPTIONS] PIPE_NAME_OR_ID | Runs a sink job. |
tb sink run¶
Runs a sink job.
Option | Description |
---|---|
--wait / --no-wait | Waits for the sink job to finish. |
--mode [append|replace] | Defines the sink strategy. |
--param TEXT | Key and value of the params you want the sink pipe to be called with. For example: tb sink run <my_sink_pipe> --param foo=bar |