great_expectations.data_context.store.validations_store

Module Contents

Classes

ValidationsStore(store_backend=None, runtime_environment=None)

A ValidationsStore manages Validation Results to ensure they are accessible via a Data Context for review and rendering into Data Docs.

class great_expectations.data_context.store.validations_store.ValidationsStore(store_backend=None, runtime_environment=None)

Bases: great_expectations.data_context.store.store.Store

A ValidationsStore manages Validation Results to ensure they are accessible via a Data Context for review and rendering into Data Docs.

Feature Maturity

icon-112d168aed6f11eaa1210242ac110002 Validations Store - Filesystem - How-to Guide
Use a locally-mounted filesystem to store validation results.
Maturity: Production
Details:
API Stability: Stable
Implementation Completeness: Complete
Unit Test Coverage: Complete
Integration Infrastructure/Test Coverage: N/A
Documentation Completeness: Complete
Bug Risk: Low
icon-112d17e8ed6f11eaa1210242ac110002 Validations Store - S3 - How-to Guide
Use an Amazon Web Services S3 bucket to store validation results.
Maturity: Beta
Details:
API Stability: Stable
Implementation Completeness: Complete
Unit Test Coverage: Complete
Integration Infrastructure/Test Coverage: Minimal
Documentation Completeness: Complete
Bug Risk: Low
icon-112d18c4ed6f11eaa1210242ac110002 Validations Store - GCS - How-to Guide
# What it does <br /> Store validation results in a Google Cloud Storage bucket. You may optionally specify a key to use. <br /> <br /> See the GCS Store backend [module docs](https://docs.greatexpectations.io/en/latest/autoapi/great_expectations/data_context/store/tuple_store_backend/index.html#great_expectations.data_context.store.tuple_store_backend.TupleGCSStoreBackend) for more information.”
Maturity: Beta
Details:
API Stability: Stable
Implementation Completeness: Complete
Unit Test Coverage: Complete
Integration Infrastructure/Test Coverage: Minimal
Documentation Completeness: Partial
Bug Risk: Low
icon-112d1996ed6f11eaa1210242ac110002 Validations Store - Azure - How-to Guide
Use Microsoft Azure Blob Storage to store validation results.
Maturity: N/A
Details:
API Stability: Stable
Implementation Completeness: Minimal
Unit Test Coverage: Minimal
Integration Infrastructure/Test Coverage: Minimal
Documentation Completeness: Minimal
Bug Risk: Moderate
_key_class
serialize(self, key, value)
deserialize(self, key, value)