Springboot export api helper
Hi @spring-team.collibra.com,
I have a requirement to export selected data from assets in collibra dgc and return the payload when an api call is made. Need help with some sample export api helper method java samples if available as even docs have import api examples but need help on how to use export api helper method to fetch data from collibra dgc platform.
subasreearvind
Posted 3 years ago · Edited 1 year ago·Last reply 2 years ago
3 comments
springboot_team
·3 years ago · EditedHi @subasree.arvind.aexp.com ,
For information and examples on how to export using the Integration Library, you can refer to the documentation, section “The CollibraExportApiHelper Class”. There is also a code snippet on how to prepare a TableViewConfig and make a request to the
exportAsJsonmethod.Spring Boot Integration Library - Collibra Marketplace
Java classes to facilitate access to Collibra APIs.
For information on how to prepare the Table/ViewConfig that needs to be passed to the export methods, you can refer to: https://developer.collibra.com/rest/output-module/Content/OutputModule/co_getting-started.htm
Meanwhile, a sample integration that makes use of the library export functionality is the “Populate database with result of Collibra Output Module API”
Populate database with result of Collibra Output Module API - Collibra...
Obtains the daily data snapshot generated by the Reporting Data Layer for a particular date. The information is then decompressed and imported to Google Cloud. The integration also exposes an endpoint that enables you to perform SQL queries over the...
Thanks
ankitbakliwal
·2 years ago · EditedDoes anyone suggest how we can achieve Bi-Directional integration with collibra?
Right now we are able to push from integration library to collibra, we also want the changes done in collibra flowing back to integration library?
Does current library support its? If yes, then can someone suggest how?
lhakpa_sherpa
·2 years agoWe have been looking for this solution but haven't found one yet. It would be super helpful if Collibra had that feature.