great_expectations.data_context.store.expectations_store
¶
Module Contents¶
Classes¶
|
An Expectations Store provides a way to store Expectation Suites accessible to a Data Context. |
-
class
great_expectations.data_context.store.expectations_store.
ExpectationsStore
(store_backend=None, runtime_environment=None, store_name=None, data_context=None)¶ Bases:
great_expectations.data_context.store.store.Store
An Expectations Store provides a way to store Expectation Suites accessible to a Data Context.
Expectation Store - Git - How-to Guide
Use a git repository to store expectation suites.Maturity: ProductionDetails:API Stability: StableImplementation Completeness: CompleteUnit Test Coverage: CompleteIntegration Infrastructure/Test Coverage: N/ADocumentation Completeness: CompleteBug Risk: LowExpectation Store - Filesystem - How-to Guide
Filesystem-based Expectations StoreMaturity: ProductionDetails:API Stability: StableImplementation Completeness: CompleteUnit Test Coverage: CompleteIntegration Infrastructure/Test Coverage: N/ADocumentation Completeness: CompleteBug Risk: LowExpectation Store - S3 - How-to Guide
Use an Amazon Web Services S3 bucket to store expectations.Maturity: BetaDetails:API Stability: StableImplementation Completeness: CompleteUnit Test Coverage: CompleteIntegration Infrastructure/Test Coverage: MinimalDocumentation Completeness: CompleteBug Risk: LowExpectation Store - GCS - How-to Guide
Use a Google Cloud Platform Cloud Storage bucket to store expectations.Maturity: BetaDetails:API Stability: StableImplementation Completeness: CompleteUnit Test Coverage: CompleteIntegration Infrastructure/Test Coverage: MinimalDocumentation Completeness: PartialBug Risk: LowExpectation Store - Azure - How-to Guide
Use Microsoft Azure Blob Storage to store expectations.Maturity: N/ADetails:API Stability: StableImplementation Completeness: MinimalUnit Test Coverage: MinimalIntegration Infrastructure/Test Coverage: MinimalDocumentation Completeness: MinimalBug Risk: Moderate-
_key_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
-
get
(self, key)¶
-
remove_key
(self, key)¶
-
serialize
(self, key, value)¶
-
deserialize
(self, key, value)¶
-
self_check
(self, pretty_print)¶
-