syedahsn commented on code in PR #31657:
URL: https://github.com/apache/airflow/pull/31657#discussion_r1228691009


##########
airflow/providers/amazon/aws/operators/eks.py:
##########
@@ -371,11 +381,14 @@ def __init__(
         cluster_name: str,
         pod_execution_role_arn: str,
         selectors: list,
-        fargate_profile_name: str | None = DEFAULT_FARGATE_PROFILE_NAME,
+        fargate_profile_name: str = DEFAULT_FARGATE_PROFILE_NAME,
         create_fargate_profile_kwargs: dict | None = None,
         wait_for_completion: bool = False,
         aws_conn_id: str = DEFAULT_CONN_ID,
         region: str | None = None,
+        waiter_delay: int = 60,
+        waiter_max_attempts: int = 30,
+        deferrable: bool = False,

Review Comment:
   There's a 
[PR](https://github.com/apache/airflow/pull/31712#pullrequestreview-1476832822) 
open to have the `deferrable` parameter being inherited from 
`BaseDeferrableOperator`. Nothing for the other operators yet



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