Collibra Predefined Technical Lineage documentation
Hi. I am trying out version 1.1.8 of collibra-integarion-library. I want to specifically use section “CollibraTechnicalLineageHelper Class” of the documentation. In it documentation does not explain how to use it and for CollibraPredefinedTechnicalLineage. also. javadoc. is not helpful at all. Is there another place I can look and see how to use it. Any sample would be awesome to look at.
Thanks
-Rajesh
rajeshkatarya
Posted 3 years ago · Edited 1 year ago·Last reply 3 years ago
1 comment
springboot_team
·3 years ago · EditedHi @RajeshK,
A sample integration that makes use of the CollibraTechnicalLineageHelper class is the GCP Dataflow to Collibra integration.
Google Cloud Dataflow to Collibra Integration - Collibra Marketplace
A Spring Boot integration that retrieves job details from Google Cloud Dataflow, transforms them, and upserts them to the Collibra Platform.
In this Spring Boot application, you can refer to the following classes:
Thanks