great_expectations.data_context.store.configuration_store

Module Contents

Classes

ConfigurationStore(store_name: str, store_backend: Optional[dict] = None, overwrite_existing: bool = False, runtime_environment: Optional[dict] = None)

Configuration Store provides a way to store any Marshmallow Schema compatible Configuration (using the YAML format).

great_expectations.data_context.store.configuration_store.yaml
great_expectations.data_context.store.configuration_store.default_flow_style = False
great_expectations.data_context.store.configuration_store.logger
class great_expectations.data_context.store.configuration_store.ConfigurationStore(store_name: str, store_backend: Optional[dict] = None, overwrite_existing: bool = False, runtime_environment: Optional[dict] = None)

Bases: great_expectations.data_context.store.store.Store

Configuration Store provides a way to store any Marshmallow Schema compatible Configuration (using the YAML format).

_key_class
_configuration_class
remove_key(self, key)
serialize(self, key, value)
deserialize(self, key, value)
property overwrite_existing(self)
property config(self)
self_check(self, pretty_print: bool = True)
abstract serialization_self_check(self, pretty_print: bool)