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

Allow iterable syntax for Transformer list #94

Open
shavounet opened this issue Dec 2, 2019 · 0 comments
Open

Allow iterable syntax for Transformer list #94

shavounet opened this issue Dec 2, 2019 · 0 comments

Comments

@shavounet
Copy link
Contributor

shavounet commented Dec 2, 2019

Description

This should allow to chain transformers of the same type without the #num suffix hack.
We should also deprecate the old way.

Example :

transformers:
    - code: mapping
      options:
          keep_input: <...>
          mapping: <...>
    - code: mapping
      options:
          keep_input: <...>
          mapping: <...>
@shavounet shavounet added this to the v3.1 milestone Dec 2, 2019
@shavounet shavounet modified the milestones: v3.1.0, v3.1.1 Feb 12, 2020
@shavounet shavounet modified the milestones: v3.1.1, v3.3 Sep 17, 2021
@xaviermarchegay xaviermarchegay removed this from the v3.3 milestone Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants