Peter Turcsanyi created NIFI-6945:
-------------------------------------
Summary: Reduce the amount of the data queried from Atlas
Key: NIFI-6945
URL: https://issues.apache.org/jira/browse/NIFI-6945
Project: Apache NiFi
Issue Type: Improvement
Reporter: Peter Turcsanyi
Assignee: Peter Turcsanyi
When ReportLineageToAtlas queries the entities from Atlas, the
AtlasEntityWithExtInfo response object also contains all the referred entities
by default which leads to huge data transfers between Atlas and NiFi. On the
other hand, these related entities are not used by the reporting task, so they
could be excluded from the query (using {{minExtInfo=true}} parameter) in order
to reduce the response size.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)