Lee-W commented on code in PR #38674:
URL: https://github.com/apache/airflow/pull/38674#discussion_r1572048134
##########
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:
I thought it might not make sense for dynamic task mapping, but after a
second thought, it might actually do. let me see how I can do that
--
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]