https://lakefs.io/ logo
#help
Title
# help
i

Iddo Avneri

05/14/2023, 11:00 AM
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

Oz Katz

05/14/2023, 11:18 AM
You want to add metadata to a merge commit or to the branch itself?
i

Iddo Avneri

05/14/2023, 11:24 AM
Merge commit.
o

Oz Katz

05/14/2023, 11:48 AM
When calling the merge API, you can add metadata to the resulting commit
👍🏼 1
a

Ariel Shaqed (Scolnicov)

05/14/2023, 12:11 PM
Here's an example from our lakeFS Airflow provider hook.
2 Views