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]
This error usually occurs when a field marked as recordKey or partitionKey is not present in the input record. Cross verify the input record.