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

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

There is a newer version: 1.5.4
Show newest version
{
    "name": "columnValueMinToBeBetween",
    "fullyQualifiedName": "columnValueMinToBeBetween",
    "displayName": "Column Value Min. To Be Between",
    "description": "This schema defines the test ColumnValueMinToBeBetween. Test the minimum value in a col is within a range.",
    "entityType": "COLUMN",
    "testPlatforms": ["OpenMetadata"],
    "supportedDataTypes": ["NUMBER", "INT", "FLOAT", "DOUBLE", "DECIMAL", "TINYINT", "SMALLINT", "BIGINT", "BYTEINT"],
    "parameterDefinition": [
      {
        "name": "minValueForMinInCol",
        "displayName": "Min",
        "description": "Expected minimum value in the column to be greater or equal than",
        "dataType": "INT"
      },
      {
        "name": "maxValueForMinInCol",
        "displayName": "Max",
        "description": "Expect minimum value in the column to be lower or equal than",
        "dataType": "INT"
      }
    ],
    "provider": "system"
  }
  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy