treeverse / lakeFS

lakeFS - Data version control for your data lake | Git for data
https://docs.lakefs.io
Apache License 2.0
4.4k stars 350 forks source link

Adding "change summary" to the diff response for common prefixes in the API #4050

Open iddoavn opened 2 years ago

iddoavn commented 2 years ago

It will be helpful to add add the "change summary" to the diff response for common prefixes in the API, something like this for example:

{
    "path": "metadata/illegal-queasy-twist/",
    "path_type": "common_prefix",
    "type": "changed",
    "change_summary": {
        "changed": 3,
        "added": 999,
        "removed": 1
    }
}

Giving a similar summary of what you can get out of thr UI.

github-actions[bot] commented 11 months ago

This issue is now marked as stale after 90 days of inactivity, and will be closed soon. To keep it, mark it with the "no stale" label.