great_expectations.rule_based_profiler.domain_builder.table_domain_builder
¶
Module Contents¶
Classes¶
|
A DomainBuilder provides methods to get domains based on one or more batches of data. |
-
class
great_expectations.rule_based_profiler.domain_builder.table_domain_builder.
TableDomainBuilder
(batch: Optional[Batch] = None, batch_request: Optional[Union[BatchRequest, RuntimeBatchRequest, dict]] = None, data_context: Optional['DataContext'] = None)¶ Bases:
great_expectations.rule_based_profiler.domain_builder.DomainBuilder
A DomainBuilder provides methods to get domains based on one or more batches of data.
-
property
domain_type
(self)¶
-
_get_domains
(self, variables: Optional[ParameterContainer] = None)¶ _get_domains is the primary workhorse for the DomainBuilder
-
property