Official

Accepted

Unanswered

Relevance
Selected Relevance

Advanced Filters

Search Results (9)

TO BE REVIEWED: How can I determine which REST API invocation is being used by the DQ Web Application so I can recreate the functionality programmatically?

Q: How can I determine which REST API invocation is being used by the DQ Web Application so I can recreate the functionality programmatically? Answer from Brian Mearns and Laurent: I navigated to this page on my side, Home > Jobs > Dataset > Rules And I used the Chrome browser’s View >

Questions

20

0

0

0

Data Quality for Salesforce

Has anyone attempted to create a Data Quality connection to Salesforce? We are attempting to understand options for doing so as it appears that there are JDBC connectors for DIC, but not for Data Quality.   Please let me know if you have any recommendations as to how to go about it. Than

Questions

39

1

0

Logging Import API Command

I am using the Collibra writer created by Ataccama product to import assets in the environment. but I noticed that there is an issue with the relationAction parameter. I currently have it up as add or ignore, however, regardless of that, it is still replacing the relations. so I would like to know i

Questions

32

2

0

collibra-integration-library-sb3-1.0.1 no longer compatible with Workflow Definition API

Dear @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

Questions

20

1

Missing mapping for 'INSIGHTS_VIEW' permission in sb3-1.0.1 library

Hello @spring-team.collibra.com, My application uses 'collibra-integration-library-sb3-1.0.1' in order to automate Workflow Definitions deployment process. When processing the response from deployWorkflowDefinition() call, I ran upon the issue with insufficient mapping in 'RoleImpl.PermissionsEnum'

Questions

62

0

0

Retrieve scope assignments via API (or any method)?

Does anyone know of a way that I can get a list of all the assignments in a particular scope? Given a scope ID: return a list of all assignments (relations and attributes) for each of the Asset Types that the Scope is assigned to. I don't see anything in the REST API documentation that would produc

Questions

11

0

0

Rest end point for Catalog data dictionary

Hi, I couldn't find any end point in Catalog Rest API to GET the assets defined the in the Catalog Data Dictionary.Is there a way to GET these asset using Core Rest API?Thank you!

Questions

42

1

0

Can we invoke the Collibra DQ REST API using Python?

Collibra DQ prospective customer sent me the question: “Can we invoke the Collibra DQ REST API using Python?” Answer: I sent the prospect my sample Python REST API code: login_uri = 'https://'+conf.url+'/auth/signin' export_uri = '/v2/get-exports' import_uri = '/v2/run-import' api_url = 'https://'+c

Questions

48

0

0

0

How can I mport metadata json file and transformations from DBT to Collibra?

Hello Everyone, Is anyone has a step by step setup to import metadata json from DBT to Collibra? I was reading some info here: dbt to Collibra Integration - Collibra Marketplace but it’s difficult for me to set this up. anyone can help please? BTW I have built a dbt plateform based on eks and airf

Questions

81

1

0

0