You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I'm using lakectl local , i.e. my local directory has a .lakefs_ref.yaml file in a directory that's linked to a corresponding lakefs repo, branch and commit. Sometimes i want to run lakectl local checkout <path> but I do not want it to overwrite untracked files in that directory. Is this something that is supported / on the roadmap? Similar to how git does not remove untracked paths when doing a git pull. I was able to do this by using lakectl fs download -r <lakefs url> <path> , so just wondering if its possible to implement with lakectl local as well. Thanks in advance!
Hey! I'm using lakectl local , i.e. my local directory has a
.lakefs_ref.yaml
file in a directory that's linked to a corresponding lakefs repo, branch and commit. Sometimes i want to runlakectl local checkout <path>
but I do not want it to overwrite untracked files in that directory. Is this something that is supported / on the roadmap? Similar to how git does not remove untracked paths when doing a git pull. I was able to do this by usinglakectl fs download -r <lakefs url> <path>
, so just wondering if its possible to implement with lakectl local as well. Thanks in advance!Slack conversation with @ozkatz - https://lakefs.slack.com/archives/C016726JLJW/p1728595649900559
The text was updated successfully, but these errors were encountered: