Summary
classView source ↗
class Summary(table: str | None = None, tags: str | list[str] | NoneType = None)
Bases: TagOperator
Categories: dq-operator
An operator that generates a data quality summary report for a table.
Initializes the Summary operator.
Parameters
parameter
tableThe name of the table where the summary report will be stored. If None, a default name like <source_table_name>_dq_summary is used.
parameter
tagsOptional tags to link this operator to specific classifiers.
Properties
property
tablestr | NoneReturns the name of the data quality summary table.
property
tagslist[str] | NoneReturns the list of tags associated with this operator.