Hi Team,
We are using collibra-integration-library-sb3-1.1.0 from 2 yrs and it was working fine until now. Recently, it started failing with the below issue:
Caused by: com.collibra.marketplace.library.integration.exception.CollibraIntegrationLibraryException: com.collibra.internal.exceptions.CollibraJobFailedException: {"id":"01951efa-1674-78b8-****","createdBy":"00000000-0000-0000-0000-*****","createdOn":1739981461108,"lastModifiedBy":null,"lastModifiedOn":1739981532352,"system":false,"resourceType":"Job","name":"Synchronization of batch for id: collibra-integration-dev 'databricks-integration'","type":"IMPORT","userId":"00000000-0000-0000-0000-000000900002","visibility":0,"progressPercentage":50,"cancelable":true,"startDate":1739981463452,"endDate":1739981532352,"state":"ERROR","message":"{\"conflicts\":{\"Line 1 contains the following errors:\":[\"No asset matches the specified criteria.\"]},\"type\":\"CONFLICT\",\"message\":\"The input validation did not complete successfully.\"}","result":"FAILURE"}
at com.collibra.marketplace.library.integration.CollibraSyncImportApiHelper.internalImportAssets(CollibraSyncImportApiHelper.java:154)
at com.collibra.marketplace.library.integration.CollibraSyncImportApiHelper.lambda$syncImportAssets$0(CollibraSyncImportApiHelper.java:95)
at java.base/java.lang.Iterable.forEach(Iterable.java:75)
at com.collibra.marketplace.library.integration.CollibraSyncImportApiHelper.syncImportAssets(CollibraSyncImportApiHelper.java:93)
... 13 common frames omitted
Caused by: com.collibra.internal.exceptions.CollibraJobFailedException: {"id":"01951efa-1674-78b8-9945-******","createdBy":"00000000-0000-0000-0000-******","createdOn":1739981461108,"lastModifiedBy":null,"lastModifiedOn":1739981532352,"system":false,"resourceType":"Job","name":"Synchronization of batch for id: collibra-integration-dev 'databricks-integration'","type":"IMPORT","userId":"00000000-0000-0000-0000-******","visibility":0,"progressPercentage":50,"cancelable":true,"startDate":1739981463452,"endDate":1739981532352,"state":"ERROR","message":"{\"conflicts\":{\"Line 1 contains the following errors:\":[\"No asset matches the specified criteria.\"]},\"type\":\"CONFLICT\",\"message\":\"The input validation did not complete successfully.\"}","result":"FAILURE"}
at com.collibra.internal.utils.JobUtils.waitForJobToFinish(JobUtils.java:134)
at com.collibra.internal.utils.JobUtils.monitorJobStatus(JobUtils.java:60)
at com.collibra.internal.logic.ImportOperationsLogic.importJson(ImportOperationsLogic.java:561)
at com.collibra.internal.logic.ImportOperationsLogic.importJsonFromFile(ImportOperationsLogic.java:419)
at com.collibra.internal.logic.UpsertAssetsOperationsLogic.upsertAssets(UpsertAssetsOperationsLogic.java:536)
at com.collibra.internal.logic.UpsertAssetsOperationsLogic.sbUpsertAssetsByName(UpsertAssetsOperationsLogic.java:189)
at com.collibra.marketplace.library.integration.CollibraSyncImportApiHelper.lambda$internalImportAssets$3(CollibraSyncImportApiHelper.java:147)
at com.collibra.marketplace.library.integration.InternalSharedLibraryCall.callAndHandle(InternalSharedLibraryCall.java:46)
at com.collibra.marketplace.library.integration.CollibraSyncImportApiHelper.internalImportAssets(CollibraSyncImportApiHelper.java:146)
... 16 common frames omitted
No idea why this library suddenly giving us error(no asset matches the specified criteria). and The same library is working on SIT and prod env.
Please help.