From 50d7dc00783b53a2625c1f4fca16cbc153adf0e2 Mon Sep 17 00:00:00 2001 From: Claudio Atzori Date: Mon, 19 Jun 2023 15:42:44 +0200 Subject: [PATCH] [graph enrichment] fixed projectOrganizationPath not being passed to the apply_resulttoorganization_propagation node --- .../dhp/entitytoorganizationfromsemrel/oozie_app/workflow.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/dhp-workflows/dhp-enrichment/src/main/resources/eu/dnetlib/dhp/entitytoorganizationfromsemrel/oozie_app/workflow.xml b/dhp-workflows/dhp-enrichment/src/main/resources/eu/dnetlib/dhp/entitytoorganizationfromsemrel/oozie_app/workflow.xml index ff6ec8f37..16c8c4e19 100644 --- a/dhp-workflows/dhp-enrichment/src/main/resources/eu/dnetlib/dhp/entitytoorganizationfromsemrel/oozie_app/workflow.xml +++ b/dhp-workflows/dhp-enrichment/src/main/resources/eu/dnetlib/dhp/entitytoorganizationfromsemrel/oozie_app/workflow.xml @@ -181,6 +181,7 @@ --leavesPath${workingDir}/preparedInfo/leavesPath --childParentPath${workingDir}/preparedInfo/childParentPath --resultOrgPath${workingDir}/preparedInfo/resultOrgPath + --projectOrganizationPath${workingDir}/preparedInfo/projectOrganizationPath --hive_metastore_uris${hive_metastore_uris} --workingDir${workingDir}/working --iterations${iterations}