Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FlowEngine-py
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
titan
DataFlowEngine
FlowEngine-py
Merge requests
!147
WIP: TI-264 Apply mapping on a connection
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP: TI-264 Apply mapping on a connection
ISt/flowengine-py:TI-264
into
development
Overview
0
Commits
2
Pipelines
0
Changes
11
Closed
Irene Stemmler
requested to merge
ISt/flowengine-py:TI-264
into
development
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
11
Expand
Can only be merged after all tasks of TI-258 are solved
Closes TI-264
👍
0
👎
0
Merge request reports
Compare
development
version 1
d8bcaa80
3 years ago
development (base)
and
latest version
latest version
5018f936
2 commits,
3 years ago
version 1
d8bcaa80
2 commits,
3 years ago
11 files
+
268
−
266
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
test/brick_runner/conftest.py
+
13
−
1
Options
@@ -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