jroachgolf84 commented on code in PR #66548:
URL: https://github.com/apache/airflow/pull/66548#discussion_r3203573308
##########
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:
Is this meant to be in this PR? This isn't mentioned in the description.
##########
providers/amazon/tests/unit/amazon/aws/operators/test_mwaa_serverless.py:
##########
@@ -146,3 +147,30 @@ def test_execute_fail_on_conflict(self, mock_conn):
def test_template_fields(self):
validate_template_fields(self.operator)
+
+
+class TestMwaaServerlessStopWorkflowRunOperator:
Review Comment:
Might make sense to test a failure?
--
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]