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

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

There is a newer version: 1.5.11
Show newest version
{
    "name": "columnValueStdDevToBeBetween",
    "fullyQualifiedName": "columnValueStdDevToBeBetween",
    "displayName": "Column Value Std Dev To Be Between",
    "description": "This schema defines the test ColumnValueStdDevToBeBetween. Test the std. dev. value in a col is within a range.",
    "entityType": "COLUMN",
    "testPlatforms": ["OpenMetadata"],
    "supportedDataTypes": ["NUMBER", "INT", "FLOAT", "DOUBLE", "DECIMAL", "TINYINT", "SMALLINT", "BIGINT", "BYTEINT"],
    "parameterDefinition": [
      {
        "name": "minValueForStdDevInCol",
        "displayName": "Min",
        "description": "Expected std. dev value for the column to be greater or equal than",
        "dataType": "INT",
        "validationRule": {
          "parameterField": "maxValueForStdDevInCol",
          "rule": "LESS_THAN_OR_EQUALS"
        }
      },
      {
        "name": "maxValueForStdDevInCol",
        "displayName": "Max",
        "description": "Expected std. dev value for the column to be lower or equal than",
        "dataType": "INT",
        "validationRule": {
          "parameterField": "minValueForStdDevInCol",
          "rule": "GREATER_THAN_OR_EQUALS"
        }
      }
    ],
    "provider": "system"
  }
  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy