Skip to content
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

[Bug]: lakectl local checkout doesn't update src #8138

Closed
talSofer opened this issue Sep 8, 2024 · 0 comments · Fixed by #8213
Closed

[Bug]: lakectl local checkout doesn't update src #8138

talSofer opened this issue Sep 8, 2024 · 0 comments · Fixed by #8213
Assignees
Labels
bug Something isn't working contributor

Comments

@talSofer
Copy link
Contributor

talSofer commented Sep 8, 2024

What happened?

What actually happened, including error codes if applies.
Working with lakectl local the checkout command updates the at_head field but doesn't update the src field. While the data is tracked by commit ID this is confusing and create ambiguity to the reader.

Steps to Reproduce:

  1. lakectl local init lakefs://repo/main/ dir
src: lakefs://repo/main/
at_head: e67b129bf1fe1e6bd396cb729203157fd35e33ddc72cfdac14515bd9601e75c9
active_operation: ""
  1. lakectl local checkout -r lakefs://repo/dev/
src: lakefs://repo/main/
at_head: 40d84d8baa39f45318b211a6f651fda76d7a4b9aee75dd48e8b8547a710e241a
active_operation: ""

Expected behavior

On step number 4, the src field should change to src: lakefs://repo/dev/

lakeFS version

1.33.0

How lakeFS is installed

No response

Affected clients

No response

Relevant log output

No response

Contact details

No response

@talSofer talSofer added bug Something isn't working contributor labels Sep 8, 2024
@ozkatz ozkatz added P1 and removed P1 labels Sep 11, 2024
@N-o-Z N-o-Z self-assigned this Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working contributor
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants