Output Module Query Generator Version
Overview
The OutputModule RESTful resource provides a powerful way to extract data out of Collibra. However, the creation of the Query (View Config and Table View Config JSON) can be difficult at best. Many customers get confused and frustrated when building this JSON query. The goal of the OutputModule generator is to make this process easier by providing a Java library to programmatically generate this query using Java Builder patterns. The Builder patterns fully support the Hitchhiker’s Guide and enforce validation rules to avoid common mistakes make in the field.
Media
More details
Release Notes
The Output Module Generator generates the View Config and Table View Config JSON Queries programmatically using Java Builder patterns.
It supports the complete Hitchhikers Guide. It supports
- All assets, attributes and relations
- Sorting
- Filtering
Compatibility
- Collibra Data Intelligence Cloud
- Collibra Data Intelligence On-Prem
Dependency
- Java Runtime Environment 1.8
License and Usage Requirements
See existing Q&A in the Collibra Community
Browse discussions with customers who also use this app.
Start a New Topic in the Collibra Community
Collibra-hosted discussions will connect you to other customers who use this app.
None
Jun Miao
Good idea and could be useful. But terrible documentation. The java project did not even compile if I copy the exact code shown in the example.
Ralph Osmond Rimorin
AuthorHi Jun, thanks for the feedback. I agree the documentation needs to be updated. I’ll reach out to you shortly.
Scott Nichols
The Output Module Query Generator works great! It’s very easy to generate a sophisticated Collibra get assets query and map the results to Java POJOs with Jackson.