-
Notifications
You must be signed in to change notification settings - Fork 360
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
lakectl endpoint configure and endpoint path reuse #6609
Conversation
♻️ PR Preview 9d0f6ff has been successfully destroyed since this PR has been closed. 🤖 By surge-preview |
8b1fea7
to
9425aa6
Compare
cmd/lakectl/cmd/config.go
Outdated
return err | ||
} | ||
if u.Path != "" { | ||
return fmt.Errorf("%w: do not specify endpoint path", ErrInvalidEndpoint) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that it shouldn't return an error but instead add a guidance that instructs the user to provide the server's root endpoint: Root sever endpoint URL
or something of this sort
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Close #6542