Marketplace reference: https://marketplace.collibra.com/listings/output-module-to-parquet/
Getting the below error which packaging the app.
Caused by: com.collibra.marketplace.library.integration.exception.CollibraIntegrationLibraryException: {"message":"An unexpected error occurred during execution.","details":"Error reading entity from input stream.","cause":"Unrecognized field \"result\" (class com.collibra.internal.api.model.output.Job), not marked as ignorable (17 known properties: \"userId\", \"createdOn\", \"resourceType\", \"endDate\", \"name\", \"system\", \"startDate\", \"state\", \"visibility\", \"cancelable\", \"lastModifiedBy\", \"type\", \"id\", \"lastModifiedOn\", \"createdBy\", \"progressPercentage\", \"message\"])\n at [Source: (org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream); line: 1, column: 377] (through reference chain: com.collibra.internal.api.model.output.Job[\"result\"])"}
Caused by: com.collibra.marketplace.library.integration.exception.CollibraIntegrationLibraryException: {"message":"An unexpected error occurred during execution.","details":"Error reading entity from input stream.","cause":"Unrecognized field \"result\" (class com.collibra.internal.api.model.output.Job), not marked as ignorable (17 known properties: \"userId\", \"createdOn\", \"resourceType\", \"endDate\", \"name\", \"system\", \"startDate\", \"state\", \"visibility\", \"cancelable\", \"lastModifiedBy\", \"type\", \"id\", \"lastModifiedOn\", \"createdBy\", \"progressPercentage\", \"message\"])\n at [Source: (org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream); line: 1, column: 377] (through reference chain: com.collibra.internal.api.model.output.Job[\"result\"])"}
Caused by: javax.ws.rs.ProcessingException: Error reading entity from input stream.
Caused by: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException:
Unrecognized field "result" (class com.collibra.internal.api.model.output.Job), not marked as ignorable (17 known properties: "userId", "createdOn", "resourceType", "endDate", "name", "system", "startDate", "state", "visibility", "cancelable", "lastModifiedBy", "type", "id", "lastModifiedOn", "createdBy", "progressPercentage", "message"])
at [Source: (org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream); line: 1, column: 377] (through reference chain: com.collibra.internal.api.model.output.Job["result"])
I am using the 1.1.7 version of the Collibra integration plugin. Is there any specific version of integration library compatible with this application? Moreover this integration plugin isn't readily available. Kindly advise.