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

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

There is a newer version: 1.5.11
Show newest version
{
  "name": "tableRowCountToEqual",
  "fullyQualifiedName": "tableRowCountToEqual",
  "displayName": "Table Row Count To Equal",
  "description": "This schema defines the test TableRowCountToEqual. Test the number of rows equal to a value.",
  "entityType": "TABLE",
  "testPlatforms": ["OpenMetadata"],
  "parameterDefinition": [
    {
      "name": "value",
      "displayName": "Count",
      "description": "Expected number of rows to be equal to {Count}",
      "dataType": "INT",
      "required": true
    }
  ],
  "provider": "system"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy