github.com/pachyderm/pachyderm@v1.13.4/examples/ml/gpt-2/tweets.json (about)

     1  {
     2      "pipeline": {
     3          "name": "tweets"
     4      },
     5      "description": "A pipeline that scrapes tweets from https://twitter.com.",
     6      "transform": {
     7          "image": "pachyderm/gpt-2-example",
     8          "cmd": ["/tweets.py"]
     9      },
    10      "input": {
    11          "pfs": {
    12              "repo": "queries",
    13              "glob": "/*"
    14          }
    15      }
    16  }