-
Notifications
You must be signed in to change notification settings - Fork 351
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
command to check current user in lakectl #8322
command to check current user in lakectl #8322
Conversation
♻️ PR Preview 0ba8d31 has been successfully destroyed since this PR has been closed. 🤖 By surge-preview |
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.
Thanks!Thanks!
@@ -0,0 +1,3 @@ | |||
User ID: esti |
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.
Do we need this file too?
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.
Not really, only in case we solve the esti email issue. We could add it when that happens
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.
A cool improvement! thank you!
Closes #8313
Change Description
Added functionality to check the user currently configured in lakectl
Background
see #8313
New Feature
The new command prints the user info. The info consists of user id, email (only in case exists) and user creation date
Testing Details
Added tests esti tests to check both cases of existing and non existing email
Additional info