We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbf1d4 commit 12c6c97Copy full SHA for 12c6c97
databricks-sdk-java/src/main/java/com/databricks/sdk/mixin/JobsExt.java
@@ -20,7 +20,7 @@ public JobsExt(JobsService mock) {
20
*
21
* <p>Depending on the Jobs API version used under the hood, tasks or iteration runs retrieved by
22
* the initial request may be truncated due to high cardinalities. Truncation can happen for job
23
- * runs with many task runs, as well as ForEach task runs with many iteration runs. To avoid
+ * runs over 100 task runs, as well as ForEach task runs with over 100 iteration runs. To avoid
24
* returning an incomplete {@code Run} object to the user, this method performs all the requests
25
* required to collect all task/iteration runs into a single {@code Run} object.
26
*/
0 commit comments