We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165b3ec commit d0796d4Copy full SHA for d0796d4
1 file changed
databricks/sdk/config.py
@@ -263,7 +263,7 @@ class Config:
263
264
# Whether to enable the storage proxy for file operations.
265
# When enabled, the SDK will probe the storage proxy and use it if available.
266
- experimental_files_ext_enable_storage_proxy: bool = False
+ experimental_files_ext_enable_storage_proxy: bool = ConfigAttribute(env="DATABRICKS_EXPERIMENTAL_FILES_EXT_ENABLE_STORAGE_PROXY")
267
268
def __init__(
269
self,
0 commit comments