databricks-sdk-go icon indicating copy to clipboard operation
databricks-sdk-go copied to clipboard

[ISSUE] `Jobs.GetByJobId` doesn't work correctly with jobs having more than 100 tasks

Open alexott opened this issue 2 months ago • 0 comments
trafficstars

the Get operation by default returns only 100 tasks, and if there is more (specified in has_more attribute), the caller needs to request additional tasks and merge with the previous chunks. But right now, Jobs.GetByJobId just call Get and returns only first chunk

alexott avatar Sep 12 '25 07:09 alexott