Entity validation error table¶
The validation error table is quite similar to the cluster table except for the following differences:
- The name of the table has the suffix validationerrors appended, e.g. if the Entity
TableName
is sample the validation error table name will be samplevalidationerrors. - The type of the non-calculated columns is
STRING
instead of theHiveType
of the Attribute. Non-calculated columns can be identified for having theIsCalculated
column configured to0
. - The validation error table contains an additional column:
ViolatedConstraints
of the Hive typeSTRING
. This table helps to debug which constraints have been violated during the load of the asset and report the issue.
Last update:
2022-08-09