Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.2

RowCountThreshold

class
class RowCountThreshold(row_count: RowCountSpec)

Bases: Threshold

Categories: dq-operator

A Fail threshold expressed as an absolute number of rows.

Examples​

Fail as soon as one row is selected:

Fail(AnyFailed(), RowCountThreshold(1))

Parameters​

parameter
row_countRowCountSpec (StrictInt)

Row count that, when reached, triggers the failure; a non-negative whole number.