kedro.config¶
kedro.config ¶
kedro.config
provides functionality for loading Kedro
configuration from different file formats.
Name | Type | Description |
---|---|---|
kedro.config.AbstractConfigLoader |
Class | Abstract base class for config loaders. |
kedro.config.OmegaConfigLoader |
Class | Config loader that uses OmegaConf. |
kedro.config.MissingConfigException |
Exception | Raised when a required config is missing. |