-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] [SC-179831] Preliminary support for ranged downloads in SDK #1
[Feature] [SC-179831] Preliminary support for ranged downloads in SDK #1
Conversation
@@ -5,7 +5,7 @@ | |||
from databricks.sdk import azure | |||
from databricks.sdk.credentials_provider import CredentialsStrategy | |||
from databricks.sdk.mixins.compute import ClustersExt | |||
from databricks.sdk.mixins.files import DbfsExt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File is autogen
@@ -813,29 +813,31 @@ def wait_get_app_active(self, | |||
attempt += 1 | |||
raise TimeoutError(f'timed out after {timeout}: {status_message}') | |||
|
|||
def wait_get_app_stopped(self, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File is autogen
@@ -7865,30 +7865,29 @@ def wait_command_status_command_execution_cancelled( | |||
attempt += 1 | |||
raise TimeoutError(f'timed out after {timeout}: {status_message}') | |||
|
|||
def wait_command_status_command_execution_finished_or_error( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File is autogen
@@ -2122,13 +2122,13 @@ class PipelinesAPI: | |||
def __init__(self, api_client): | |||
self._api = api_client | |||
|
|||
def wait_get_pipeline_idle( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File is autogen
Changes
Known issues
Tests
make test
run locallymake fmt
appliedSee databricks#807 for CI results
Branch Model