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

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

There is a newer version: 1.5.11
Show newest version
{
  "name": "tableRowCountToBeBetween",
  "fullyQualifiedName": "tableRowCountToBeBetween",
  "displayName": "Table Row Count To Be Between",
  "description": "This defines the test TableRowCountToBeBetween. Test the number of rows to between to two values.",
  "entityType": "TABLE",
  "testPlatforms": ["OpenMetadata"],
  "parameterDefinition": [
    {
      "name": "minValue",
      "displayName": "Min",
      "description": "Expected number of columns should be greater than or equal to {minValue}. If minValue is not included, maxValue is treated as upperBound and there will be no minimum",
      "dataType": "INT",
      "validationRule": {
        "parameterField": "maxValue",
        "rule": "LESS_THAN_OR_EQUALS"
      }
    },
    {
      "name": "maxValue",
      "displayName": "Max",
      "description": "Expected number of columns should be less than or equal to {maxValue}. If maxValue is not included, minValue is treated as lowerBound and there will be no maximum",
      "dataType": "INT",
      "validationRule": {
          "parameterField": "minValue",
          "rule": "GREATER_THAN_OR_EQUALS"
      }
    }
  ],
  "supportsDynamicAssertion": true,
  "provider": "system",
  "dataQualityDimension": "Integrity"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy