You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Feature] DatabricksConfig: Add clone() support (#376)
## Changes
Adds support for cloning DatabricksConfig(), this is needed because we
need a way to set configurations per API call such as
1. timeout
2. httpClient configuration
3. debugHeaders
However, we still want to use the cached oauth token etc and we would
like the header factory to be a common object across workspace clients
and databricks configs
Ideally this should be supported by the SDK itself natively, however
since its not supported and it will take significant migration to
achieve that, this is a work around to achieve the same.
## Tests
Added UT
0 commit comments