Tag json outputs with the json tag
This commit is contained in:
parent
101dc653f3
commit
eec1d3a357
1 changed files with 2 additions and 0 deletions
|
|
@ -82,12 +82,14 @@ pipeline = Pipeline(
|
|||
inputs="packages",
|
||||
outputs="packages_json",
|
||||
name="packages_json",
|
||||
tags=["json"],
|
||||
),
|
||||
node(
|
||||
lambda x: x,
|
||||
inputs="available",
|
||||
outputs="available_json",
|
||||
name="available_json",
|
||||
tags=["json"],
|
||||
),
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue