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

Make Processor.process always return a Result Object #512

Closed
ekneg54 opened this issue Jan 24, 2024 · 1 comment · Fixed by #609
Closed

Make Processor.process always return a Result Object #512

ekneg54 opened this issue Jan 24, 2024 · 1 comment · Fixed by #609
Labels
enhancement New feature or request

Comments

@ekneg54
Copy link
Collaborator

ekneg54 commented Jan 24, 2024

In preparation of #502 should be necessary to introduce a result object. This should propagate all extradata, logging and exceptions to the main processs pipeline.py module.

class ProcessorResult:
  extra_output_data: list
  errors: list
  ...
@ekneg54 ekneg54 added the enhancement New feature or request label Jan 24, 2024
@ekneg54 ekneg54 assigned ppcad and unassigned ppcad Jan 24, 2024
@ekneg54
Copy link
Collaborator Author

ekneg54 commented May 2, 2024

should not be done before #506
and is needed by #501

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

Successfully merging a pull request may close this issue.

2 participants