Tabul - Flow Execute

Undraw Windows

Tabul - Flow Execute

About

flow execute is a tabul command that executes one or more pipeline

Syntax

tabul flow execute --help
Tabul flow execute
==================

Run one or more pipeline scripts



Syntax
------


    tabul flow execute [options|flags] <pipeline-selectors>


where:


  Arguments:

    <pipeline-selectors>                                    One or several data selectors that select(s) pipeline file(s)


  Options:

    --no-results                                            When present no pipeline results will be added


  Selection Options:

    --no-strict-selection                                   When present no error will be raised, if no flow file has been selected


  Global Options:

    -ah,--app-home <path>                                   The app home directory (default to the .tabul.yml file directory)

    -vf,--conf <path>                                       The path to a configuration file

    -ee,--exec-env <name>                                   The execution environment (prod or dev)

    -h,--help                                               Print this help

    -l,--log-level <error|warning|tip|info|fine>            Set the log level

    -ns,--not-strict                                        A minor error will not stop the process.

    -odu,--output-data-uri <outputDataUri>                  defines the output data uri for the feedback data (default: console)

    -oo,--output-operation <dataOperation>                  defines the data operations (replace, truncate) on an existing output resource before transfer.

    -oop,--output-transfer-operation <transferOperation>    defines the output transfer operation (insert, update, merge, copy). Default to `copy` for a file system and `insert` for a database.

    -pp,--passphrase <passphrase>                           A passphrase (master password) to decrypt the encrypted vault values (Env: TABUL_PASSPHRASE)

    --pipe-mode                                             Use pipe mode if you want to pipe the output in a shell. Pipe mode will not print the headers (ie column name) and will not make the control character visible

    -v,--version                                            Print version information




Related HowTo
Undraw Windows
How to add information about the selected resources with the Enrich operation ?

enrich is an intermediate operation that will add virtual columns to its inputs thanks to data supplier. Enrich accepts only one argument data-def where you can define extra columns called virtual columns...
Undraw Windows
How to send data resources

This howto shows you how to send an email with a data resource attached via the sendmail operation. In the below pipeline, we use the following steps: select to select data resources that will be...
Undraw Windows
How to send to a mailing list

This howto shows you how to send multiple email with the sendmail operation. Start the howto smtp server Check that you can ping it In this pipeline, we define a inline data resource but you...
Undraw Windows
How to use the define operation?

This howto shows you how to use the define data operation to create data resources in the pipeline file (ie inline data resources) This operation is only available as step in a pipeline (ie not in a tabul...

Task Runner