databricks-sdk-go
databricks-sdk-go copied to clipboard
[ISSUE] `Jobs.GetByJobId` doesn't work correctly with jobs having more than 100 tasks
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