john-jac commented on code in PR #66548:
URL: https://github.com/apache/airflow/pull/66548#discussion_r3204365881
##########
providers/amazon/src/airflow/providers/amazon/aws/operators/s3_tables.py:
##########
@@ -327,3 +327,59 @@ def execute(self, context: Context) -> str:
raise
self.log.info("Namespace %s created.", self.namespace)
return self.namespace
+
+
+class S3TablesRenameTableOperator(AwsBaseOperator[S3TablesHook]):
Review Comment:
Removed ... that file was accidentally included from a ruff patch overlap.
The PR now only contains MWAA Serverless files.
--
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]