jroachgolf84 commented on code in PR #50864:
URL: https://github.com/apache/airflow/pull/50864#discussion_r2101513336


##########
providers/standard/src/airflow/providers/standard/sensors/time.py:
##########
@@ -100,32 +77,61 @@ def __init__(
         self,
         *,
         target_time: datetime.time,
+        deferrable: bool = False,
         start_from_trigger: bool = False,
-        trigger_kwargs: dict[str, Any] | None = None,

Review Comment:
   Got it, I didn't realize that dynamic task mapping would leverage 
`trigger_kwargs`. I will add that back!



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