great_expectations.data_context.store.checkpoint_store
¶
Module Contents¶
Classes¶
|
A CheckpointStore manages Checkpoints for the DataContext. |
-
great_expectations.data_context.store.checkpoint_store.
logger
¶
-
class
great_expectations.data_context.store.checkpoint_store.
CheckpointStore
(store_name: str, store_backend: Optional[dict] = None, overwrite_existing: bool = False, runtime_environment: Optional[dict] = None)¶ Bases:
great_expectations.data_context.store.ConfigurationStore
A CheckpointStore manages Checkpoints for the DataContext.
-
_configuration_class
¶
-
ge_cloud_response_json_to_object_dict
(self, response_json: Dict)¶ This method takes full json response from GE cloud and outputs a dict appropriate for deserialization into a GE object
-
serialization_self_check
(self, pretty_print: bool)¶
-