[stats wf] indicators across stats dbs & updates in the org ids #248

Closed
dimitris.pierrakos wants to merge 1742 commits from beta into beta2master_sept_2022
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 3ba11d64a1 - Show all commits

View File

@ -62,7 +62,8 @@ create table TARGET.result stored as parquet as
'openorgs____::db7686f30f22cbe73a4fde872ce812a6', -- University of Milan
'openorgs____::b8b8ca674452579f3f593d9f5e557483', -- University College Cork
'openorgs____::38d7097854736583dde879d12dacafca' -- Brown University
-- 'openorgs____::57784c9e047e826fefdb1ef816120d92' --Arts et Métiers ParisTech
'openorgs____::57784c9e047e826fefdb1ef816120d92', --Arts et Métiers ParisTech
'openorgs____::b8b8ca674452579f3f593d9f5e557483' -- University College Cork
) )) foo;
ANALYZE TABLE TARGET.result COMPUTE STATISTICS;

View File

@ -79,7 +79,6 @@
</global>
<start to="resume_from"/>
<decision name="resume_from">
<switch>
<case to="Step1">${wf:conf('resumeFrom') eq 'Step1'}</case>