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

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

There is a newer version: 1.5.11
Show newest version
{
    "name": "tableColumnNameToExist",
    "fullyQualifiedName": "tableColumnNameToExist",
    "displayName": "Table Column Name To Exist",
    "description": "This test defines the test TableColumnNameToExist. Test the table columns exists in the table.",
    "entityType": "TABLE",
    "testPlatforms": ["OpenMetadata"],
    "parameterDefinition": [
      {
        "name": "columnName",
        "displayName": "Column Name",
        "description": "Expected column of the table to exist",
        "dataType": "STRING",
        "required": true
      }
    ],
    "provider": "system",
    "dataQualityDimension": "Integrity"
  }
  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy