Related Files

Related files (related_files) are containers in Intermediate Data Schema (IDS) JSON files that store file pointers. File pointers include the location metadata for a specific file that's related to an IDS in the Tetra Data Platform (TDP). Tetra Data Pipelines reference these file pointers instead of loading every IDS file's related files in JSON format, which helps prevent out-of-memory (OOM) errors and keeps the pipelines more performant.

related_files Array

[
  {
    name: Nullable[str],
    path: Nullable[str],
    size: ValueUnit,
    checksum: Checksum,
    pointer: Required[Pointer],
  }
]