How can I mport metadata json file and transformations from DBT to Collibra?
Hello Everyone,
Is anyone has a step by step setup to import metadata json from DBT to Collibra? I was reading some info here: dbt to Collibra Integration - Collibra Marketplace but it’s difficult for me to set this up. anyone can help please? BTW I have built a dbt plateform based on eks and airflow
gauthierkwatatshey
Posted 3 years ago · Edited 1 year ago·Last reply 3 years ago
1 comment
integrationdev_rohit
·3 years ago · EditedHi Gauthier,
This will be custom development that you need to carry in below high level steps :
Read the json file from a location in loop.
Extract the metadata from json file and convert it into one csv file for all the json files .
Once your csv file is ready import it into collibra using import api’s.
Regards,