Less Than or Equal Test
Test to check if a value is less than or equal to a certain number.
LessThanOrEqualTest
info
LessThanOrEqualTest
is defined beneath the following ancestor nodes in the YAML structure:
Below are the properties for the LessThanOrEqualTest
. Each property links to the specific details section further down in this page.
Property | Default | Type | Required | Description |
---|---|---|---|---|
severity | error | string ("error", "warn") | No | The severity level for issues raised by the test. Default is 'error'. Use 'error' for critical issues that should interrupt flow processing. Use 'warn' for warnings/minor issues that should not interrupt flow processing. |
less_than_or_equal | Yes |
Property Details
Component
A Component is a fundamental building block of a data Flow. Supported Component types include: Read, Transform, Task, Test, and more.
Property | Default | Type | Required | Description |
---|---|---|---|---|
component | One of: |