You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manifest download cli downloads inputs for a step & the outputs of it step-step dependencies if they exist. Right now, it just goes through the first page of the response for list_step_dependencies api and does not take into account pagination
Expected Behaviour
It should paginate through the list_step_dependencies response and get all step dependencies for the step parameter provided.
Current Behaviour
it just goes through the first page of the response for list_step_dependencies api and does not take into account pagination
Reproduction Steps
Find a job template with many step-step dependencies (with 1 step having more step dependencies than the defined pagesize of 100)
Run manifest download command with a job and step id: deadline manifest download --job-id <job-id> --step-id <step-id> --farm-id <farm-id> --queue-id <queue-id> <local-path>
Environment
At minimum:
Operating system (e.g. Windows Server 2022; Amazon Linux 2023; etc.) - Any, does not matter
Output of python3 --version - 3.10.13
Output of deadline --version - 0.49.6
If this is from a version installed by the Deadline Cloud Submitter installer, then what version of the submitter installer? N/A
Please share other details about your environment that you think might be relevant to reproducing the bug.
The text was updated successfully, but these errors were encountered:
Describe the bug
Manifest download cli downloads inputs for a step & the outputs of it step-step dependencies if they exist. Right now, it just goes through the first page of the response for
list_step_dependencies
api and does not take into account paginationExpected Behaviour
It should paginate through the
list_step_dependencies
response and get all step dependencies for the step parameter provided.Current Behaviour
it just goes through the first page of the response for
list_step_dependencies
api and does not take into account paginationReproduction Steps
deadline manifest download --job-id <job-id> --step-id <step-id> --farm-id <farm-id> --queue-id <queue-id> <local-path>
Environment
At minimum:
python3 --version
- 3.10.13deadline --version
- 0.49.6Please share other details about your environment that you think might be relevant to reproducing the bug.
The text was updated successfully, but these errors were encountered: