added the source db name...

This commit is contained in:
Antonis Lempesis 2020-07-10 00:18:49 +03:00 committed by Spyros Zoupanos
parent cecbbfa0fc
commit 1ee7eeedf3
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ INSERT INTO ${stats_db_name}.project_tmp SELECT substr(p.id, 4) AS id, p.acronym
create table ${stats_db_name}.funder as
select distinct xpath_string(fund, '//funder/id') as id, xpath_string(fund, '//funder/name') as name, xpath_string(fund, '//funder/shortname') as shortname
from project p lateral view explode(p.fundingtree.value) fundingtree as fund
from ${openaire_db_name}.project p lateral view explode(p.fundingtree.value) fundingtree as fund