Returns the relative file path used for an artifact in the Lake cache (i.e., {hash}.{ext}).
Equations
Instances For
The information needed to identify a single artifact within the Lake cache.
Instances For
A content-hashed artifact that should have the file extension ext.
Many applications care about the extension of a file (e.g., use it determine what kind of operation to perform), so the content hash alone may not be sufficient to produce a useable artifact for consumers.
Equations
Instances For
Returns the relative file path used for the output's artifact in the Lake cache (c.f. artifactPath).
Equations
Instances For
Equations
Instances For
A file with a known content hash.
- path : System.FilePath
The preferred path to the artifact on the file system.
- name : String
The artifact's. This is used, for example, as a caption in traces.
- mtime : MTime
The artifact's modification time (or
0if unknown).
Instances For
The build trace formed from this single artifact.