Integrations
Created Feb 16, 2024
1 member
244 discussions
Welcome to the Integrations Discussions space—a dedicated forum for sharing insights, asking questions, and collaborating on integrating Collibra with various systems. Whether you're connecting to data sources, configuring APIs, or exploring new integration possibilities, this is your community to engage with peers and experts, enhancing your data intelligence journey.
c_ventola
1 month agoHi, I am trying to get the Fivetran integration working and am encountering the error below. I am not a developer but it seems to imply that Fivetran is not sending json back in the response? I saw a post about this integration from about two and a half years ago, I wonder if there have been changes made on the Fivetran side since then. Taking a stab in the dark here and hoping that the developer @ralphosmond_rimorin is still with Collibra and could take a look? Also tagging @springboot_team from the original post replies.
Anyone else in the community use this integration and have it running? Thanks!HTTP response headers: HTTPHeaderDict({ 'set-cookie': 'XXXXXXXXXXXXXXX; Path=/; Secure; HttpOnly', 'referrer-policy': 'no-referrer', 'x-frame-options': 'DENY', 'strict-transport-security': 'max-age=63072000; includeSubDomains;', 'x-content-type-options': 'nosniff', 'content-security-policy': "default-src 'none'; frame-ancestors 'none'", 'x-xss-protection': '1; mode=block', 'cache-control': 'no-cache,no-store', 'content-type': 'application/json', 'content-length': '90', 'date': 'Thu, 13 Feb 2025 14:56:20 GMT', 'server': 'istio-envoy', 'x-envoy-upstream-service-time': '0' }) HTTP response body: b'{"statusCode":406,"titleMessage":"Not Acceptable","userMessage":"HTTP 406 Not Acceptable"}'
marcinnowicki
5 months agoDear @springboot_team,
We've recently upgraded Collibra to 2024.10 and turns out that the latest integration library (1.0.1) for Spring Boot 3 is now longer compatible with Collibra Workflow Definition API.
When deploying the definition, API client throws an deserialization exception due to missing `Role` enum value:
Caused by: feign.FeignException: Cannot construct instance of `com.collibra.marketplace.library.generated.core.model.RoleImpl$PermissionsEnum`, problem: Unexpected value 'INSIGHTS_VIEW'
at[Source: (BufferedReader); line: 1, column: 2533](through reference chain: com.collibra.marketplace.library.generated.core.model.WorkflowDefinitionImpl["startRoles"]>java.util.ArrayList[0]>com.collibra.marketplace.library.generated.core.model.RoleImpl["permissions"]->java.util.ArrayList[14]) reading POSThttps://***.collibra.com/rest/2.0/workflowDefinitionsA quick workaround is to allow embedded object mapper to read unknown enum values:
Besides that I've noticed that the API class provides a `void` types for `getWorkflowDefinitionDiagram()` and `getWorkflowDefinitionXML()` methods, making them useless.
Are there any plans for library update?
aditya_pawar_DE
7 months agoHi Collibra Team
We were exploring this marketplace listing and received below error :
Dependency 'io.swagger:collibra-core:1.0.0' not found
for following dependency:
<dependency>
<groupId>io.swagger</groupId>
<artifactId>collibra-core</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
Earlier we thought its due to missing Spring Boot Integration Library (Spring Boot 2.x) jar but this jar is different and not found in marketplace.
Any help to point me in right direction will help.
Thanks,
Aditya Pawar
user_b659a7
7 months agoHi everyone,
I'm hoping someone can help me out with an issue I've been running into with Collibra's API integration. Every time I try to connect our internal system with Collibra through the API, I'm getting repeated timeouts and authentication errors. When I was searching about this I came across these resources/articles- Integrations and APIs ServiceNow Tutorial and as per them, I've double-checked the credentials and tried different approaches, but nothing seems to work.
Has anyone else experienced this? Maybe there's a setting or step I'm missing?
Any advice or pointers would be really helpful. Thanks a lot!
Looking forward to your suggestions.
Best Regards,