hussein-awala commented on code in PR #32990:
URL: https://github.com/apache/airflow/pull/32990#discussion_r1302254193


##########
airflow/exceptions.py:
##########
@@ -358,16 +362,15 @@ def __init__(
         trigger,
         method_name: str,
         kwargs: dict[str, Any] | None = None,
-        timeout: datetime.timedelta | None = None,
+        trigger_timeout: datetime.datetime | None = None,
+        trigger_timeout_reason: str | None = None,

Review Comment:
   I agree, I ignored the possibility that the user might use it in his 
operators or unit tests. I will replace trigger_timeout and 
trigger_timeout_reason by timeout and timeout_reason.



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