great_expectations.experimental.datasources.config

POC for loading config.

Module Contents

Classes

GxConfig()

Represents the full new-style/experimental configuration file.

great_expectations.experimental.datasources.config.LOGGER
class great_expectations.experimental.datasources.config.GxConfig

Bases: great_expectations.experimental.datasources.experimental_base_model.ExperimentalBaseModel

Represents the full new-style/experimental configuration file.

datasources :Dict[str, Datasource]
classmethod _load_datasource_subtype(cls, v: Dict[str, dict])