Release govoplan-dataflow v0.1.24: bound preview allocation and restore editor imports
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user