Hi channel, does anybody know how I can specify th...
# dev
t
Hi channel, does anybody know how I can specify the branch name when I create tag with python client? thanks
a
Copy code
lakefs.tags.create_tag(
        repository=repo,
        tag_creation=TagCreation(
            id=tagID, 
            ref=branch))
t
Hi Amit, thanks for the response. Can I assume id field is waht I put as tag name in the UI?
a
Yes
t
thanks