Skip to content

params changes to not trigger re-run when params defined in lambda that depends on input #3895

@jbloom

Description

@jbloom

It is possible to define params for rules using a pattern like:

params:
   my_param=lambda wc, input: my_func(config["configvalue"], input),

But when this is done, the params are not tracked for re-run triggers (this is the case for any lambda defining params that depends in input).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions