dstandish commented on code in PR #31808:
URL: https://github.com/apache/airflow/pull/31808#discussion_r1223960511
##########
airflow/exceptions.py:
##########
@@ -347,7 +347,7 @@ def __init__(
self,
*,
trigger,
- method_name: str,
+ method_name: str = None,
Review Comment:
I suppose we don't... but i was thinking that None would mean "don't come
back". What are you thinking, just supply None at the call site? Or sentinel?
A default of "don't come back" seems like a sensible default.
--
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]