Peter Turcsanyi created NIFI-9764:
-------------------------------------
Summary: Atlas reporting task should not send Hive database lineage
Key: NIFI-9764
URL: https://issues.apache.org/jira/browse/NIFI-9764
Project: Apache NiFi
Issue Type: Bug
Reporter: Peter Turcsanyi
Assignee: Peter Turcsanyi
Hive table name may not be available in the provenance repository in some cases
(https://github.com/apache/nifi/blob/65dd62716a62164f44be85657283103885f0f3ae/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/src/main/java/org/apache/nifi/processors/hive/PutHive3QL.java#L247-L252).
In this case, the Atlas reporting task sends database lineage (hive_db entity
without hive_table) to Atlas but hive_db is not a DataSet entity and therefore
it cannot be used in a lineage directly.
Send hive_table with name 'unknown' when table name info is not available.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)