Can't find what you're looking for?
Official
Accepted
Unanswered
Advanced Filters
Search Results (52)
Accepted Solution
Workflow is randomly failing with methodnotfoundexception but the method is defined in earlier scriptask in same process.
Hi, One of my Custom workflow is failing randomly. ( Same workflow got successfully executed in multiple iterations) with an error from a script task with method not found exception. Caused by: javax.script.ScriptException: javax.script.ScriptException: groovy.lang.MissingMethodException: No signat
Questions
•
Developers
Accepted Solution
Fivetran to Collibra integration - encountering response header issues
Hi, 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
Questions
•
Integrations
Accepted Solution
Technical Lineage - How to extract lineage from Redshift stored procedures using edge?
Hi All, We are building Redshift Technical Lineage using the capability from Edge and the option does not include lineage from stored procedures. Please advise if there is a workaround to extract lineage from redshift stored procedures and stitch it to views and tables created by edge technical li
Questions
•
Product Q&A
Accepted Solution
Most efficient way to update attribute values and responsibilities
Hello, I have a workflow which takes a set of values from a form and "upsert" these to an attribute. What I mean with upsert is that any value which does not exist in the new list should be removed an any values which only exist in the new list of values should be added. I had a few different appro
Questions
•
Best practices
Accepted Solution
Ingest Collibra Console Logs into a third-party log consumer
Is there a possibility to ingest log outputs from Collibra Console into a third-party log consumer, such as Elasticsearch?Could you please share your experience if you did that?In case of Data Quality and Observability it is possible to convert logs to JSON formatting: https://productresources.colli
Questions
•
Developers
Accepted Solution
How to pass the 'rd' value into the dataset table query
Requirement is to pass the 'run date' to the dataset table query. Right now the query has a where clause using current_date(); want to have it for run_id(run date). $rd is not recognizable inside the data source query. Can somebody pls help. current query: select * from dataset where load_date = c
Questions
•
Developers
Accepted Solution
Collibra Data Quality -Transformations - Replacing a string with NULL makes all the record values to NULL
Hi, This is a pull DQ job. We are trying to replace all the unwanted characters in a column to NULL string and then apply a NULL check to that column to catch all of them together. But observing that though we have only a couple of unwanted characters, the replace transformations replaces all record
Questions
•
Developers
Accepted Solution
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
•
Developers
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
•
Developers
Connect to AWS S3 and put trigger file
Hi Team, We need to build custom workflow where a trigger file is placed on AWS S3 location once the asset gets approved. Please guide.
Questions
•
Developers
detailed DGC logging
Hi All, we would like to explore detailed logging in the DGC, i.e. .API calls - It seems there is an option for that in the console, but where can the actual logs be found? Administrative functions logging: if somebody changes the scope of a domain, or removes an attribute from an asset type, et
Questions
•
Developers
Import API Error when not using 'attributes'
Hi folks, I am new to the Collibra Import API and I’m trying to create assets with the import/csv-job endpoint. My plan is to create assets with its relations. The Postman-Post works but in Collibra -> Activities I get the error “There are either too many or too few parameters to identify the dom
Questions
•
Developers
Using Groovy and Apiv2, How can you assign a group to a specific role?
I have a need to add a group to a role and not just a single ueser id I can add a single user using the below code, but how do I add a group comprising of multiple users. There must be a quick way to do this, rather having to loop through all members of the group and add them individually
Questions
•
Developers
Identifying the Most Commonly Referenced Business Terms
Hey all, We’re looking to prioritize the definition of assets based on the frequency of their use in other assets. For example, we’d like to prioritize the definition of business terms most commonly referenced in our policies. Manually, we can use the References tab on the side bar for any given ass
Questions
•
Product Q&A
quick start for data engineers j rest api pratical calls examples
Hi, im very pratical senior data architect/engineer and i understand collibra concepts but i would like to understand how data engineers could proactively create/update databases schemas, tables, views etc by interacting with collibra. I think there's 2 ways using collibra: way 1 (not good enough
Questions
•
Developers
Removing Responsibility UUID
Is there a way to remove a Responsibility from a given Asset using the core API? I know it can be done by clicking through: Going into asset -> Responsibility -> selecting, for example, the Data Steward role -> pressing the delete/bin button. I would like to achieve the same through the cor
Questions
•
Developers
How to get Domain id while creating a new asset using Workflows
Hello, I'm creating a new workflow that will be used to create a new Asset. The workflow will be triggered inside a Domain, so its not a global create and user can only see the workflow option once they are inside the domain. In the workflow, while creating the asset, how should I get the domain Id
Questions
•
Developers
Use pre-instanced Collibra variables locally in workflows
I am a workflow developer and want to improve my development and testing process. My problem is that there are some pre-instanced variables in the Collibra runtime environment (e.g. “loggerApi”, “assetApi”, and so on) that are just magically available when the workflow runs in Collibra. I want to us
Questions
•
Developers
Is there a way to export breadcrumb of asset for a given domain in bulk ?
Hello, I’m looking for a way to export the Breadcrumb of all assets for a given domain using workflows. I saw there is a javaapi to get the breadcrumb by passing the asset id. If we want to leverage the breadcrumb java api should we make separate/multiple calls for each assets to get breadcrumb info
Questions
•
Developers
REST or SEARCH API for the Bulk Extract of Assets with a particular RelationType
Without looping over a large number of assets to submit a GET request to the relations endpoint in the REST v2 API, is there a way to submit a single request to return ALL assets associated with a particular RelationType? I had hoped to do a POST request to the SEARCH API with a given query but ther
Questions
•
Developers