Skip to content

Commit d0796d4

Browse files
Read config from env var
1 parent 165b3ec commit d0796d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

databricks/sdk/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ class Config:
263263

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

268268
def __init__(
269269
self,

0 commit comments

Comments
 (0)