syedahsn commented on code in PR #31960:
URL: https://github.com/apache/airflow/pull/31960#discussion_r1232568930
##########
airflow/providers/amazon/aws/triggers/eks.py:
##########
@@ -33,49 +33,52 @@ class EksCreateFargateProfileTrigger(BaseTrigger):
:param cluster_name: The name of the EKS cluster
:param fargate_profile_name: The name of the fargate profile
- :param poll_interval: The amount of time in seconds to wait between
attempts.
- :param max_attempts: The maximum number of attempts to be made.
+ :param waiter_delay: The amount of time in seconds to wait between
attempts.
Review Comment:
I realized I've been naming these parameters incorrectly for the past few
Triggers, and I was hoping to fix them. Considering the
`EksCreateFargateProfileTrigger` got merged very recently, I was hoping to do
this without doing a deprecation warning. If it is problematic to include it
as part of this PR, I can take it out.
--
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]