[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
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d660895b30 - Show all commits

View File

@ -208,7 +208,7 @@ object SparkGenerateDoiBoost {
)
.filter(s => s!= null && s._2!=null)
.map(s => s._2)
.map(s => s._2._2)
.write
.mode(SaveMode.Overwrite)
.save(s"$workingDirPath/doiBoostPublicationFiltered")