[graph enrichment] fixed projectOrganizationPath not being passed to the apply_resulttoorganization_propagation node

This commit is contained in:
Claudio Atzori 2023-06-19 15:42:44 +02:00
parent fbd9bf704e
commit 50d7dc0078
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@
<arg>--leavesPath</arg><arg>${workingDir}/preparedInfo/leavesPath</arg>
<arg>--childParentPath</arg><arg>${workingDir}/preparedInfo/childParentPath</arg>
<arg>--resultOrgPath</arg><arg>${workingDir}/preparedInfo/resultOrgPath</arg>
<arg>--projectOrganizationPath</arg><arg>${workingDir}/preparedInfo/projectOrganizationPath</arg>
<arg>--hive_metastore_uris</arg><arg>${hive_metastore_uris}</arg>
<arg>--workingDir</arg><arg>${workingDir}/working</arg>
<arg>--iterations</arg><arg>${iterations}</arg>