Skip to content

Support Remove Branch or Tag APIs - #822

Closed
chinmay-bhat wants to merge 3 commits into
apache:mainfrom
chinmay-bhat:remove-branches-or-tags
Closed

Support Remove Branch or Tag APIs#822
chinmay-bhat wants to merge 3 commits into
apache:mainfrom
chinmay-bhat:remove-branches-or-tags

Conversation

@chinmay-bhat

Copy link
Copy Markdown
Contributor

Support remove_branchand remove_tag snapshot management APIs. See more here.

Comment threadpyiceberg/table/__init__.py Outdated
Returns:
This for method chaining
"""
update, requirement = self._transaction._remove_ref_snapshot(ref_name=tag_name)

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add self._commit_if_ref_updates_exist() once it's merged into main from #758 .

Comment threadpyiceberg/table/__init__.py Outdated
Returns:
This for method chaining
"""
update, requirement = self._transaction._remove_ref_snapshot(ref_name=branch_name)

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add self._commit_if_ref_updates_exist() once it's merged into main

@chinmay-bhat
chinmay-bhatforce-pushed the remove-branches-or-tags branch from d4262a0 to 43b1378CompareJuly 4, 2024 08:17
@kevinjqliukevinjqliu added this to the PyIceberg 0.9.0 release milestone Oct 30, 2024
grihabor added a commit to grihabor/iceberg-python that referenced this pull request Jan 23, 2025
@kevinjqliukevinjqliu removed this from the PyIceberg 0.9.0 release milestone Feb 1, 2025
grihabor added a commit to grihabor/iceberg-python that referenced this pull request Feb 1, 2025
grihabor added a commit to grihabor/iceberg-python that referenced this pull request Feb 1, 2025
Fokko added a commit that referenced this pull request Feb 14, 2025
Part of #1561Closes#822
---------
Co-authored-by: Fokko Driesprong <fokko@apache.org>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@chinmay-bhat@kevinjqliu