Skip to content

Commit cd9dd12

Browse files
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=true
1 parent 5709a9c commit cd9dd12

File tree

18 files changed

+2676
-412
lines changed

18 files changed

+2676
-412
lines changed

.codegen/_openapi_sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e6971360e2752b3513d44a25d25f6cc5448056c8
1+
28e61a3e6657d349b135445af2a0f03ddfa8c3fc

databricks/sdk/apps/v2/apps.py

Lines changed: 194 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

databricks/sdk/catalog/v2/catalog.py

Lines changed: 49 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

databricks/sdk/cleanrooms/v2/cleanrooms.py

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)