uranusjr opened a new pull request, #25925:
URL: https://github.com/apache/airflow/pull/25925

   This adds literal support to `expand_kwargs()`:
   
   ```python
   task.expand_kwargs([{"arg": 1}, {"arg": 2}, ...])
   
   # Literal list can contain either literal dict or XComArg.
   task.expand_kwargs([xcom_arg, {"arg": 2}, ...])
   ```
   
   This matches the `expand()` interface.
   
   This needs #25924 to go in first and is submitted for CI now.


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