Can't find what you're looking for?
Official
Accepted
Unanswered
Advanced Filters
Search Results (15)
Asset and Attribute API Calls deprecated typeIds (the list)
Noticed in the REST API documentation that the typeIds now say depracated as well as typeId and that there's now typePublicIds. Did I miss any comms about this?
Questions
•
API & Tooling
Receiving 403, 'CSRF token mismatch', errors from POST commands
Within the last 2 weeks I have started receiving 403 return codes for every REST API POST command attempted via Python scripts in our Dev environment. All of these scripts have executed successfully multiple times prior to something changing in the environment. I have tested the POST commands via th
Questions
•
API & Tooling
Deprecated Data Quality Rules API
Hi, It has recently been brought to my attention that the Data Quality Rule API (https://developer.collibra.com/api/rest/data-governance#/operations/findDataQualityRules) is marked as deprecated. Despite searching, I've been unable to locate any explicit reasons for this decision. Does anyone know
Questions
•
API & Tooling
Accepted Solution
Rename Bulk Assets
Hi,Is there any faster way to rename bulk assets in a given domain? Currently, I am using change asset API but that is iterating over each asset id taking a lot of time.Thank you
Questions
•
API & Tooling
Accepted Solution
Attribute Rest Api
Hi,Is there any way to fetch the attributes of bulk assets using Rest API. I am using attributes api but it is fetching the attributes for each asset one by one, which is very time-consuming. Let me know if there is a faster way to implement it.Thank you
Questions
•
API & Tooling
How to upload jdbc driver to run the "refresh jobserver schema API"
Hello, I’m using one of the Catalog API v1 - Refresh a jobserver Schema. One of the parametr to the input json is jdbcdriverid. I see there is an api to findDrivers. But what is the API to upload the driver. Thanks, Puneet.
Questions
•
API & Tooling
Adding characteristic to asset type
Hello, We have created a new asset type using REST API endpoint rest/2.0/assetTypes. Now we need to add the characteristic to this asset type. Do we have the endpoint for adding characteristics in the core API? Is it possible to create the asset type and its characteristics together using import API
Questions
•
API & Tooling
API: Table Lineage Status (Technical Lineage and Catalog or Technical Lineage only)
Request: Using Collibra APIs, I want a list of tables found in “Technical Lineage” but not in ‘Collibra Catalog’. I am reviewing table’s target to source, and source to target data lineage. Want to identify which tables have been stitched but not yet ingested/cataloged into Collibra. For example:
Questions
•
API & Tooling
Edge Job ID - is there any way to get access to this outside of the Edge Jobs Beta?
We have had some profiling jobs completing with errors for some time. I went to get the Job ID to pull the connector logs, and realized the Activity did not have a Job ID associated with these results. I then went to the Edge Jobs beta section, and that Job ID is the correct one for the connector. T
Questions
•
API & Tooling
Multiple ways to connect Snowflake warehouses to collibra
Hey, we have 5 Snowflake warehouses and want to connect them with Collibra. But instead of making 5 different connections with Collibra, there is mentioned we could use one snowflake warehouse as master that reads from the other 4 snowflake warehouses to the master snowflake warehous and collibra o
Questions
•
API & Tooling
Collibra Catalog Database Registration API Scheduling
I’m working on setting up a process that will make use of the Collibra Catalog Database Registration API to synchronise metadata for snowflake schemas of interest via Edge. However, when looking through the API docs I can’t see any method that allows to set a schedule for the synchronisation. It l
Questions
•
API & Tooling
Import API
We are on: Build Number: 20230817133319 Product Version: 2023.08.1-53 The data I am trying to import is updated in a periodical basis. So, I thought this would be a great opportunity to utilize the import API. I wrote a powershell script to automate this process and make API calls. My script is ab
Questions
•
API & Tooling
Error when using outputModule API
We are on Collibra version Build Number:20230630114817 Product Version: 2023.07.0-22 Simple Java code to use outputModuleApi, It results in error. Code is simply OutputModuleApi outputModuleApi = new OutputModuleApi(apiClient); String configOut = outputModuleApi.getTableViewConfigByViewId(viewConfig
Questions
•
API & Tooling
Collibra API Help
Hello: I used GET https://test-drive.collibra.com/rest/2.0/domains to get the response community_name = HR and type_name = Glossary. I want to access the complete glossary shown in the attached image using API. Please help me to identify which API I can use to get the Glossary response in detail. An
Questions
•
API & Tooling
Test drive question
Hello: I am trying to connect “test-drive.collibra.com” from my python notebook using the below, code is not working. I am getting errors as shown below. Am I missing something or doing wrong? Any help is greatly appreciated. Code:- owl = “https://” url = “https:///auth/signin” payload = json.dumps(
Questions
•
API & Tooling