dabla commented on code in PR #62922:
URL: https://github.com/apache/airflow/pull/62922#discussion_r3328563022


##########
task-sdk/src/airflow/sdk/definitions/_internal/expandinput.py:
##########
@@ -79,6 +78,45 @@ def _needs_run_time_resolution(v: OperatorExpandArgument) -> 
TypeGuard[MappedArg
     return isinstance(v, (MappedArgument, XComArg))
 
 
+class ExpandInput(ABC, ResolveMixin):

Review Comment:
   Normally MyPy checks should detect such issues and I would be surprised to 
see providers depend on internal SDK classes, but it's of course possible.  At 
the moment there are no issues found for ExpandInput, so I think this isn't 
really an issue or worth flagging.



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