matches-simple-pipeline-snapshot.1.snap 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. Object {
  2. "doc_type": "pipeline",
  3. "id": "elyra-auto-generated-pipeline",
  4. "json_schema": "http://api.dataplatform.ibm.com/schemas/common-pipeline/pipeline-flow/pipeline-flow-v3-schema.json",
  5. "pipelines": Array [
  6. Object {
  7. "app_data": Object {
  8. "properties": Object {
  9. "name": "simple",
  10. "runtime": "Generic",
  11. },
  12. "ui_data": Object {
  13. "comments": Array [],
  14. },
  15. "version": 7,
  16. },
  17. "id": "primary",
  18. "nodes": Array [
  19. Object {
  20. "app_data": Object {
  21. "component_parameters": Object {
  22. "dependencies": Array [],
  23. "env_vars": Array [
  24. "TEST_ENV_1=",
  25. "TEST_ENV_2=",
  26. ],
  27. "filename": "helloworld.ipynb",
  28. "include_subdirectories": false,
  29. "kubernetes_secrets": Array [],
  30. "mounted_volumes": Array [],
  31. "outputs": Array [],
  32. },
  33. "label": "",
  34. "ui_data": Object {
  35. "decorations": Array [
  36. Object {
  37. "id": "error",
  38. "image": "data:image/svg+xml;utf8,%3Csvg%20focusable%3D%22false%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23da1e28%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20aria-hidden%3D%22true%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%23ffffff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M8%2C1C4.2%2C1%2C1%2C4.2%2C1%2C8s3.2%2C7%2C7%2C7s7-3.1%2C7-7S11.9%2C1%2C8%2C1z%20M7.5%2C4h1v5h-1C7.5%2C9%2C7.5%2C4%2C7.5%2C4z%20M8%2C12.2%09c-0.4%2C0-0.8-0.4-0.8-0.8s0.3-0.8%2C0.8-0.8c0.4%2C0%2C0.8%2C0.4%2C0.8%2C0.8S8.4%2C12.2%2C8%2C12.2z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M7.5%2C4h1v5h-1C7.5%2C9%2C7.5%2C4%2C7.5%2C4z%20M8%2C12.2c-0.4%2C0-0.8-0.4-0.8-0.8s0.3-0.8%2C0.8-0.8%09c0.4%2C0%2C0.8%2C0.4%2C0.8%2C0.8S8.4%2C12.2%2C8%2C12.2z%22%20data-icon-path%3D%22inner-path%22%20opacity%3D%220%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E",
  39. "outline": false,
  40. "position": "topRight",
  41. "x_pos": -24,
  42. "y_pos": -8,
  43. },
  44. ],
  45. "description": "Run notebook file",
  46. "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",
  47. "label": "helloworld.ipynb",
  48. "x_pos": 85,
  49. "y_pos": 95,
  50. },
  51. },
  52. "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
  53. "inputs": Array [
  54. Object {
  55. "app_data": Object {
  56. "ui_data": Object {
  57. "cardinality": Object {
  58. "max": -1,
  59. "min": 0,
  60. },
  61. "label": "Input Port",
  62. },
  63. },
  64. "id": "inPort",
  65. },
  66. ],
  67. "op": "execute-notebook-node",
  68. "outputs": Array [
  69. Object {
  70. "app_data": Object {
  71. "ui_data": Object {
  72. "cardinality": Object {
  73. "max": -1,
  74. "min": 0,
  75. },
  76. "label": "Output Port",
  77. },
  78. },
  79. "id": "outPort",
  80. },
  81. ],
  82. "type": "execution_node",
  83. },
  84. ],
  85. "runtime_ref": "",
  86. },
  87. ],
  88. "primary_pipeline": "primary",
  89. "schemas": Array [],
  90. "version": "3.0",
  91. }