Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkout bundle init over SSH #2137

Open
haho16 opened this issue Jan 14, 2025 · 0 comments
Open

Checkout bundle init over SSH #2137

haho16 opened this issue Jan 14, 2025 · 0 comments
Assignees
Labels
Bug Something isn't working DABs DABs related issues

Comments

@haho16
Copy link

haho16 commented Jan 14, 2025

Describe the issue

In our organization we git checkout over SSH.

Steps to reproduce the behavior

Please list the steps required to reproduce the issue, for example:

  1. Run databricks bundle init ... with a ssh://git@... prefixed repo

Expected Behavior

databricks bundle init ssh://git@... works as expected

Actual Behavior

Getting

Error: not a bundle template: expected to find a template schema file at ssh:/[email protected]/databricks_template_schema.json

OS and CLI version

Databricks CLI v0.237.0
Debian 5.10.226-1 (2024-10-03) x86_64 GNU/Linux

Is this a regression?

No

Debug Logs

$ databricks bundle init ssh://[email protected] --log-level=debug
11:45:04  INFO start pid=3297822 version=0.237.0 args="databricks, bundle, init, ssh://[email protected], --log-level=debug"
11:45:04 DEBUG Loading DEFAULT profile from /home/rbogdanov/.databrickscfg pid=3297822 sdk=true
Error: not a bundle template: expected to find a template schema file at databricks_template_schema.json
11:45:04 ERROR failed execution pid=3297822 exit_code=1 error="not a bundle template: expected to find a template schema file at databricks_template_schema.json"

What is the reason SSH is not supported if under the hood, git clone is run hence it should work out of the box?

@haho16 haho16 added the DABs DABs related issues label Jan 14, 2025
@andrewnester andrewnester added the Bug Something isn't working label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working DABs DABs related issues
Projects
None yet
Development

No branches or pull requests

3 participants