Can we add metadata to a branch? Use case is - I w...
# help
i
Can we add metadata to a branch? Use case is - I want to add the button I added in the previous commit that is merged into the branch.
o
You want to add metadata to a merge commit or to the branch itself?
i
Merge commit.
o
When calling the merge API, you can add metadata to the resulting commit
👍🏼 1
a
Here's an example from our lakeFS Airflow provider hook.