diff --git a/databricks/sdk/config.py b/databricks/sdk/config.py index 599dc0efe..add52ccc0 100644 --- a/databricks/sdk/config.py +++ b/databricks/sdk/config.py @@ -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,