sdk

No menu items for this category
OpenMetadata Documentation

Registry of pandas validators.

Functions:

Attributes:

Whether the validator requires a whole table to return appropriate results

Examples:

  • columnValuesToBeUnique needs to see the whole column to make sure uniqueness is met
  • tableRowCountToEqual needs to see the whole table to make sure the expected row count is met

These tests could return false positives when operating on batches

Parameters:

  • validator_name (str) – The name of the validator to check

Returns:

  • bool – Whether the validator requires a whole table to return appropriate results