v0.9.3
- Fixed issue when Databricks SDK config objects were overridden for installation config files (#170). This commit addresses an issue where Databricks SDK config objects were being overridden during installation config files creation, which has been resolved by modifying the
_marshalmethod in theinstallationclass to handledatabricks.sdk.core.Configinstances more carefully, and by introducing a new helper functionget_databricks_sdk_configin thepaths.pyfile, which retrieves the Databricks SDK configuration and improves the reliability and robustness of the SDK configuration. This fixes bug #169 and ensures that the SDK configuration is not accidentally modified during the installation process, preventing unexpected behavior and errors. The changes are isolated to thepaths.pyfile and do not affect other parts of the codebase.
Contributors: @FastLee