hydraflow.executor.io
source module hydraflow.executor.io
Hydraflow jobs IO.
Functions
-
load_config — Load the hydraflow config.
-
get_job — Get a job from the config.
source load_config(config_file: str | Path = 'hydraflow.yaml') → HydraflowConf
Load the hydraflow config.
source get_job(name: str, config_file: str | Path = 'hydraflow.yaml') → Job
Get a job from the config.