You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yruslan
changed the title
Change the interface of postprocess of transformers to allow returning warnings
Allow transformations to set a warning flag to indicate that the pipeline has finished with warnings
Aug 14, 2024
Background
A postprocessing step can lead to errors or warnings in the dataset.
Errors are easy - an exception can be thrown.
But warnings are not possible to add at the moment.
Feature
Allow transformations to set a warning flag to indicate that the pipeline has finished with warnings.
Example
--
Proposed Solution [Optional]
Add a warning flag and give access to it from
Pramen
trait, e.g.:Pramen.instance.setWarningFlag()
The text was updated successfully, but these errors were encountered: