Hi, team! I’m trying to integrate our python (django, faust) applications with datahub using your git examples, but it doesn’t work out right for me: I first create a flow and register tasks in it, then I pass the lineage and link the datasets, but as soon as I transfer information about the beginning / end of the task, then the connections disappear, and at the very start time it is displayed correctly, but there is no data on inputs/outputs.
i used code example:
for emit job runs -->
link
for lineage -->
link
It is necessary to transfer again lineage after each operation of transfer of data of start of the task? Or how does it work?
How to add inputs/outputs information to job data?