Preserve dataflow layout across SQL edits
This commit is contained in:
@@ -36,6 +36,9 @@ Join nodes have explicit left and right ports. Append nodes accept two or more
|
||||
inputs. Derived columns use a constrained operation catalogue rather than
|
||||
arbitrary code. The graph editor validates manual, proximity-created, and
|
||||
reconnected edges against the same port, multiplicity, and cycle rules.
|
||||
SQL round-trips retain node and edge identity, labels, and coordinates while
|
||||
the graph topology remains compatible. Structural changes use a compact
|
||||
layered layout with bounded branch and edge spacing.
|
||||
|
||||
Governed inputs are resolved through the versioned Core capability
|
||||
`datasources.catalogue`; Dataflow imports neither Datasources nor Connectors and
|
||||
|
||||
Reference in New Issue
Block a user