maupatel opened a new pull request, #71740:
URL: https://github.com/apache/airflow/pull/71740

   The class docstring for `MwaaTriggerDagRunOperator` 
(`providers/amazon/aws/operators/mwaa.py`) documents `waiter_delay` and 
`waiter_max_attempts` defaults that no longer match the constructor:
   
   | param | docstring says | constructor default |
   |---|---|---|
   | `waiter_delay` | `120` | `60` |
   | `waiter_max_attempts` | `720` | `20` |
   
   The code defaults were lowered in a previous change, but the docstring was 
not updated. This aligns the docstring with the actual defaults (the sibling 
`triggers/mwaa.py` already documents `60` for the delay). Documentation-only; 
no behavior change.
   
   ---
   > [!NOTE]
   > This change was prepared with AI assistance; the fix was reviewed and 
verified against the constructor signature.


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