12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "doc_type": "pipeline",
- "version": "3.0",
- "json_schema": "http://api.dataplatform.ibm.com/schemas/common-pipeline/pipeline-flow/pipeline-flow-v3-schema.json",
- "id": "66338755-bce9-4541-b595-b0210c943b38",
- "primary_pipeline": "27fd7b90-42de-469a-9bcc-08ba82f48d48",
- "pipelines": [
- {
- "id": "27fd7b90-42de-469a-9bcc-08ba82f48d48",
- "nodes": [
- {
- "id": "bb9606ca-29ec-4133-a36a-67bd2a1f6dc3",
- "type": "execution_node",
- "op": "url-catalog:646d301459e8",
- "app_data": {
- "label": "b",
- "component_parameters": {
- "bash_command": {
- "activeControl": "StringControl",
- "StringControl": "echo hello"
- },
- "xcom_push": {
- "activeControl": "BooleanControl",
- "BooleanControl": true
- },
- "env": {
- "activeControl": "StringControl",
- "StringControl": ""
- },
- "output_encoding": {
- "activeControl": "StringControl",
- "StringControl": "utf-8"
- }
- },
- "ui_data": {
- "label": "b",
- "image": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20viewBox%3D%220%200%2022%2022%22%3E%0A%20%20%3Cg%20class%3D%22jp-icon-warn0%20jp-icon-selectable%22%20fill%3D%22%23EF6C00%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M18.7%203.3v15.4H3.3V3.3h15.4m1.5-1.5H1.8v18.3h18.3l.1-18.3z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M16.5%2016.5l-5.4-4.3-5.6%204.3v-11h11z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A",
- "x_pos": 352,
- "y_pos": 137,
- "description": "BashOperator"
- }
- },
- "inputs": [
- {
- "id": "inPort",
- "app_data": {
- "ui_data": {
- "cardinality": {
- "min": 0,
- "max": -1
- },
- "label": "Input Port"
- }
- },
- "links": []
- }
- ],
- "outputs": [
- {
- "id": "outPort",
- "app_data": {
- "ui_data": {
- "cardinality": {
- "min": 0,
- "max": -1
- },
- "label": "Output Port"
- }
- }
- }
- ]
- }
- ],
- "app_data": {
- "ui_data": {
- "comments": []
- },
- "version": 7,
- "runtime": "airflow",
- "runtime_config": "airflow-yukked1",
- "runtime_type": "APACHE_AIRFLOW",
- "properties": {
- "name": "pipeline_with_custom_components",
- "runtime": "Apache Airflow",
- "description": "This is a pipeline description that\nincludes newline characters\n\n\"\"\"Note that it also includes a help string\"\"\""
- },
- "name": "pipeline_with_custom_components",
- "source": "pipeline_with_custom_components.json"
- },
- "runtime_ref": ""
- }
- ],
- "schemas": []
- }
|