pipeline_with_airflow_components.json 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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": "66338755-bce9-4541-b595-b0210c943b38",
  6. "primary_pipeline": "27fd7b90-42de-469a-9bcc-08ba82f48d48",
  7. "pipelines": [
  8. {
  9. "id": "27fd7b90-42de-469a-9bcc-08ba82f48d48",
  10. "nodes": [
  11. {
  12. "id": "bb9606ca-29ec-4133-a36a-67bd2a1f6dc3",
  13. "type": "execution_node",
  14. "op": "url-catalog:646d301459e8",
  15. "app_data": {
  16. "label": "b",
  17. "component_parameters": {
  18. "bash_command": {
  19. "activeControl": "StringControl",
  20. "StringControl": "echo hello"
  21. },
  22. "xcom_push": {
  23. "activeControl": "BooleanControl",
  24. "BooleanControl": true
  25. },
  26. "env": {
  27. "activeControl": "StringControl",
  28. "StringControl": ""
  29. },
  30. "output_encoding": {
  31. "activeControl": "StringControl",
  32. "StringControl": "utf-8"
  33. }
  34. },
  35. "ui_data": {
  36. "label": "b",
  37. "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",
  38. "x_pos": 352,
  39. "y_pos": 137,
  40. "description": "BashOperator"
  41. }
  42. },
  43. "inputs": [
  44. {
  45. "id": "inPort",
  46. "app_data": {
  47. "ui_data": {
  48. "cardinality": {
  49. "min": 0,
  50. "max": -1
  51. },
  52. "label": "Input Port"
  53. }
  54. },
  55. "links": []
  56. }
  57. ],
  58. "outputs": [
  59. {
  60. "id": "outPort",
  61. "app_data": {
  62. "ui_data": {
  63. "cardinality": {
  64. "min": 0,
  65. "max": -1
  66. },
  67. "label": "Output Port"
  68. }
  69. }
  70. }
  71. ]
  72. }
  73. ],
  74. "app_data": {
  75. "ui_data": {
  76. "comments": []
  77. },
  78. "version": 7,
  79. "runtime": "airflow",
  80. "runtime_config": "airflow-yukked1",
  81. "runtime_type": "APACHE_AIRFLOW",
  82. "properties": {
  83. "name": "pipeline_with_custom_components",
  84. "runtime": "Apache Airflow",
  85. "description": "This is a pipeline description that\nincludes newline characters\n\n\"\"\"Note that it also includes a help string\"\"\""
  86. },
  87. "name": "pipeline_with_custom_components",
  88. "source": "pipeline_with_custom_components.json"
  89. },
  90. "runtime_ref": ""
  91. }
  92. ],
  93. "schemas": []
  94. }