All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.data.tests.columnValuesSumToBeBetween.json Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
{
    "name": "columnValuesSumToBeBetween",
    "fullyQualifiedName": "columnValuesSumToBeBetween",
    "displayName": "Column Values Sum To Be Between",
    "description": "This schema defines the test ColumnValuesSumToBeBetween. Test the sum of the values of a col is within a range.",
    "entityType": "COLUMN",
    "testPlatforms": ["OpenMetadata"],
    "supportedDataTypes": ["NUMBER", "INT", "FLOAT", "DOUBLE", "DECIMAL", "TINYINT", "SMALLINT", "BIGINT", "BYTEINT"],
    "parameterDefinition": [
      {
        "name": "minValueForColSum",
        "displayName": "Min",
        "description": "Expected sum of values in the column to be greater or equal than",
        "dataType": "INT",
        "validationRule": {
          "parameterField": "maxValueForColSum",
          "rule": "LESS_THAN_OR_EQUALS"
        }
      },
      {
        "name": "maxValueForColSum",
        "displayName": "Max",
        "description": "Expected sum values in the column to be lower or equal than",
        "dataType": "INT",
        "validationRule": {
          "parameterField": "minValueForColSum",
          "rule": "GREATER_THAN_OR_EQUALS"
        }
      }
    ],
    "provider": "system"
  }
  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy