Started FilterPresenter
This commit is contained in:
@@ -88,6 +88,12 @@ class DefaultDataPresenter(DataPresenter):
|
|||||||
|
|
||||||
return Expando(data.to_dict(self.mappings))
|
return Expando(data.to_dict(self.mappings))
|
||||||
|
|
||||||
|
class DefaultDataFilter(DataFilter):
|
||||||
|
"""Default data filter that returns True for all data items."""
|
||||||
|
|
||||||
|
def filter(self, data: Any) -> bool:
|
||||||
|
return True
|
||||||
|
|
||||||
|
|
||||||
class WorkflowEngine:
|
class WorkflowEngine:
|
||||||
"""Orchestrates the data processing pipeline using generators."""
|
"""Orchestrates the data processing pipeline using generators."""
|
||||||
|
|||||||
Reference in New Issue
Block a user