Skip to content
Open
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
2 changes: 1 addition & 1 deletion databricks/sdk/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ class Config:

# Whether to enable the storage proxy for file operations.
# When enabled, the SDK will probe the storage proxy and use it if available.
experimental_files_ext_enable_storage_proxy: bool = False
experimental_files_ext_enable_storage_proxy: bool = ConfigAttribute(env="DATABRICKS_EXPERIMENTAL_FILES_EXT_ENABLE_STORAGE_PROXY")

def __init__(
self,
Expand Down
Loading