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

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

There is a newer version: 1.5.11
Show newest version
{
    "name": "columnValueMedianToBeBetween",
    "fullyQualifiedName": "columnValueMedianToBeBetween",
    "displayName": "Column Value Median To Be Between",
    "description": "This schema defines the test ColumnValueMedianToBeBetween. Test the median value in a col is within a range.",
    "entityType": "COLUMN",
    "testPlatforms": ["OpenMetadata"],
    "supportedDataTypes": ["NUMBER", "INT", "FLOAT", "DOUBLE", "DECIMAL", "TINYINT", "SMALLINT", "BIGINT", "BYTEINT"],
    "parameterDefinition": [
      {
        "name": "minValueForMedianInCol",
        "displayName": "Min",
        "description": "Expected median value for the column to be greater or equal than",
        "dataType": "INT",
        "validationRule": {
          "parameterField": "maxValueForMedianInCol",
          "rule": "LESS_THAN_OR_EQUALS"
        }
      },
      {
        "name": "maxValueForMedianInCol",
        "displayName": "Max",
        "description": "Expected median value for the column to be lower or equal than",
        "dataType": "INT",
        "validationRule": {
          "parameterField": "minValueForMedianInCol",
          "rule": "GREATER_THAN_OR_EQUALS"
        }
      }
  ],
  "supportsDynamicAssertion": true,
  "provider": "system",
  "dataQualityDimension": "Accuracy"
}
  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy