dabla commented on code in PR #62922:
URL: https://github.com/apache/airflow/pull/62922#discussion_r2891133629
##########
task-sdk/src/airflow/sdk/definitions/_internal/expandinput.py:
##########
@@ -79,8 +79,45 @@ def _needs_run_time_resolution(v: OperatorExpandArgument) ->
TypeGuard[MappedArg
return isinstance(v, (MappedArgument, XComArg))
+class ExpandInput(ABC, ResolveMixin):
Review Comment:
Indeed maybe I wen to far in the refactoring here (did do this on our
patched env though as there we don't care actually), but I tried to align it
more with the rest. Will change this `MappedArgument` back to a purely
`ResolveMixin`.
--
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]