Delta exporter: support row tracking#10223
Merged
ItamarYuran merged 8 commits intomasterfrom Mar 12, 2026
Merged
Conversation
skshetry
added a commit
to caoergou/lakeFS
that referenced
this pull request
Mar 19, 2026
# By Barak Amar (7) and others # Via GitHub * master: (28 commits) chore(lint): pin pylint and fix linter reported errors (treeverse#10281) Add missing fields in Transactional Mirroring docs (treeverse#10274) chore(deps): fix high severity Dependabot alerts (treeverse#10268) Create WebUI plugins for Tables (treeverse#10278) webui: redesign Data tab with Objects/Tables toggle (treeverse#10271) Update MDS docs for using the Service User (treeverse#10266) feat(webUI): add additional fields to setup page (treeverse#10216) lakefs config test coverage (treeverse#10264) Update the RBAC for Iceberg Docs (treeverse#10265) chore: add cooldown period for Dependabot updates (treeverse#10267) chore(deps): bump the dependencies group with 2 updates (treeverse#10262) chore(deps): bump the dependencies group with 5 updates (treeverse#10237) docs: Update hadoop-lakefs-assembly version to 0.18.0 (treeverse#10258) Renamed the condition string in tests (treeverse#10256) test: Add hadoopfs v0.16.0, v0.17.0, v0.18.0 to compatibility test matrix (treeverse#10257) hadoopfs: release v0.18.0 (treeverse#10255) hadoopfs: Add retry mechanism for lakeFS API calls (treeverse#10254) Support StringLike condition operator in policy evaluation (treeverse#10249) Delta exporter: support row tracking (treeverse#10223) Add noindex meta tag to mike redirect pages (treeverse#10250) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes https://github.com/treeverse/product/issues/1120
Adding support to row tracking feature. Changes were made only in delta-go lib.