Class FilterTableColumns (1.9.2)

FilterTableColumns(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Options to configure rule type FilterTableColumns. The rule is used to filter the list of columns to include or exclude from a table.

The rule filter field can refer to one entity.

The rule scope can be: Table

Only one of the two lists can be specified for the rule.

Attributes

NameDescription
include_columns MutableSequence[str]
Optional. List of columns to be included for a particular table.
exclude_columns MutableSequence[str]
Optional. List of columns to be excluded for a particular table.