Skip to content

Pipestat should not mutate inputs during reporting #50

@donaldcampbelljr

Description

@donaldcampbelljr

Currently pipestat.report will mutate the input values during a dictionary update:

values.update({RECORD_ID: record_identifier})
values.update({"namespace": self["_config"]["namespace"]})

Solution:
-use deepcopy before updating and reporting values

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions