Add serverless GPU compute support to SSH tunnel#4162
Merged
Conversation
92fea47 to
21b41c1
Compare
4df4438 to
2701079
Compare
anton-107
reviewed
Feb 6, 2026
anton-107
reviewed
Feb 6, 2026
anton-107
reviewed
Feb 6, 2026
anton-107
approved these changes
Feb 6, 2026
Jobs API is not yet ready
aba1d8f to
7040a1f
Compare
…4452) ## Changes Add --ide = cursor/vscode flag to the `ssh connect` command Based on #4162 ## Why <!-- Why are these changes needed? Provide the context that the reviewer might be missing. For example, were there any decisions behind the change that are not reflected in the code itself? --> ## Tests <!-- How have you tested the changes? --> <!-- If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Add serverless GPU support for
databricks ssh connectcommandAll the new flags and options are hidden for now.
The main change for existing users (on dedicated clusters) is config management.
Based on the PR stack:
#4452
#4453
Why
Tests