hussein-awala commented on PR #32272:
URL: https://github.com/apache/airflow/pull/32272#issuecomment-1672298618

   @uranusjr, I discovered that the issue is just related to the 
`expand_kwargs` method. In the `ListOfDictsExpandInput` class, the `resolve` 
method doesn't filter out string values from the `resolved_oids` list as we do 
in the class `DictOfListsExpandInput`. Consequently, these strings are 
incorrectly regarded as resolved, even though they are not instances from 
`MappedArgument` or `XComArg`, and  their values still match those provided by 
the user.
   
   Could you take another look?
   
   For the new feature "template_in_template" I proposed, I will open a new PR 
to discuss its idea.


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