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
Starting with Databricks CLI v0.233.0, doing a "databricks auth login" removes data from my profile entry.
My profile before: [test] cluster_id = 0816-163139-kqxcega3 host = https://adb-9999999999999999.1.azuredatabricks.net auth_type = databricks-cli
$ databricks auth login
My profile after: [test] host = https://adb-9999999999999999.1.azuredatabricks.net auth_type = databricks-cli
Doing a login should not delete profile information, it should only authenticate.
My profile was ruined.
Databricks CLI v0.233.0
Yes, all versions before this worked correctly.
N/A
The text was updated successfully, but these errors were encountered:
andrewnester
No branches or pull requests
Describe the issue
Starting with Databricks CLI v0.233.0, doing a "databricks auth login" removes data from my profile entry.
Steps to reproduce the behavior
My profile before:
[test]
cluster_id = 0816-163139-kqxcega3
host = https://adb-9999999999999999.1.azuredatabricks.net
auth_type = databricks-cli
$ databricks auth login
My profile after:
[test]
host = https://adb-9999999999999999.1.azuredatabricks.net
auth_type = databricks-cli
Expected Behavior
Doing a login should not delete profile information, it should only authenticate.
Actual Behavior
My profile was ruined.
OS and CLI version
Databricks CLI v0.233.0
Is this a regression?
Yes, all versions before this worked correctly.
Debug Logs
N/A
The text was updated successfully, but these errors were encountered: