great_expectations.data_context.store.json_site_store
¶
Module Contents¶
Classes¶
|
A JsonSiteStore manages the JSON artifacts of our renderers, which allows us to render them into final views in HTML by GE Cloud. |
-
class
great_expectations.data_context.store.json_site_store.
JsonSiteStore
(store_backend=None, runtime_environment=None, store_name=None)¶ Bases:
great_expectations.data_context.store.store.Store
A JsonSiteStore manages the JSON artifacts of our renderers, which allows us to render them into final views in HTML by GE Cloud.
-
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
-
serialize
(self, key, value)¶
-
deserialize
(self, key, value)¶
-
self_check
(self, pretty_print)¶
-
property
config
(self)¶
-