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
Right now the Git provider name is a required argument, while old CLI was able to deduce "well-known" Git providers automatically, based on the Repo URL: https://github.com/databricks/databricks-cli/blob/main/databricks_cli/sdk/service.py#L1582 - it was very convenient.
The text was updated successfully, but these errors were encountered:
@alexott Please take a look at the linked PR; it should do the trick.
Sorry, something went wrong.
We also don't print allowed provider values in the help.
Add provider detection to the repos create command (#528)
c64a333
## Changes Closes #527. ## Tests Integration tests pass.
pietern
Successfully merging a pull request may close this issue.
Right now the Git provider name is a required argument, while old CLI was able to deduce "well-known" Git providers automatically, based on the Repo URL: https://github.com/databricks/databricks-cli/blob/main/databricks_cli/sdk/service.py#L1582 - it was very convenient.
The text was updated successfully, but these errors were encountered: