Skip to content

Delete values from DataContext #62

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

Open
ARMmaster17 opened this issue Apr 13, 2022 · 0 comments
Open

Delete values from DataContext #62

ARMmaster17 opened this issue Apr 13, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@ARMmaster17
Copy link
Owner

Is your feature request related to a problem? Please describe.
Sometimes there can be a lot of data being passed through a pipeline. Once the data has been processed, it would result in better performance if the data was removed from the context. This will especially be important in #60 where there are network bandwidth limits to consider when sending context objects to other nodes.

Describe the solution you'd like
Add a delete(key: str) -> None function that removes a value from a context.

@ARMmaster17 ARMmaster17 added the enhancement New feature or request label Apr 13, 2022
@ARMmaster17 ARMmaster17 added this to the 2.0.0 milestone May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant