great_expectations.rule_based_profiler.domain_builder.column_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.column_domain_builder.
ColumnDomainBuilder
(data_context: DataContext, batch: Optional[Batch] = None, batch_request: Optional[Union[BatchRequest, RuntimeBatchRequest, dict]] = None, column_names: Optional[List[str]] = 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)¶
-
property
column_names
(self)¶
-
_get_domains
(self, variables: Optional[ParameterContainer] = None)¶ Obtains and returns domains for all columns of a table (or for configured columns, if they exist in the table).
-
property