Script: getting job parameters data
Create a script to get job parameters data.
Use typer module instead of Dirac Script class for testing it.
Some examples:
cta-get-job-parameter job --plot total_cpu_trans_4747 --stat JobGroup 00004747 Status Done
⠴ Getting jobs list ✓
861 jobs selected
⠸ Getting jobs parameters ✓
⠙ total_cpu_trans_4747.png created ✓
cta-get-job-parameter transformation --param 'NormCPUTime(s)' --data norm_cpu_trans_4747 TransformationID 4747
⠼ Getting jobs list ✓
866 jobs selected
⠹ Getting jobs parameters ✓
⠋ norm_cpu_trans_4747.dat created ✓
Edited by Natthan.Pigoux