Skip to content
Snippets Groups Projects

WIP: TI-264 Apply mapping on a connection

Closed Irene Stemmler requested to merge ISt/flowengine-py:TI-264 into development
11 files
+ 268
266
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -92,7 +92,19 @@ async def brick_runner():
"FlowSchema": "",
"Inbound": {},
"Outbound": {
"A": [{"InstanceID": "dummy", "autoscale_queue_level": 0, "Port": "Input"}]
"A": [
{
"InstanceID": "dummy",
"autoscale_queue_level": 0,
"mapping": [[["output"], ["test"]]],
"buffer": {},
"sourcePort": {
"id": "Input",
"typeName": "test",
"schema": "test = variant;",
},
}
]
},
}
)
Loading