[bipAffiliations] fix: added publisherInputPath to the spark action parameter specifications

This commit is contained in:
Claudio Atzori 2024-10-02 10:02:10 +02:00
parent 5d030d1118
commit 1596d70224
1 changed files with 9 additions and 3 deletions

View File

@ -28,13 +28,19 @@
"paramLongName": "dataciteInputPath",
"paramDescription": "the path to get the input data from Datacite",
"paramRequired": true
},{
},
{
"paramName": "wip",
"paramLongName": "webCrawlInputPath",
"paramDescription": "the path to get the input data from Web Crawl",
"paramRequired": true
}
,
},
{
"paramName": "pub",
"paramLongName": "publisherInputPath",
"paramDescription": "the path to get the input data from publishers",
"paramRequired": true
},
{
"paramName": "o",
"paramLongName": "outputPath",