Official

Accepted

Unanswered

Relevance
Selected Relevance

Advanced Filters

Search Results (15)

Accepted Solution

List in Groovy and how to pass as parameter

I am trying to create a workflow to bulk approve Workflow Tasks. When I pass List to CompleteWorkflowTasksRequest.setTaskIds method, it errors out. CompleteWorkflowTasksRequest.setIds requires List<UUID> as parameter. ********************* import com.collibra.dgc.core.api.dto.workflow.FindW

Questions

44

1

0

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

6

1

0

0

How to configure start event "Asset Added" only for specific asset types

Hello, Would like to know if there is any way to configure the start event workflow for “Asset Added” only for specific asset types. I can do this inside my workflow code, but would like to do it as a configuration so the workflow will be triggered only for the specific asset type. Thanks.

Questions

11

1

0

0

attribute.AddAttributeRequest ignoring cardinality?

Hello, As part of tracking profiling in our system I have created a small script that checks whether a column has profiled attribute information, and that it does not have a custom attribute that indicates it has been profiled. I wanted to update the script to allow changing both a null OR a False t

Questions

6

2

0

0

Need help with viewPermissionApi.addViewPermission

Hi, Can anyhelp help me with an example format of viewPermissionApi.addViewPermission() Java API? I am stuck at adding baseResource(ResourceReference baseResource). Thanks !

Questions

40

1

0

0

Collibra JAVA API release notes

Since there are no official release notes, here is my version. To reproduce, you can just download whatever collibra api jar version from the downloads page, and follow those steps in a shell terminal. It’s not a very fast method, it will take 10min or so per jar, but hey, it gets the job done Given

Questions

21

1

0

0

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

21

1

0

Get List of Values For Attribute Type with Java API

I’m trying to programmatically get the list of allowed values for attribute type using the java api. I would think this would be included in the standard java api, but I can’t seem to find it in the standard java api docs - (https://.collibra.com/docs/javav2/index.html). I can find the allowed value

Questions

21

1

0

0

REVIEWED-INTERNAL ONLY: Collibra DQ Scala/Java API

Adding -adddc adds date column to the dataset as “owl_run_id” but while executing owl check via JVM library using docker we don’t see an option. However, there is a step in the code to add date opt.setRunId(“2021-05-06”) which adds owl_id in owl check (screenshot) but I don’t see it in UI. Can you h

Questions

91

2

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

36

1

0

Get attribute value for multiple assets with Java API

I’m trying to build workflow to validate whether columns contain PII data or not. Each column has “PII” attribute which is boolean data type (true or false). My approach is get all value of “PII” attribute of columns and check the value of those attribute values. However, I can not find the Java A

Questions

40

2

0

0

Find and Delete Assets in Bulk

Hi, We have a use case where we have to delete assets within a certain domain using find assets + delete assets api. Find assets would find the assets with a defined full name parameter and the delete assets would delete the assets based on the ids from the find assets result. The script is being ru

Questions

18

1

0

0

LoggerApi vs loggerApi

Hello, While working through some scripting exercises we were adding these entries: import com.collibra.dgc.core.api.component.logger.LoggerApi And then trying to add a log entry using, based on the auto-correct for “info”: LoggerApi.getEnclosingMethodInfo("Information") This results in an error , b

Questions

11

1

0

0

Finding Assets by last modified date

Hi, Is there API to find assets which were modified on a specific date? Thank you!!

Questions

23

1

0

How to catch ApiEntityNotFoundException

Through script task, I am calling this method - completeWorkflowTasks - which sits under WorkflowTaskApi. The method Throws ApiEntityNotFoundException - if workflow task does not exist. I am not sure how to catch the exception. I am using try/catch block, but nothing happens. try { workflowTaskAp

Questions

21

0