home / loadtests.snapshot

tests

1 row where run_id = "8e51f6e3-cc91-4164-8ce8-c95f0fef7d0a"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ run_id chain status error created_at updated_at put_at run_at hook_at
a4d0b149-2cde-49e4-bc11-54341ad1cef1 8e51f6e3-cc91-4164-8ce8-c95f0fef7d0a default run_sent   1766359792 1766359792 1766359792 1766359792  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE tests (
  id TEXT PRIMARY KEY,
  run_id TEXT NOT NULL,
  chain TEXT NOT NULL,

  status TEXT NOT NULL,
  error TEXT,

  created_at INTEGER NOT NULL,
  updated_at INTEGER NOT NULL,

  put_at INTEGER,
  run_at INTEGER,
  hook_at INTEGER,

  FOREIGN KEY(run_id) REFERENCES runs(id) ON DELETE CASCADE
);
CREATE INDEX idx_tests_run_id ON tests(run_id);
CREATE INDEX idx_tests_run_hook ON tests(run_id, hook_at);
CREATE INDEX idx_tests_run_runat ON tests(run_id, run_at);
Powered by Datasette · Queries took 10.508ms