If there is an error for one of the attributes in an event, is the entire event dropped by AEP or only that specific attribute?
I have created a dataflow for ingestion of data into a dataset based on a schema. One of the attributes in the schema is of datatype String.
While for most events, this attribute is coming as String from upstream, for certain other events, it is coming as a JSON object. I see that there are warnings in the dataflow run regarding this datatype mismatch. I want to know that in these cases, whether AEP drops the entire event because of this datatype mismatch error or drops only that specific attribute and rest of the data in the event is ingested? What is the default behavior in this case?