You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/24 02:24:51 UTC

[GitHub] [airflow] uranusjr opened a new pull request, #25925: Implement expand_kwargs() against a literal list

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] uranusjr merged pull request #25925: Implement expand_kwargs() against a literal list

Posted by GitBox <gi...@apache.org>.
uranusjr merged PR #25925:
URL: https://github.com/apache/airflow/pull/25925


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] ashb commented on pull request #25925: Implement expand_kwargs() against a literal list

Posted by GitBox <gi...@apache.org>.
ashb commented on PR #25925:
URL: https://github.com/apache/airflow/pull/25925#issuecomment-1228932059

   (Attempted to resolve conflicts vis GH, may not have worked out very well)


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org