thousands-tailor-5575
08/26/2021, 2:47 PMbest-balloon-56
08/26/2021, 2:49 PMthousands-tailor-5575
08/26/2021, 2:55 PMsquare-activity-64562
08/26/2021, 3:32 PMsquare-activity-64562
08/26/2021, 3:39 PMtable -> view
lineage to track dependencies
LINEAGE = dict()
LINEAGE['VIEW_1'] = ['TABLE1', 'TABLE2']
LINEAGE['VIEW_2'] = ['TABLE1', 'TABLE3']
This is using a small cli which we are also using to send lineage on ad-hoc basis through jenkins, when needed. Should be quite simple to add an API on top of such things.
Datahub's ingestion codebase is easy to extend. So should not be a problem to do such stuff if you wanted to add an APIbig-carpet-38439
08/26/2021, 4:57 PMbig-carpet-38439
08/27/2021, 3:28 PM