{{define "artifact-preview.html"}} SciMesh · artifact preview
← Back to job

Preview: {{.Filename}}

{{if .Diagnostic}}

Diagnostic preview — a shard-level partial result, not the final molecular-search answer. At most {{.RowLimit}} rows and {{.ByteLimit}} bytes are read from storage.

{{else}}

Final result preview. At most {{.RowLimit}} rows and {{.ByteLimit}} bytes are read from storage.

{{end}} {{if not .Previewable}}
{{.Reason}}
{{else}} {{if .Truncated}}
Truncated: showing at most the first {{.RowLimit}} rows or {{.ByteLimit}} bytes. Download the artifact for its full contents.
{{end}}
{{range .Headers}}{{end}} {{range .Rows}}{{range .}}{{end}}{{else}}{{end}}
{{.}}
{{.}}
No data rows.
{{end}}
{{end}}