forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
1.0 KiB
1.0 KiB
HoodieException Is Reported When Data Is Collected
Question
The following error is reported when data is collected:
com.uber.hoodie.exception.HoodieException: created_at(Part -created_at) field not found in record. Acceptable fields were :[col1, col2, col3, id, name, dob, created_at, updated_at]
Answer
This error usually occurs when a field marked as recordKey or partitionKey is not present in the input record. Cross verify the input record.
Parent topic: Data Collection