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 cd5106f commit 8f9d512Copy full SHA for 8f9d512
databricks/sdk/mixins/jobs.py
@@ -50,5 +50,4 @@ def get_run(self,
50
run.repair_history.extend(next_run.repair_history)
51
run.next_page_token = next_run.next_page_token
52
53
- run.prev_page_token = None
54
return run
0 commit comments