Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .nextchanges/cli/5888-ssh-connect-env-interpreter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
experimental `ssh connect`: bare `python`/`pip` in an interactive session now resolve to the environment interpreter (`$DATABRICKS_VIRTUAL_ENV`) instead of the system or cluster-libraries interpreter, so packages installed in the environment are importable without extra setup. The interactive shell is now non-login (`bash -i`) and the server seeds a `~/.bashrc` snippet that re-prepends the environment's bin directory to `PATH` ([#5888](https://github.com/databricks/cli/pull/5888)).
15 changes: 0 additions & 15 deletions NEXT_CHANGELOG.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ RecordRequests = true
# Direct-engine only: this scenario embeds a reference to a remote field
# (jobs.foo.creator_user_name, known only after deploy) into volume_path. The
# direct engine resolves it at deploy; Terraform cannot export that attribute,
# so the case is unsupported there (see NEXT_CHANGELOG.md). Direct is the
# so the case is unsupported there (see CHANGELOG.md). Direct is the
# default engine, so the motivating use case works out of the box.
EnvMatrix.DATABRICKS_BUNDLE_ENGINE = ["direct"]
Loading