Lee-W commented on code in PR #38674:
URL: https://github.com/apache/airflow/pull/38674#discussion_r1574405076


##########
airflow/decorators/base.py:
##########
@@ -509,6 +509,9 @@ def _expand(self, expand_input: ExpandInput, *, strict: 
bool) -> XComArg:
             # task's expand() contribute to the op_kwargs operator argument, 
not
             # the operator arguments themselves, and should expand against it.
             expand_input_attr="op_kwargs_expand_input",
+            # start with trigger is not supported in dynamic task mapping

Review Comment:
   Just discussed with @uranusjr . We'll note this behavior in doc for now.



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