Official

Accepted

Unanswered

Relevance
Selected Relevance

Advanced Filters

Search Results (10.7K)

Hi Anand, I couldn’t find a template with the name Azure Data Lake. Can you please share the link of the same?

Azure Data Lake template

I am trying to check if there are any users using the Azure Data Lake Template from the Marketplace. The Azure Data Lake platform has a bunch of sub-directories within its parent level directory and has multiple .csv files that requires a recursive discovery of data files for processing and ingesti

Questions

I have experienced similar issues with special characters. Sometimes it helps to use the corresponding HTML code value. In the case of the less than sign ("<") the HTML value is &lt

 to the conversation: 

0

1

Excel Import contains "less than" symbol < , trims the rest of the value

Has anybody seen the following issue and/or can suggest a workaround? Thanks. When attempting to bulk upload new assets to a codelist domain, we sometimes, but not always, lose the right hand side of any text for attributes which contain the less than (<) symbol. (The greater than symbol is fine!

Questions

Hi Manasa, We might have to take a look at the specifics of this case. The error log, the TVC, and possibly, the project itself. If this is an integration, you might better off setting up a coaching call. Thanks Pranay

 to the conversation: 

0

0

Export JSON connector throws exception with javax.ws.rs.BadRequestException: HTTP 400 400

Migrated from collibra on premise version 5.7.5 to Collibra cloud 2021.06.3 Export JSON component throws exception saying invalid JSON. Did someone go though exception. It is working fine when pointed to version 5.7.5 on-premise. Any thoughts on this please?

Questions

Hello, today i tried to install the OMRE tool (Operating Model Reverse Engineering V1.2.0). I am ‘on -premises’ with 5.7.7 DGC version. I started to import file ‘OMRE_v1.1.0_Full.cma’ (in the DGC ‘Settings’ import menu) and the simulation report has

 to the conversation: 

0

5

OMRE (Operating Model Reverse Engineering)

This topic is created to discuss the current version of the OMRE (https://marketplace.collibra.com/listings/operating-model-reverse-engineering-omre/) as well as the possible improvements that could make this solution better.

Questions

Hi @paulo.taylor Is there possibility to feed technical lineage with transformations from external systems let’ say with collibra system APIs, without using lineage harvester?

 to the conversation: 

0

0

Collibra Data Lineage

Please post here your remarks, questions or feedback regarding the Marketplace listing Collibra Data Lineage

Questions

Hey mate, If you can use LDAP, you can sync your Active Directory to Collibra. You can also go down the route Arthur has mentioned above i.e. use the APIs. There’s an addition setting in Collibra for SSO called nameId Create. If you set that flag to

 to the conversation: 

1

Provision Collibra users without LDAP? (SCIM, etc?)

We are moving our Active Directory to Azure AD, which drops support for LDAP. Azure AD and other user management solution now recommend automated provisioning with a real-time/push approach such as SCIM, but it does not look like it is supported by Collibra at this time. We authenticate users with S

Questions

Hello, do you know if in the meanwhile a definitive solution has been implemented or we do have to manually create users before they will be able to login via SSO (SAML) ? Thank you

 to the conversation: 

0

0

Provision Collibra users without LDAP? (SCIM, etc?)

We are moving our Active Directory to Azure AD, which drops support for LDAP. Azure AD and other user management solution now recommend automated provisioning with a real-time/push approach such as SCIM, but it does not look like it is supported by Collibra at this time. We authenticate users with S

Questions

We build a subscribe workflow and used the export history OOTB functionality excel. Combined them together and created a workflow as you can see in the image below. As soon as a new user subscribe to the domain/asset an instance starts automatically

 to the conversation: 

0

Allow users to receive update notifications

Some of our users have requested to be informed of any updates on assets. Every time one of the attributes/relations of the asset is updated, the status is changed or a comment is added, a notification would inform subscribers of that event. Business Stewards are automatically notified, but how is i

Questions

Data Type is a normal characteristic of the data set, so you should be able to edit it normally. In the import API, it’s going to look like: [{ "resourceType": "Asset", "identifier": {"id": "12345-..."}, "domain": {"id": "1234

 to the conversation: 

0

How to add information to Data Elements

Hey, I’m a very new Collibra developer. I Started importing some simple json using import/json-job. I’m able to import a community, domain, assets, and a data set. I also created some relations in order to get the Data Elements view of the Data Set populated. In the Data Elements view the “Name”

Questions

Hey @arthur.burkhardt, We have created a workflow which track all the changes like addition and update to asset in collibra. We also have a separate workflow where we save the asset/domain/community the users want to subscribe to. And making use of

 to the conversation: 

0

1

Allow users to receive update notifications

Some of our users have requested to be informed of any updates on assets. Every time one of the attributes/relations of the asset is updated, the status is changed or a comment is added, a notification would inform subscribers of that event. Business Stewards are automatically notified, but how is i

Questions

Can you share what your form properties tab looks like for your user task (in flowable)?

 to the conversation: 

0

2

Button in middle of the User Form

Hi, I want to place a button in the middle of the user form and 2 button in the bottom of the form. When i place a button in the middle of the form in user task, i see all the buttons are grouped within a <divclass=“grouped-buttons”> and moved to the middle of the form. can you please help me

Questions

Hi Dmytro, all Could you explain the tags ‘Used_By_OMRE’ and ‘Part_Of_OMRE’ since it is not part of the documentation? (as far as I can see). Br, Martijn

 to the conversation: 

0

2

OMRE (Operating Model Reverse Engineering)

This topic is created to discuss the current version of the OMRE (https://marketplace.collibra.com/listings/operating-model-reverse-engineering-omre/) as well as the possible improvements that could make this solution better.

Questions

Hi Robert, It’s funny I helped someone on a call with this very question just yesterday. Please add the below code in the default section of your user field. Hope this helps. ${userApi.getCurrentUser().get().getUserName()}

 to the conversation: 

0

1

Propose New Asset Workflows - Method to save user or requester information

When a user proposes a new business term or asset via workflow, I’d like to save the user(requester) who is proposing the new asset. There does not appear to be an assetAPI addAssetRequestAPI.builder method that would allow me to save the user(role) who is proposing a new asset. Reference - The Issu

Questions

Hi Arthur, I am from Avishek’ team, checking the solution provided by you. I have some further doubts if you can help me with those: point1: The same task can be achievable via collibra workflow using workflowTaskAPI interface? if yes then is there a

 to the conversation: 

0

1

Tasks lists in Collibra

Hi, Is there a way to figure the tasks created by a workflow along with details such as when, who created it and to whom it is assigned for approval. Most of it can be found if i navigate to the tasks options but is there a way to extract this info out or have it shown via any global views ? Thanks,

Questions

You can’t modify the AttributeKind of an AttributeType. But you can delete the current AttributeType, and create a new one with the same ID. Use the rest-api for this. Of course, you’ll only maintain the resource-id of the AttributeType. You’ll lose

 to the conversation: 

0

0

Modifing Custom Characteristics Kind Types

We created some custom Characteristics/Attributes to describe data sets. After some review we realized we needed to change Kind from Selection or Text to Multi-Select. Is there a way to keep the current Resource Id when creating the new Attribute/Kind so we don’t loose previous entries or relation

Questions

I suppose you downloaded files from the release history at the bottom of the page. Try the “Package” link in the top instead. I’ve just created an entry in Ideation platform: https://productresources.collibra.com/ideation-platform/?id=DGCPLAT-I-714

 to the conversation: 

Reporting Data Layer

Please enter here remarks, questions or feedback regarding the Marketplace listing Reporting Data Layer: https://marketplace.collibra.com/listings/reporting-data-layer/

Questions

Where is your jobserver located? A typical secure setup would have 3 network layers. Your public facing applications is layer 1, your internal backends layer 2 and your data/database, layer 3. You can only communicate with your closest layer(s), whic

 to the conversation: 

Refresh Existing JDBC Schema Ingestion

I am attempting to refresh a schema ingesting via catalog REST API. I am able to get the refresh going but it fails with the following error: com.collibra.jobserver.dto.exceptions.JobServerRemoteException: com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host $host, por

Questions

Without getting too much into specifics, we’ve had to embed our workflow deployments into our DevOps pipelines the best we could given the constraints of Collibra (unfortunately the workflow manager and CLI were not fit for our purpose) so we have a

 to the conversation: 

0

Feature Flags and Workflows

With us, we find that the physical act of deploying a new version of a workflow takes minutes but the process around it sometimes takes a fair bit of time. We’ve started using feature flags to turn on and off certain features of a workflow and release new versions of a workflow without having to dep

Questions

If that’s the case, have you tried escaping the curly braces with a backslash? \{schema\} might do it then.

 to the conversation: 

0

Driver and Metadata Ingestion for IBM AS400 iSeries

When using the Collibra Certified DB2 Metadata Connector is not recommended by your internal ERP team for connecting to your IBM AS400 iSeries instance… Has anyone successfully set up an IBM AS400 iSeries Driver for ingesting metadata into Collibra? I’m either running into a login error when I know

Questions

Almost spot on - here’s a quick mock-up: All requests are authenticated and we used API keys along with some network access restrictions to make sure Collibra is the only one that can reach that outbound endpoint. (Inbound was much easier as we coul

 to the conversation: 

Alternatives to Mulesoft

With Collibra looking to move away from mulesoft, has anyone else found a suitable alternative? i.e. an approach that both allows Collibra to trigger api’s outside of Collibra as well as read incoming triggers from those external systems as well? So far everything we’re seeing only appears to be one

Questions