gopidesupavan commented on code in PR #53128:
URL: https://github.com/apache/airflow/pull/53128#discussion_r2197328593


##########
providers/teradata/src/airflow/providers/teradata/operators/teradata_compute_cluster.py:
##########
@@ -268,7 +268,6 @@ def execute(self, context: Context):
         Lake, effectively creates the compute cluster.
         Airflow runs this method on the worker and defers using the trigger.
         """
-        super().execute(context)

Review Comment:
   its not any make sense to me call this it just abstractmethod with pass 
https://github.com/apache/airflow/blob/main/providers/teradata/src/airflow/providers/teradata/operators/teradata_compute_cluster.py#L117
   
   ```
   Call to abstract method "execute" of "_TeradataComputeClusterOperator" with
   trivial body via super() is unsafe  [safe-super]
   
   ```



-- 
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