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],
  }
]

Documentation Feedback

Do you have questions about our documentation or suggestions for how we can improve it? Start a discussion in TetraConnect Hub. For access, see Access the TetraConnect Hub.

📘

NOTE

Feedback isn't part of the official TetraScience product documentation. TetraScience doesn't warrant or make any guarantees about the feedback provided, including its accuracy, relevance, or reliability. All feedback is subject to the terms set forth in the TetraConnect Hub Community Guidelines.