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

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

There is a newer version: 1.5.11
Show newest version
{
    "name": "tableColumnToMatchSet",
    "fullyQualifiedName": "tableColumnToMatchSet",
    "displayName": "Table Column Names To Match Set",
    "description": "This test defines the test TableColumnToMatchSet. Test the table columns match a set of values. Unordered by default.",
    "entityType": "TABLE",
    "testPlatforms": ["OpenMetadata"],
    "parameterDefinition": [
      {
        "name": "columnNames",
        "displayName": "Column Names",
        "description": "Expected columns names of the table to match the ones in {Column Names} -- should be a coma separated string",
        "dataType": "STRING",
        "required": "true"
      },
      {
        "name": "ordered",
        "displayName": "Ordered",
        "description": "Whether or not to considered the order of the list when performing the match check",
        "dataType": "BOOLEAN"
      }
    ],
    "provider": "system",
    "dataQualityDimension": "Integrity"
  }
  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy