In the Sources page of your UI, the “Logs” tab provides a centralized view of any errors that occurred during the data ingestion process:Documentation Index
Fetch the complete documentation index at: https://docs.airfold.co/llms.txt
Use this file to discover all available pages before exploring further.

- 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


