Hi everyone, can datahub get lineage in hive autom...
# ingestion
d
Hi everyone, can datahub get lineage in hive automatically? I mean I hava two tables in hive,
tableA
is the upstream of
tableB
. When I ingest hive resource to datahub, the two tables are not familiar with each other. Is there a way to get the lineage automatically while ingestging without calling
lineage_emitter_kafka.py
or
lineage_emitter_rest.py
artificially.
m
@damp-minister-31834: DataHub doesn’t have this feature currently. One would need to write a HiveHook to emit this metadata.
d
ok, thank you very much