phanikumv commented on code in PR #31960: URL: https://github.com/apache/airflow/pull/31960#discussion_r1232429182
########## airflow/providers/amazon/aws/operators/eks.py: ########## @@ -59,7 +59,54 @@ FARGATE_FULL_NAME = "AWS Fargate profiles" -class EksCreateClusterOperator(BaseOperator): Review Comment: Dont we need deprecation warning here, and call the new operator if we remove this class? Otherwise existing DAGs using the `EksCreateClusterOperator` will break right? -- 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]
