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

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

There is a newer version: 1.5.11
Show newest version
{
  "name": "tableColumnCountToBeBetween",
  "fullyQualifiedName": "tableColumnCountToBeBetween",
  "displayName": "Table Column Count To Be Between",
  "description": "This schema defines the test TableColumnCountToBeBetween. Test the number of columns to be between min max value.",
  "entityType": "TABLE",
  "testPlatforms": ["OpenMetadata"],
  "parameterDefinition": [
    {
      "name": "minColValue",
      "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 number of column",
      "dataType": "INT",
      "validationRule": {
        "parameterField": "maxColValue",
        "rule": "LESS_THAN_OR_EQUALS"
      }
    },
    {
      "name": "maxColValue",
      "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 number of column",
      "dataType": "INT",
      "validationRule": {
          "parameterField": "minColValue",
          "rule": "GREATER_THAN_OR_EQUALS"
      }
    }
  ],
  "provider": "system"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy