get_config#

plinder.core.get_config(*, schema: dict[str, ~typing.Any] = {'context': <class 'plinder.core.utils.config.ContextConfig'>, 'data': <class 'plinder.core.utils.config.DataConfig'>}, package_schema: str = 'core', config: dict[str, ~typing.Any] | None = None, config_file: str | None = None, config_contents: str | None = None, config_args: list[str] | None = None, cached: bool = True) DictConfig#