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.0

PercentThreshold

class
class PercentThreshold(percent: PercentSpec)

Bases: Threshold

Categories: dq-operator

A Fail threshold expressed as a percentage of the table's rows.

Examples

Fail when a twentieth of the table is selected:

Fail(AnyFailed(), PercentThreshold(5))

Parameters

parameter
percentPercentSpec (StrictInt | StrictFloat)

Percentage of rows (0 to 100) that, when reached, triggers the failure.