vatsrahul1001 commented on issue #46580: URL: https://github.com/apache/airflow/issues/46580#issuecomment-2644539300
Looks like `expand` is not working when list is provided from task **Not working** `assert_sum(ref_context.expand(num=a_list()), 33)` **working** `assert_sum(ref_context.expand(num=[3, 6, 9]), 33)` -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org