We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the case
- name: nEvents value: -1
to mean all events. Take distribution.number_events from metadata using cernopendata-client in get-metadata task.
distribution.number_events
cernopendata-client
get-metadata
number_events
get-medata
joblist
nEvents
The text was updated successfully, but these errors were encountered:
katilp
No branches or pull requests
Implement the case
to mean all events. Take
distribution.number_events
from metadata usingcernopendata-client
inget-metadata
task.number_events
is passed as an output parameter fromget-medata
tojoblist
joblist
checks if inputnEvents
is -1, and uses eithernEvents
ornumber_events
in building the job listThe text was updated successfully, but these errors were encountered: