Configuration utilities (pyobs.utils.config)

pre_process_yaml(config: str) str[source]

Replaces blocks of the form {include <source.yaml> <key>} in the loaded config file. This allows to use (parts of) another config file. :Parameters: config – directory of the main YAML file

Returns:

modified version of the input config file with replaced include-blocks.

Return type:

content