Add S3TablesDeleteTableBucketOperator#66120
Merged
vincbeck merged 1 commit intoapache:mainfrom May 4, 2026
Merged
Conversation
8bbb1e1 to
d2abbeb
Compare
vincbeck
reviewed
Apr 29, 2026
bf0a88e to
2684239
Compare
Contributor
|
Merge conflicts |
598d1b6 to
eb6ff65
Compare
eb6ff65 to
ef0ff5c
Compare
5d8bb67 to
c7b73b0
Compare
Contributor
|
Conflicts :) |
c7b73b0 to
e86ef0e
Compare
vincbeck
reviewed
May 1, 2026
e86ef0e to
f5eae79
Compare
f5eae79 to
94080bf
Compare
vincbeck
approved these changes
May 1, 2026
79 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Add
S3TablesDeleteTableBucketOperatorto delete Amazon S3 Tables table buckets.Why
Complements
S3TablesCreateTableBucketOperator(#66119) to provide full lifecycle management of table buckets. The system test previously used a@taskwith raw boto3 for deletion — this operator replaces that workaround.What was done
S3TablesDeleteTableBucketOperatoradded to existings3_tables.pytest_s3_tables.py— happy path, template fieldsexample_s3_tables.pyto use the new operator instead of@tasks3_tables.rstwith new section, Reference lastNo
provider.yamlorget_provider_info.pychanges needed — S3 Tables integration already registered.