Hive_run_pipeline_from_file script#
Run pipeline steps from a TXT file.
usage: Hive_run_pipeline_from_file [-h] --file FILE
[--steps STEPS [STEPS ...]] [-v | -q]
Named Arguments#
- --file
TXT file including list of commands to run.
- --steps
Optional pipeline steps to run. When omitted, run all the steps.
- -v, --verbose
Enable verbose output in terminal. Add multiple times to increase verbosity.
- -q, --silent
Suppress most log outputs in terminal.
Example call:
Hive_run_pipeline_from_file --file PIPELINE_FILE.txt