hydraflow.executor.io
source module hydraflow.executor.io
Hydraflow jobs IO.
Functions
-
find_config_file — Find the hydraflow config file.
-
load_config — Load the hydraflow config.
-
get_job — Get a job from the config.
source find_config_file() → Path | None
Find the hydraflow config file.
source load_config() → HydraflowConf
Load the hydraflow config.
source get_job(name: str) → Job
Get a job from the config.