We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bundle init
In our organization we git checkout over SSH.
Please list the steps required to reproduce the issue, for example:
databricks bundle init ...
ssh://git@...
databricks bundle init ssh://git@... works as expected
databricks bundle init ssh://git@...
Getting
Error: not a bundle template: expected to find a template schema file at ssh:/[email protected]/databricks_template_schema.json
Databricks CLI v0.237.0 Debian 5.10.226-1 (2024-10-03) x86_64 GNU/Linux
No
$ 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?
git clone
The text was updated successfully, but these errors were encountered:
shreyas-goenka
No branches or pull requests
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:
databricks bundle init ...
with assh://git@...
prefixed repoExpected Behavior
databricks bundle init ssh://git@...
works as expectedActual Behavior
Getting
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
What is the reason SSH is not supported if under the hood,
git clone
is run hence it should work out of the box?The text was updated successfully, but these errors were encountered: