github.com/pachyderm/pachyderm@v1.13.4/examples/spouts/spout101/pipelines/processor.json (about)

     1  {
     2      "pipeline": {
     3        "name": "processor"
     4      },
     5      "description": "A pipeline that sorts 1KB vs 2KB files...",
     6      "input": {
     7          "pfs": {
     8              "repo": "spout",
     9              "branch": "master",
    10              "glob": "/*"
    11          }
    12      },
    13      "transform": {
    14          "cmd": [ "python", "processor/main.py" ],
    15          "image": "pachyderm/example-spout101:1.12.5"
    16        }
    17    }