|
|
|
@ -19,6 +19,13 @@ def create_pipeline(**kwargs) -> Pipeline:
|
|
|
|
outputs="bourbon_jsonoutput",
|
|
|
|
outputs="bourbon_jsonoutput",
|
|
|
|
name="bourbon_json_ds_collection",
|
|
|
|
name="bourbon_json_ds_collection",
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
# node(
|
|
|
|
|
|
|
|
# func=add_xmlcontent_tojson,
|
|
|
|
|
|
|
|
# inputs=["bourbon_jsonoutput", "bourbon_xmlcontent"],
|
|
|
|
|
|
|
|
# outputs="bourbon_fulljson",
|
|
|
|
|
|
|
|
# name="bourbon_fulljson_ds_collection",
|
|
|
|
|
|
|
|
# ),
|
|
|
|
|
|
|
|
|
|
|
|
# node(
|
|
|
|
# node(
|
|
|
|
# func=parse_xml_collection,
|
|
|
|
# func=parse_xml_collection,
|
|
|
|
# inputs="berry",
|
|
|
|
# inputs="berry",
|
|
|
|
|