Skip to content

Feature request: Allow non-JSON schemas in Feature flags #1170

Closed as not planned
@whardier

Description

@whardier

Is your feature request related to a problem? Please describe.

Allow for callable transforms to be used (as well as the str "shortcuts").

Describe the solution you'd like

Pass something like yaml.loads or load_my_really_cool_serialized_data callable as transform argument toward parameter store fetches.

Describe alternatives you've considered

Due to how feature flags works.. we are unable to use yaml or any other loader before processing happens and this needs patched. Other approaches for parameters is to not pass a transform and then transform after the fact.

Additional context

PR already written up.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Closed

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions