feat: run dataflows through durable workers
This commit is contained in:
@@ -48,6 +48,7 @@ class PipelineExecutionError(RuntimeError):
|
||||
input_row_count: int = 0,
|
||||
diagnostics: tuple[DataflowDiagnostic, ...] = (),
|
||||
node_preview: NodePreviewResult | None = None,
|
||||
retryable: bool = False,
|
||||
) -> None:
|
||||
super().__init__(message)
|
||||
self.node_id = node_id
|
||||
@@ -56,6 +57,7 @@ class PipelineExecutionError(RuntimeError):
|
||||
self.input_row_count = input_row_count
|
||||
self.diagnostics = diagnostics
|
||||
self.node_preview = node_preview
|
||||
self.retryable = retryable
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
|
||||
Reference in New Issue
Block a user