Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement expand_kwargs() against a literal list #25925

Merged
merged 4 commits into from Sep 1, 2022

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    1c929a3 View commit details
    Browse the repository at this point in the history
  2. Remove unused function

    uranusjr committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    f483166 View commit details
    Browse the repository at this point in the history
  3. Implement expand_kwargs() against a literal list

    The literal list may contain dict (operator kwargs) or an XComArg
    (resolved to operator kwargs at runtime).
    uranusjr committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    e28183d View commit details
    Browse the repository at this point in the history
  4. Fix missing XComArg import

    Probably caused by rebasing.
    uranusjr committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    7c0543c View commit details
    Browse the repository at this point in the history