forked from D-Net/dnet-hadoop
fixed a typo
This commit is contained in:
parent
9b181ffa73
commit
3d1580fa9b
|
@ -20,7 +20,7 @@ WHERE r.reltype = 'resultProject'
|
||||||
|
|
||||||
create table ${stats_db_name}.project_classification as
|
create table ${stats_db_name}.project_classification as
|
||||||
select substr(p.id, 4) as id, class.h2020programme.code, class.level1, class.level2, class.level3
|
select substr(p.id, 4) as id, class.h2020programme.code, class.level1, class.level2, class.level3
|
||||||
from ${openaire_db_name}project p
|
from ${openaire_db_name}.project p
|
||||||
lateral view explode(p.h2020classification) classifs as class
|
lateral view explode(p.h2020classification) classifs as class
|
||||||
where p.datainfo.deletedbyinference=false and class.h2020programme is not null;
|
where p.datainfo.deletedbyinference=false and class.h2020programme is not null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue