Skip to main content
Version: 1.9.1

Summary

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
table

The 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
tags

Optional tags to link this operator to specific classifiers.

Properties

property
tablestr | None

Returns the name of the data quality summary table.

property
tagslist[str] | None

Returns the list of tags associated with this operator.