Reference
PachCTL

Input Join PPS

Join files that are stored in separate Pachyderm repositories.

March 29, 2023

â„šī¸

For a single-page view of all PPS options, go to the PPS series page.

Spec #


"input": {
"join": [
  {
    "pfs": {
      "name": string,
      "repo": string,
      "branch": string,
      "glob": string,
      "join_on": string,
      "outer_join": bool,
      "lazy": bool,
      "empty_files": bool,
      "s3": bool
    }
  },
  {
    "pfs": {
      "name": string,
      "repo": string,
      "branch": string,
      "glob": string,
      "join_on": string,
      "outer_join": bool,
      "lazy": bool,
      "empty_files": bool,
      "s3": bool
    }
  }
 ]
}

Behavior #