lc_validate_hive_record
Validates a Hive record's structure and required fields before permanent storage, ensuring data integrity without committing changes.
Instructions
Validate a Hive record without saving it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| oid | Yes | ||
| data | Yes | ||
| etag | No | ||
| tags | No | ||
| expiry | No | ||
| arl_url | No | ||
| comment | No | ||
| enabled | No | ||
| hive_name | Yes | ||
| ui_actions | No | ||
| partition_key | No |