Collibra Community logo
  • Community Resources
    • Discussions
    • FAQ
    • Take a tour
    • Request a demo
    • Community job board
    • Resources
  • Participate
    • Discussions
    • Ideation
  • Learn
    • Customer stories
    • Marketplace
    • Blogs
    • University
    • Video tutorials
    • Knowledge Base
    • Developer Portal
    • Podcast “Data Citizens Dialogues”
    • Collibra Excellence Awards
  • Support
    • Support Portal
    • Documentation
    • Release notes
    • Product resource center
  • User Groups and Events
    • Events
    • Collibra Customer Events
    • Data Citizens® User Groups
  •      
  •          
Discussions
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
Discussions
Collibra Logo Community
  • About Collibra
  • Collibra Data Intelligence Platform
  • Blog
  • Careers
  • Partner Program
  • Contact us
© 2025 Collibra. All rights reserved.
  • Privacy and legal
  • Do not sell or share my personal information
© 2025 Collibra. All rights reserved.
  • ForumsChevronRightIcon
Developers

Created Nov 18, 2023

33 members

731 discussions

Welcome to the Developers Discussions space—a forum dedicated to supporting developers working with Collibra's platform. Engage with peers and experts to share insights, ask questions, and discuss best practices related to APIs, workflows, integrations, and other development topics.

Developers
                   
                                       
  • Mustak Ahmad

    Mustak Ahmad

    5 days ago
    Customize default popup when workflow is cancelled.
    I have a workflow with a form. In the form, I am using Outcomes item 'cancel'. Adding a link with condition {form_myform_outcome == "cancel"} --> to end event. The cancel button works but popup message ' Task Completed'. How can I customize the message since I simply cancelled'
                                           
    0
             
  • Jafar Shaik

    Jafar Shaik

    7 days ago
    GRAPHQL asset endpoint
    I'm wondering if GraphQL APIs provide a way to get the total record count in responses similar to how REST APIs do. Additionally, what's the best approach for implementing pagination with offset and limit parameters in GraphQL to retrieve all records?
                                           
    0
             
  • user_8659bd

    user_8659bd

    15 days ago
    How to Search Discussions
    Is there a way to search Collibra community discussions? I would prefer to search and check if someone has already asked my question and provided an answer before I type up a new one. I see there's a search on the home page, Collibra Community | Unified governance for data and AI | Collibra Community, but it's really slow and never comes back with anything meaningful. I don't see a search for the discussions directly though.
                                           
    3
             
  • user_c3969d

    user_c3969d

    15 days ago
    Best Practices for excel creation and upload them automate to data catalog
    Hello I need the excel headers how to upload into the collibra. I have to map certain fields. any best practices are there please let me know
                                           
    2
             
  • user_8659bd

    user_8659bd

    16 days ago
    AI Attribute Generation
    I found the Rest API for generating descriptions to assets based on its name by using the web browser's debugger. See below. Is there an equivalent Workflow Java API too? I want to write a workflow to generate an Excel document of all the generative descriptions for all the column types in a domain and then have a steward review and reimport them. This is faster than one by one the way it is now. If there's not a Java workflow API I can do this is in a script too using Rest: Rest Generative AI URL Endpoint https://your_dgc_instance/rest/attributeGenration/v1/drafts/generate HTTPS Post {attributeTypeId: "your_attr_id, "assetIds" : ["Asset:your_asset_id"], "forceRefresh": false} HTTPS Rest Response: [{"id": "response_id", "attributeTypeId": "attr_type_id", "assetId": "your_asset_id", "value": "generated AI value}]
                                           
    0
             
  • scottbenson

    scottbenson

    29 days ago
    Weird Validation Situation
                             
    I have the unusual situation where I have 5 text attributes, each of which need to be validated against 20 colors and some other items in the same text field.  The fields need to stay as text fields so a drop down is not an option.  The example below shows a piece of the validation. rule{ anyOf{   condition{isEqual(attributes.'Field1'?.first(),'Red')}    condition{isEqual(attributes.'Field1'?.first(),'Blue')}      } } I could write 5 separate validations, but the problem occurs when a new color is added  - I would need to update 5 separate validations.  OR I could write 1 large validation which contains all 5 fields and under each field list the 20 colors - but the same problem occurs when a new color is added. Has anyone else run into a similar problem and be willing to share their solution? Thanks, Scott Sc
                                           
    0
             
  • davidbotzenhart

    davidbotzenhart

    29 days ago
    API to add Data Set to Collibra Data Basket
             
    Is there an API Endpoint to add a Data Set to the Collibra Data Basket for an user?
                                           
    2
             
  • user_29183b

    user_29183b

    1 month ago
    Workflow email template - How to declare variable inside the template
    Hello, I'm new to Collibra workflow email templates and currently trying to add new templates to support the workflow I'm developing. The email needs to have Username and Role name passed to it when sending the email to the user. I have set the username and rolename in execution.setVariable and set the variable inside the template as ${userName} and ${roleName}. however when the email is triggered, it is not replacing the value set for username and rolename. Looks like I'm not defining the variables correctly in the template. Any help on how to substituting the vars?
                                           
    0
             
  • Siddharth Goel

    Siddharth Goel

    1 month ago
    Output Module - Rest API
    Fetching all assets of Domain Codelist with their relationships in the hierarchy I am able to fetch the assets that are in Codelist Domain using Output Module but I am not able to fetch the relationships Can someone with JSON/Output Module expertise help us?
                                           
    2
             
  • saptarshipaul

    saptarshipaul

    1 month ago
    Request Responsibilities functionality - request log
             
    Hi , I have a query on the Request Responsibilities feature introduced by Collibra. Ref - https://productresources.collibra.com/docs/collibra/latest/Content/Responsibilities/ta_request-responsibilities.htm This is an inbuilt workflow provided in the latest version of Collibra SaaS latest UI. Requesting a responsibility creates a task [only!!!] for the configured Approver/Backup Approver. However there is no log for all such requests raised. Where can I view all such requests raised by the users? This would be beneficial for access control audits etc. Suggestions - This workflow can be exposed in the workflow section so that the users can configure accordingly to create an asset against every request i.e an Issue / Data Usage asset Collibra can internally incorporate a bespoke domain and log the requests there for auditing purposes. This functionally is extremely beneficial for access/usage/license control. Thanks and Regards Saptarshi Paul
                                           
    0
             
…