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
#954 added support for include_retried, in single-request JobApi calls to get the jobs for a pipeline.
This flag should also be supported in the paging calls the same way (i.e. the ones that return a Pager or Stream).
We ran into this limitation if pipelines have a large amount of jobs (> 100). In such cases, paging needs to be used to really get all jobs of a pipeline - and if retried ones are also desired, that's currently not possible to do.
I'm creating a PR to add this to JobApi accordingly.
The text was updated successfully, but these errors were encountered:
#954 added support for
include_retried
, in single-requestJobApi
calls to get the jobs for a pipeline.This flag should also be supported in the paging calls the same way (i.e. the ones that return a
Pager
orStream
).We ran into this limitation if pipelines have a large amount of jobs (> 100). In such cases, paging needs to be used to really get all jobs of a pipeline - and if retried ones are also desired, that's currently not possible to do.
I'm creating a PR to add this to
JobApi
accordingly.The text was updated successfully, but these errors were encountered: