diff --git a/cmd/auth/auth.go b/cmd/auth/auth.go index 947d8940..4af2a7a7 100644 --- a/cmd/auth/auth.go +++ b/cmd/auth/auth.go @@ -35,9 +35,7 @@ GCP: https://docs.gcp.databricks.com/en/dev-tools/auth/index.html`, func promptForHost(ctx context.Context) (string, error) { prompt := cmdio.Prompt(ctx) - prompt.Label = "Databricks Host" - prompt.Default = "https://" - prompt.AllowEdit = true + prompt.Label = "Databricks Host (e.g. https://.cloud.databricks.com)" // Validate? host, err := prompt.Run() if err != nil {