pipeline_valid_alternative_name.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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": "c06ad0e7-8c86-462b-b3fc-a7d771f75707",
  6. "primary_pipeline": "primary",
  7. "pipelines": [
  8. {
  9. "id": "primary",
  10. "nodes": [
  11. {
  12. "id": "{{uuid}}",
  13. "type": "execution_node",
  14. "op": "execute-notebook-node",
  15. "app_data": {
  16. "label": "{{label}}",
  17. "component_parameters": {
  18. "filename": "{{filename}}",
  19. "runtime_image": "{{runtime_image}}",
  20. "env_vars": ["var1=var1", "var2=var2"],
  21. "include_subdirectories": false,
  22. "dependencies": ["a.txt", "b.txt", "c.txt"],
  23. "outputs": ["d.txt", "e.txt", "f.txt"]
  24. },
  25. "ui_data": {
  26. "label": "{{label}}",
  27. "description": "Notebook file"
  28. }
  29. }
  30. }
  31. ],
  32. "app_data": {
  33. "runtime": "{{runtime}}",
  34. "runtime_config": "{{runtime-config}}",
  35. "ui_data": {
  36. "comments": []
  37. },
  38. "properties": {
  39. "name": "{{name}}",
  40. "runtime": "{{runtime description}}"
  41. },
  42. "name": "{{alternative_name}}",
  43. "version": 5
  44. }
  45. }
  46. ],
  47. "schemas": []
  48. }