Skip to content
Open

update #1278

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions databricks/sdk/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,14 @@ class Config:
# is hit first will stop the retry loop.
experimental_files_ext_cloud_api_max_retries: int = 3

# Storage-proxy hostname used for data plane file operations.
# When running inside a Databricks cluster/notebook, the storage proxy can handle
# file operations directly without presigned URLs.
files_ext_storage_proxy_hostname: str = "http://storage-proxy.databricks.com"

# Timeout in seconds for the storage-proxy health check probe.
files_ext_storage_proxy_probe_timeout: float = 3.0

def __init__(
self,
*,
Expand Down
Loading
Loading