Dan McGreal
05/13/2024, 12:24 PMItai Admi
05/13/2024, 1:16 PMlakectl local
. The command stores the git_commit_id
in lakeFS, then I guess you will run the code if (pseudo):
lakefs_branch.commit_metadata.git_commit_id != git_branch.commit_id
Or to be more precise, if the diff
between lakefs_branch.commit_metadata.git_commit_id
and git_branch.commit_id
on the specific code path is 0 lines (assuming a git commit can contain many changes to different irrelevant actions).
Does that make sense?Itai Admi
05/13/2024, 1:17 PMItai Admi
05/13/2024, 1:22 PMgit_commit_id
to lakeFS when you commit data there, and the rest of the flow remains the sameNiro
05/13/2024, 3:14 PM