[stats wf] added open citations & more orgs in monitor, removed collab indicator #213

Merged
claudio.atzori merged 7 commits from antonis.lempesis/dnet-hadoop:beta into beta 2022-05-20 11:38:44 +02:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit c25134f28d - Show all commits

View File

@ -38,7 +38,8 @@ create table TARGET.result stored as parquet as
'openorgs____::ec3665affa01aeafa28b7852c4176dbd', --Rudjer Boskovic Institute
'openorgs____::5f31346d444a7f06a28c880fb170b0f6', --Ghent University
'openorgs____::2dbe47117fd5409f9c61620813456632', --University of Luxembourg
'openorgs____::6445d7758d3a40c4d997953b6632a368', --National Institute of Informatics (NII) ) )) foo;
'openorgs____::6445d7758d3a40c4d997953b6632a368', --National Institute of Informatics (NII)
) )) foo;
compute stats TARGET.result;
create table TARGET.result_citations stored as parquet as select * from SOURCE.result_citations orig where exists (select 1 from TARGET.result r where r.id=orig.id);