great_expectations.exceptions

Package Contents

exception great_expectations.exceptions.GreatExpectationsError(message)

Bases: Exception

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.GreatExpectationsValidationError(message, validation_error=None)

Bases: marshmallow.ValidationError, great_expectations.exceptions.exceptions.GreatExpectationsError

Common base class for all non-exit exceptions.

__str__(self)

Return str(self).

exception great_expectations.exceptions.SuiteEditNotebookCustomTemplateModuleNotFoundError(custom_module)

Bases: ModuleNotFoundError

Module not found.

exception great_expectations.exceptions.DataContextError(message)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.CheckpointError(message)

Bases: great_expectations.exceptions.exceptions.DataContextError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.CheckpointNotFoundError(message)

Bases: great_expectations.exceptions.exceptions.CheckpointError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.StoreBackendError(message)

Bases: great_expectations.exceptions.exceptions.DataContextError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.ParserError(message)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.InvalidConfigurationYamlError(message)

Bases: great_expectations.exceptions.exceptions.DataContextError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.InvalidTopLevelConfigKeyError(message)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.MissingTopLevelConfigKeyError(message, validation_error=None)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsValidationError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.InvalidBaseYamlConfigError(message, validation_error=None, field_name=None)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsValidationError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.InvalidDataContextConfigError(message, validation_error=None, field_name=None)

Bases: great_expectations.exceptions.exceptions.InvalidBaseYamlConfigError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.InvalidCheckpointConfigError(message, validation_error=None, field_name=None)

Bases: great_expectations.exceptions.exceptions.InvalidBaseYamlConfigError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.InvalidBatchKwargsError(message)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.InvalidBatchSpecError(message)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.InvalidBatchRequestError(message)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.InvalidBatchIdError(message)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.InvalidDataContextKeyError(message)

Bases: great_expectations.exceptions.exceptions.DataContextError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.UnsupportedConfigVersionError(message)

Bases: great_expectations.exceptions.exceptions.DataContextError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.EvaluationParameterError(message)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.ProfilerError(message)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.ProfilerConfigurationError(message)

Bases: great_expectations.exceptions.exceptions.ProfilerError

A configuration error for a “RuleBasedProfiler” class.

exception great_expectations.exceptions.ProfilerExecutionError(message)

Bases: great_expectations.exceptions.exceptions.ProfilerError

A runtime error for a “RuleBasedProfiler” class.

exception great_expectations.exceptions.ProfilerNotFoundError(message)

Bases: great_expectations.exceptions.exceptions.ProfilerError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.DataAssistantError(message)

Bases: great_expectations.exceptions.exceptions.ProfilerError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.DataAssistantExecutionError(message)

Bases: great_expectations.exceptions.exceptions.DataAssistantError

A runtime error for a “DataAssistant” class.

exception great_expectations.exceptions.DataAssistantResultExecutionError(message)

Bases: great_expectations.exceptions.exceptions.DataAssistantError

A runtime error for a “DataAssistantResult” class.

exception great_expectations.exceptions.InvalidConfigError(message)

Bases: great_expectations.exceptions.exceptions.DataContextError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.MissingConfigVariableError(message, missing_config_variable=None)

Bases: great_expectations.exceptions.exceptions.InvalidConfigError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.AmbiguousDataAssetNameError(message, candidates=None)

Bases: great_expectations.exceptions.exceptions.DataContextError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.StoreConfigurationError(message)

Bases: great_expectations.exceptions.exceptions.DataContextError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.InvalidExpectationKwargsError(message)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.InvalidExpectationConfigurationError(message)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.ExpectationNotFoundError(message)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.InvalidValidationResultError(message)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.GreatExpectationsTypeError

Bases: TypeError

Inappropriate argument type.

exception great_expectations.exceptions.StoreError(message)

Bases: great_expectations.exceptions.exceptions.DataContextError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.InvalidKeyError(message)

Bases: great_expectations.exceptions.exceptions.StoreError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.InvalidCacheValueError(result_dict)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.ConfigNotFoundError

Bases: great_expectations.exceptions.exceptions.DataContextError

The great_expectations dir could not be found.

exception great_expectations.exceptions.PluginModuleNotFoundError(module_name)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsError

A module import failed.

exception great_expectations.exceptions.PluginClassNotFoundError(module_name, class_name)

Bases: great_expectations.exceptions.exceptions.DataContextError, AttributeError

A module import failed.

exception great_expectations.exceptions.ClassInstantiationError(module_name, package_name, class_name)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.ExpectationSuiteNotFoundError(data_asset_name)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.BatchKwargsError(message, batch_kwargs=None)

Bases: great_expectations.exceptions.exceptions.DataContextError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.BatchDefinitionError(message)

Bases: great_expectations.exceptions.exceptions.DataContextError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.BatchSpecError(message)

Bases: great_expectations.exceptions.exceptions.DataContextError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.DatasourceError(datasource_name, message)

Bases: great_expectations.exceptions.exceptions.DataContextError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.DatasourceConfigurationError(datasource_name, message)

Bases: great_expectations.exceptions.exceptions.DatasourceError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.DatasourceInitializationError(datasource_name, message)

Bases: great_expectations.exceptions.exceptions.DatasourceError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.DatasourceKeyPairAuthBadPassphraseError(datasource_name, message)

Bases: great_expectations.exceptions.exceptions.DatasourceInitializationError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.InvalidConfigValueTypeError(message)

Bases: great_expectations.exceptions.exceptions.DataContextError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.DataConnectorError(message)

Bases: great_expectations.exceptions.exceptions.DataContextError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.ExecutionEngineError(message)

Bases: great_expectations.exceptions.exceptions.DataContextError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.BatchFilterError(message)

Bases: great_expectations.exceptions.exceptions.DataContextError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.SorterError(message)

Bases: great_expectations.exceptions.exceptions.DataContextError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.SamplerError(message)

Bases: great_expectations.exceptions.exceptions.DataContextError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.MetricError(message)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.UnavailableMetricError(message)

Bases: great_expectations.exceptions.exceptions.MetricError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.MetricProviderError(message)

Bases: great_expectations.exceptions.exceptions.MetricError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.MetricComputationError(message)

Bases: great_expectations.exceptions.exceptions.MetricError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.InvalidMetricAccessorDomainKwargsKeyError(message)

Bases: great_expectations.exceptions.exceptions.MetricError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.MetricResolutionError(message, failed_metrics)

Bases: great_expectations.exceptions.exceptions.MetricError

Common base class for all non-exit exceptions.

exception great_expectations.exceptions.GXCloudError(message)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsError

Generic error used to provide additional context around Cloud-specific issues.

exception great_expectations.exceptions.GXCloudConfigurationError(message)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsError

Error finding and verifying the required configuration values when preparing to connect to GX Cloud

exception great_expectations.exceptions.DatabaseConnectionError(message)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsError

Error connecting to a database including during an integration test.

exception great_expectations.exceptions.MigrationError(message)

Bases: great_expectations.exceptions.exceptions.GreatExpectationsError

Error when using the migration tool.