12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "doc_type": "pipeline",
- "version": "3.0",
- "json_schema": "http://api.dataplatform.ibm.com/schemas/common-pipeline/pipeline-flow/pipeline-flow-v3-schema.json",
- "id": "elyra-auto-generated-pipeline",
- "primary_pipeline": "primary",
- "pipelines": [
- {
- "id": "primary",
- "nodes": [
- {
- "id": "5947a8e6-417f-4a42-94c4-39cbf1d863b9",
- "type": "execution_node",
- "op": "execute-notebook-node",
- "app_data": {
- "component_parameters": {
- "filename": "NotebookA.ipynb",
- "runtime_image": "amancevice/pandas:1.1.1",
- "outputs": [],
- "env_vars": [],
- "dependencies": [
- "subdirectoryA/TestFileA.txt"
- ],
- "include_subdirectories": false
- },
- "label": "",
- "ui_data": {
- "label": "NotebookA.ipynb",
- "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": 135,
- "y_pos": 109,
- "description": "Run notebook file"
- }
- },
- "inputs": [
- {
- "id": "inPort",
- "app_data": {
- "ui_data": {
- "cardinality": {
- "min": 0,
- "max": -1
- },
- "label": "Input Port"
- }
- }
- }
- ],
- "outputs": [
- {
- "id": "outPort",
- "app_data": {
- "ui_data": {
- "cardinality": {
- "min": 0,
- "max": -1
- },
- "label": "Output Port"
- }
- }
- }
- ]
- }
- ],
- "app_data": {
- "ui_data": {
- "comments": []
- },
- "version": 7,
- "properties": {
- "name": "generic_basic_filepath_check",
- "runtime": "Generic"
- }
- },
- "runtime_ref": ""
- }
- ],
- "schemas": []
- }
|