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
Use token-based pagination for Jobs List operations (#2810)
As we couldn't easily switch `databricks_job` resource to use Go SDK, we were still using
offset-based pagination that has a significant load onto the control plane. This PR
changes list operation to use recommended token-based approach until we switch to Go SDK.
This fixes#2807
0 commit comments