Taragolis commented on code in PR #34884:
URL: https://github.com/apache/airflow/pull/34884#discussion_r1357028144


##########
airflow/providers/amazon/aws/triggers/base.py:
##########
@@ -72,6 +76,8 @@ def __init__(
         waiter_max_attempts: int,
         aws_conn_id: str | None,
         region_name: str | None = None,
+        verify: bool | str | None = None,

Review Comment:
   I could add link into the docstring, same as in the Hook 
   
   
https://github.com/apache/airflow/blob/84a3daed8691d5e129eaf3e02061efb8b6ca56cb/airflow/providers/amazon/aws/hooks/base_aws.py#L441-L442



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