From be2caedb04bd76a38d7a69684362c18517faf0f3 Mon Sep 17 00:00:00 2001 From: dimitrispie Date: Mon, 19 Jun 2023 12:12:17 +0300 Subject: [PATCH] Update step20-createMonitorDB_institutions.sql Add openorgs____::1624ff7c01bb641b91f4518539a0c28a Vrije Universiteit Amsterdam --- .../oozie_app/scripts/step20-createMonitorDB_institutions.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dhp-workflows/dhp-stats-update/src/main/resources/eu/dnetlib/dhp/oa/graph/stats/oozie_app/scripts/step20-createMonitorDB_institutions.sql b/dhp-workflows/dhp-stats-update/src/main/resources/eu/dnetlib/dhp/oa/graph/stats/oozie_app/scripts/step20-createMonitorDB_institutions.sql index bb96d516c..442e623cd 100644 --- a/dhp-workflows/dhp-stats-update/src/main/resources/eu/dnetlib/dhp/oa/graph/stats/oozie_app/scripts/step20-createMonitorDB_institutions.sql +++ b/dhp-workflows/dhp-stats-update/src/main/resources/eu/dnetlib/dhp/oa/graph/stats/oozie_app/scripts/step20-createMonitorDB_institutions.sql @@ -51,7 +51,8 @@ create table TARGET.result stored as parquet as 'openorgs____::eb391317ed0dc684aa81ac16265de041', -- Universitat Rovira i Virgili 'openorgs____::66aa9fc2fceb271423dfabcc38752dc0', -- Lund University 'openorgs____::3cff625a4370d51e08624cc586138b2f', -- IMT Atlantique - 'openorgs____::c0b262bd6eab819e4c994914f9c010e2' -- National Institute of Geophysics and Volcanology + 'openorgs____::c0b262bd6eab819e4c994914f9c010e2', -- National Institute of Geophysics and Volcanology + 'openorgs____::1624ff7c01bb641b91f4518539a0c28a' -- Vrije Universiteit Amsterdam ))) foo; ANALYZE TABLE TARGET.result COMPUTE STATISTICS; \ No newline at end of file