
- Field Type Mismatch: The data type of a field does not match the expected type (e.g., a String instead of Integer)
- Missing Required Fields: A required field is absent in the data being ingested
- Unexpected Fields: The data contains fields that are not defined in the schema
Example
For example, we can take this sample dataset of customer information:age
, which expects an Integer.
On the “Logs” tab, we can see detailed information about the ingestion error that occurred:
timestamp
(Datetime): The exact date and time when the error occurred
error
(String): The type of the error encountered

age
value.
data
(String): The specific data payload that caused the error
