tb sink

Manages sink pipes. Global options apply to this command. See Global options.

The following subcommands are available:

SubcommandDescription
lsLists all the sink pipes.
run [OPTIONS] PIPE_NAME_OR_IDRuns a sink job.

tb sink run

Runs a sink job.

OptionDescription
--wait / --no-waitWaits for the sink job to finish.
--mode [append|replace]Defines the sink strategy.
--param TEXTKey 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
Updated