Commit cd9dd12
authored
Add Waiters for long-running operations (#950)
## What changes are proposed in this pull request?
This PR adds waiters to long-running operations, which provides
functionality to wait until a terminating state has been reached for the
long-running operation.
## How is this tested?
I re-enabled one integration test that uses long-running operations. I
will re-enable the rest of the tests in the next PR, as some of them
first need mixins that are removed because we don't have waiters.
NO_CHANGELOG=true1 parent 5709a9c commit cd9dd12
File tree
18 files changed
+2676
-412
lines changed- .codegen
- databricks/sdk
- apps/v2
- catalog/v2
- cleanrooms/v2
- compute/v2
- dashboards/v2
- jobs/v2
- ml/v2
- pipelines/v2
- provisioning/v2
- service
- serving/v2
- settings/v2
- sql/v2
- vectorsearch/v2
- tests/integration
18 files changed
+2676
-412
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments