Release govoplan-dataflow v0.1.24: bound preview allocation and restore editor imports

This commit is contained in:
2026-09-08 01:32:30 +02:00
parent 2c97223fb4
commit f222be63b2
10 changed files with 239 additions and 26 deletions
+1 -1
View File
@@ -19,6 +19,7 @@ from govoplan_dataflow.backend.operator_registry import (
OperatorExecutionContext,
OperatorExecutionResult,
)
from govoplan_dataflow.backend.preview_limits import MAX_RESULT_BYTES
from govoplan_dataflow.backend.schemas import (
DataflowDiagnostic,
GraphNode,
@@ -32,7 +33,6 @@ from govoplan_dataflow.backend.subflows import substitute_parameters
EXECUTOR_VERSION = "dataflow-preview-v2"
MAX_EXECUTION_SECONDS = 2.0
MAX_RESULT_BYTES = 1_000_000
MAX_SOURCE_ROWS = 250
MAX_INTERMEDIATE_ROWS = 10_000