Hey 🙂 I'm trying to work on two example workflows.
One additive case, i.e. lakefs repository main branch exists, blob container under specific directory is ingested, new branch is created, new data is ingested into the underlying storage, ingest is run again, new branch is merged to main.
One subtractive case, i.e. main branch exists and ingests underlying blob storage, new branch is created, some files from underlying storage are removed, new branch ingests, new branch is merged to main.
Both scenarios for me are not working as I expected, I suspect its simply a workflow/user error. I have a document outlining the steps I took but I'd prefer not to share it on a public channel, if there's a dev that can DM me I can share with them.