generic_basic_filepath_check.pipeline 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "doc_type": "pipeline",
  3. "version": "3.0",
  4. "json_schema": "http://api.dataplatform.ibm.com/schemas/common-pipeline/pipeline-flow/pipeline-flow-v3-schema.json",
  5. "id": "elyra-auto-generated-pipeline",
  6. "primary_pipeline": "primary",
  7. "pipelines": [
  8. {
  9. "id": "primary",
  10. "nodes": [
  11. {
  12. "id": "5947a8e6-417f-4a42-94c4-39cbf1d863b9",
  13. "type": "execution_node",
  14. "op": "execute-notebook-node",
  15. "app_data": {
  16. "component_parameters": {
  17. "filename": "NotebookA.ipynb",
  18. "runtime_image": "amancevice/pandas:1.1.1",
  19. "outputs": [],
  20. "env_vars": [],
  21. "dependencies": [
  22. "subdirectoryA/TestFileA.txt"
  23. ],
  24. "include_subdirectories": false
  25. },
  26. "label": "",
  27. "ui_data": {
  28. "label": "NotebookA.ipynb",
  29. "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",
  30. "x_pos": 135,
  31. "y_pos": 109,
  32. "description": "Run notebook file"
  33. }
  34. },
  35. "inputs": [
  36. {
  37. "id": "inPort",
  38. "app_data": {
  39. "ui_data": {
  40. "cardinality": {
  41. "min": 0,
  42. "max": -1
  43. },
  44. "label": "Input Port"
  45. }
  46. }
  47. }
  48. ],
  49. "outputs": [
  50. {
  51. "id": "outPort",
  52. "app_data": {
  53. "ui_data": {
  54. "cardinality": {
  55. "min": 0,
  56. "max": -1
  57. },
  58. "label": "Output Port"
  59. }
  60. }
  61. }
  62. ]
  63. }
  64. ],
  65. "app_data": {
  66. "ui_data": {
  67. "comments": []
  68. },
  69. "version": 7,
  70. "properties": {
  71. "name": "generic_basic_filepath_check",
  72. "runtime": "Generic"
  73. }
  74. },
  75. "runtime_ref": ""
  76. }
  77. ],
  78. "schemas": []
  79. }