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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v0.245.0
Bundles
Processing 'artifacts' section is now done in "bundle validate" (adding defaults, inferring "build", asserting required fields) (#2526)
When uploading artifacts, include relative path in log message (#2539)
Added support for clusters in deployment bind/unbind commands (#2536)
Added support for volumes in deployment bind/unbind commands (#2527)
Added support for dashboards in deployment bind/unbind commands (#2516)
Added support for registered models in deployment bind/unbind commands (#2556)
Added a mismatch check when host is defined in config and as an env variable (#2549)
New attribute on artifacts entries: dynamic_version. When set to true, it patches the wheel with dynamic version suffix so it is always used by Databricks environments, even if original wheel version is the same. Intended for development loop on interactive clusters. (#2520)