Skip to content

Read experimental_files_ext_enable_storage_proxy config from env var#1365

Open
yuanjieding-db wants to merge 1 commit intodatabricks:mainfrom
yuanjieding-db:yuanjie/read-env-var-files-api-dp
Open

Read experimental_files_ext_enable_storage_proxy config from env var#1365
yuanjieding-db wants to merge 1 commit intodatabricks:mainfrom
yuanjieding-db:yuanjie/read-env-var-files-api-dp

Conversation

@yuanjieding-db
Copy link
Copy Markdown
Collaborator

@yuanjieding-db yuanjieding-db commented Mar 27, 2026

Summary

Read experimental_files_ext_enable_storage_proxy from DATABRICKS_EXPERIMENTAL_FILES_EXT_ENABLE_STORAGE_PROXY so the storage-proxy flag can be set via env (not only in code).

Why

Matches other Config env-backed flags and simplifies use in jobs/notebooks.

What changed

  • databricks/sdk/config.py: experimental_files_ext_enable_storage_proxy is now ConfigAttribute(env="DATABRICKS_EXPERIMENTAL_FILES_EXT_ENABLE_STORAGE_PROXY").

Testing

Manual check: set the env var, build Config() / WorkspaceClient(), confirm the flag is on. Existing tests that set the attribute in code still apply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant