john-jac opened a new pull request, #66957:
URL: https://github.com/apache/airflow/pull/66957

   Adds operator to delete a resource policy from an S3 Tables table bucket 
(complement to S3TablesPutTableBucketPolicyOperator).
   
   ## Changes
   - `S3TablesPutTableBucketPolicyOperator` — sets a resource policy on a table 
bucket
   - `S3TablesDeleteTableBucketPolicyOperator` — deletes a resource policy from 
a table bucket
   - Unit tests for both operators
   - System test integration with `[START/END]` markers
   - RST documentation sections
   
   ## Testing
   - Ruff lint/format: ✅ passed
   - Mypy: ✅ no new errors (only pre-existing import-untyped for boto3/botocore)
   - Unit tests: pass locally (CI blocked on S3TablesHook not yet in base image)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to