EDIT: I am using Cloud Fusion (CDAP) on GCP.
When validating a data pipeline that pulls data from SAP using the table connector, I get this error:
Invalid schema: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 2 path $
I reckon it might be data coming from SAP being invalid, but how and where do I setup the setLenient
property?
It used to work fine until recently and changes were made so I suspect data might be making our pipeline break but I have no idea how to set the property.
I don't know what to try and I suspect the JSON describing the schema is invalid but I have no idea how to solve the issue or if there is a solution available on Cloud Fusion or if this is something to fix on SAP.