great_expectations.data_context.store.expectations_store

Module Contents

Classes

ExpectationsStore(store_backend=None, runtime_environment=None, store_name=None)

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)

Bases: great_expectations.data_context.store.store.Store

An Expectations Store provides a way to store Expectation Suites accessible to a Data Context.

Feature Maturity

icon-89ce7d44f62f11eb87140242ac110002 Expectation Store - Git - How-to Guide
Use a git repository to store expectation suites.
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-89ce7f42f62f11eb87140242ac110002 Expectation Store - Filesystem - How-to Guide
Filesystem-based Expectations Store
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-89ce8032f62f11eb87140242ac110002 Expectation Store - S3 - How-to Guide
Use an Amazon Web Services S3 bucket to store expectations.
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-89ce80faf62f11eb87140242ac110002 Expectation Store - GCS - How-to Guide
Use a Google Cloud Platform Cloud Storage bucket to store expectations.
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-89ce81c2f62f11eb87140242ac110002 Expectation Store - Azure - How-to Guide
Use Microsoft Azure Blob Storage to store expectations.
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
remove_key(self, key)
serialize(self, key, value)
deserialize(self, key, value)
self_check(self, pretty_print)