bubble_record_validator
Sample records of a Bubble data type to detect empty or null fields and fully empty records, ensuring data completeness.
Instructions
Validates records of a given Bubble data type by sampling and checking for empty or null fields and fully empty records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataType | Yes | The Bubble data type to validate | |
| sample_size | No | Number of records to sample (default 200) |