great_expectations.data_context.store.profiler_store
¶
Module Contents¶
Classes¶
|
A ProfilerStore manages Profilers for the DataContext. |
-
class
great_expectations.data_context.store.profiler_store.
ProfilerStore
(store_name: str, store_backend: Optional[dict] = None, overwrite_existing: bool = False, runtime_environment: Optional[dict] = None)¶ Bases:
great_expectations.data_context.store.configuration_store.ConfigurationStore
A ProfilerStore manages Profilers for the DataContext.
-
_configuration_class
¶
-
serialization_self_check
(self, pretty_print: bool)¶ Fufills the abstract method defined by the parent class. See ConfigurationStore for more details.
-