Class | Yapra::Config |
In: |
lib/yapra/config.rb
|
Parent: | Object |
Config file for yapra.
A simplest. You can run one pipeline without global config.
- module: Module:name config: a: 3 - module: Module:name2 config: a: b - module: Module:name3 config: a: 88
You can run a lot of pipelines with global config.
global: log: out: stderr level: warn pipeline: pipeline1: - module: Module:name config: a: 3 - module: Module:name2 config: a: b pipeline2: - module: Module:name config: a: 3 - module: Module:name2 config: a: b
You can run sigle pipeline with global config.
global: log: out: stderr level: warn pipeline: - module: Module:name config: a: 3 - module: Module:name2 config: a: b
env | [R] | |
pipeline_commands | [R] |