kedro.config¶
kedro.config
provides functionality for loading Kedro
configuration from different file formats.
kedro.config.ConfigLoader (conf_paths) |
Recursively scan the directories specified in conf_paths for configuration files with a yaml , yml , json , ini , pickle , xml , properties or shellvars extension, load them, and return them in the form of a config dictionary. |