Community Resources
Participate
Learn
Support
User Groups and Events
This week, we debuted The Power of One —our latest Collibra Product Premiere. If you missed the live event, you can now watch it on demand . Discover what’s new across data quality, observability, stewardship, and data product delivery—all designed to unify your data and AI governance efforts. Hear directly from Collibra executives, product leaders, and industry experts as they share the innovations that will help you scale AI responsibly and effectively. _________________________________________________ Ebook : AI literacy: Empowering AI stakeholders in the generative AI era Unlock this ebook to learn more about: Why 80% of AI initiatives fail and how AI literacy creates the organizational intelligence needed to succeed Strategic frameworks for assessing and enhancing AI literacy across technical, business and leadership roles How applying the 70/20/10 learning model builds practical AI governance ______________ What does it take to lead a data strategy at a Fortune 500 company for over a decade—through industry shifts, technological revolutions and the dawn of generative AI? In this kickoff episode of Season 4, host Thomas Brence sits down with Justin Heller, Chief Data Officer at Synchrony, to explore how a foundation in political science, interactive telecommunications and process thinking has shaped his enduring career in data leadership. Justin shares the strategic mindset that’s guided his team’s efforts across technology, people and process, and how his background in game theory informs his value-focused approach to data. From navigating the ethical complexities of AI to measuring data’s contribution to enterprise risk reduction, Justin offers an honest, insightful look at the evolution—and future—of the CDO role. Listen here. Hello Data Citizens, Welcome to the May issue of the Data Citizens Digest. This month, we share the latest news, including exciting product updates and information about our new Data Citizens Community. Check it out! Collibra Product Premiere: The power of one Join us on June 5th at 11 am EDT to explore the latest advancements in the Collibra Platform. In this virtual experience, you’ll hear perspectives from industry experts, keynotes from Collibra executives, and live product updates from Collibra’s product leadership team. Register now → Highlights from the May release Data Catalog and Data Source Integrations You can now make data usage information available on asset pages for Snowflake data sources. When this feature is enabled, you can ingest Snowflake data usage statistics for Table, View, and Column assets during the Snowflake metadata synchronization. Collibra Cloud We now offer a Collibra Cloud site option for customers who don’t have the resources to install, operate, and maintain a customer-managed Edge deployment. Assessments Version 2 of the Collibra Assessments REST API now includes retrieving, starting, editing, completing, submitting, retaking, importing assessments. The API also enhances automation by allowing you to pre-fill answers based on system events, programmatically trigger retakes (for example, when an assessment is rejected), and import assessments from external systems into Collibra. UI/UX improvements Temporary messages about an action or status, such as success and error messages, now appear in the lower-left corner of the screen instead of the upper-right corner The platform is getting more responsive, making interactions on smaller screens easier. For example, breadcrumbs adapt better to small screens We improved the accessibility descriptions for Dashboard tabs and the Help menu Remember, these are just a few of the highlights from this exciting Release. Check out the Release notes for all the details. Masterclass: Series 2 Discover best practices for building a world-class data program, leveraging data as a strategic asset, ensuring a value-driven approach to data investments and planning your journey to becoming a Chief Data Officer. Upcoming sessions: Bridging data strategy with business objectives - crafting a compelling narrative: June 12, 11:00 a.m. ET From data to AI impact: Practical lessons for sustainable innovation: June 19, 11:00 a.m. ET Register for the upcoming sessions or watch recordings from Masterclass Series 1 here Webinars: From adoption to value: A practical guide for data leaders May 27, 11:00 a.m. ET Register here April 24: Data Citizens Circles: Trusted Business Reporting with Collibra - Register Join Collibra to drive understanding and quality of your data and AI Register now → We’re excited to share the improved Collibra Community ! Based on feedback from our members, we’ve made big improvements to enhance your experience and make it easier to collaborate, find information, and stay connected. What’s new? A modern, updated design for more straightforward navigation A better forum experience with improved discussion filtering A more robust customer user group experience for deeper engagement Improved email communications and notifications to keep you informed A new Welcome Center to help members get started Note: As we update the back-end, your points and badges will not be available on the platform until mid-to-late 2025. Once complete, your gamification information will be restored. What’s stayed the same? The Community URL, email ([email protected] ), and login process remain unchanged. All discussions, knowledge base article,s and resources are still available If you have any questions, please reach out to [email protected] . We’re here to help! Please see this post on how to start a discussion We can’t wait for you to explore the new Collibra Community! Best, The Collibra Community Team Hello everyone, I’m currently working on automating imports into Collibra using the Import API, and I’ve encountered a strange issue specifically with the synchronized import endpoint (/import/synchronize/csv/job and /import/synchronize/finalize/job). 🧪 Context of the Problem: I have a working CSV file and template JSON that are correctly set up for importing domains into Collibra. If I use /import/csv/job or /import/synchronize/batch/csv/job, everything works perfectly — I can see the new assets (domains) appear in Collibra right after the job. However, when I use the synchronized import endpoints (/import/synchronize/csv/job followed by /import/synchronize/finalize/job), the import appears to succeed (status = SUCCESS in the API response and platform activity monitor), but no new domains show up in the Collibra UI. ✅ What I’ve Already Verified: The synchronizationId used in both API calls is the same and correctly passed. The CSV file and template JSON are valid — they work flawlessly in the normal and batch import modes. I’ve tried with a simple test case: just one domain in the CSV. The API responses for both synchronize and finalize show success — no error or warning. I’ve double-checked the Activity Monitor in Collibra: both jobs appear there and are marked as “Success”, but still no resulting data in the platform. I’ve also confirmed the Collibra instance supports synchronous imports and the import configuration seems to be enabled in the backend. ❓ Questions: Has anyone experienced this issue before — successful synchronized import + finalize, but no data appearing? Is there a hidden validation rule, permission issue, or finalization behavior that could prevent the data from being persisted or shown? Could there be anything specific I should check in the logs or via API to debug this further?