Official

Accepted

Unanswered

Relevance
Selected Relevance

Advanced Filters

Search Results (12)

Retrieve "Business Context" on a table via REST API

On the asset view of Table, there is a Business Context characteristic. Is there a way to retrieve the value of this “Business Context” attribute through REST API?

Questions

2

0

0

0

Restr API 2 - USERS - Returns incorrect License Type

I am using the REST API V2 to fetch Users Data - one of the key field I am intrested is License Type. The Json result for the user is differnet between 2 API’s https://kraftheinz-dev.collibra.com/rest/2.0/users?userId=XXXXXXXXXXXXXXXXXXXXXXX give’s me the output JSON with license Type as "CONSUME

Questions

41

2

0

0

Unable to use Patch request REST API to update the description for an asset

I am trying to use the PATCH request REST-API to update the description of an asset. However, whenever I am confused about how to use this API for my purpose like where to add the assetID and attributeID within the parameters or the body itself I also tried using the POST [request] (https://zsassoc

Questions

4

1

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

29

1

0

0

Surprise feature! ADLS - Azure Data Lake Storage API

Soo… I was randomly looking at the catalog REST API, and… New endpoints??? Wait… What? I’m specifically looking at the ADLS endpoint, after we successfully completed a POC with the marketplace Azure Purview connector. @brian.lloyd.fairwaymc.com you might be interested in this, given your topic Any

Questions

66

2

0

0

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

22

0

0

API 403 - Allow API Requests from CURL or Python

Hello, I’m trying to make an API call but I’m getting an 403 error ‘RBAC: access denied’ trying to get to the following "https://{url}.collibra.com/rest/2.0/assets " I’m able to run the API query in the browser using the interface on the UI. Therefore, I don’t think there’s a problem with my CURL re

Questions

43

3

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

19

0

0

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

14

0

0

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

6

0

0

0

REST API library for Python

Is there any client library for Collibra-Console API to help me automate some tasks related to backup / restore? I am looking for something similar to https://pypi.org/project/collibra-core/ (this is for Core API). Thanks in advance!

Questions

30

1

0

0

Output Module API vs Knowledge Graph API

I'm looking to understand the difference between Output Module API & the newly available Knowledge Graph API. I've been using the Output Module API for a long time and it uses REST architectural style (Still a graph-based query) and the Knowledge Graph API uses GraphQL architectural style. So th

Questions

37

1

0