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 ...