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

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

There is a newer version: 1.5.11
Show newest version
{
  "name": "tableColumnCountToEqual",
  "fullyQualifiedName": "tableColumnCountToEqual",
  "displayName": "Table Column Count To Equal",
  "description": "This test defines the test TableColumnCountToEqual. Test the number of columns equal to a value.",
  "entityType": "TABLE",
  "testPlatforms": ["OpenMetadata"],
  "parameterDefinition": [
    {
      "name": "columnCount",
      "displayName": "Count",
      "description": "Expected number of columns to equal to a {value}",
      "dataType": "INT",
      "required": true
    }
  ],
  "provider": "system",
  "dataQualityDimension": "Integrity"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy