home / github

Menu
  • GraphQL API

jobs

Table actions
  • GraphQL API for jobs

1 row where strategy = "{"fail-fast": false, "matrix": {"language": ["python"]}}"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ workflow name repo runs-on strategy needs if
27502 CodeQL 20710 Analyze sqlite-utils 140912432 ubuntu-latest {"fail-fast": false, "matrix": {"language": ["python"]}}    

Advanced export

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

CSV options:

CREATE TABLE [jobs] (
   [id] INTEGER PRIMARY KEY,
   [workflow] INTEGER REFERENCES [workflows]([id]),
   [name] TEXT,
   [repo] INTEGER REFERENCES [repos]([id]),
   [runs-on] TEXT,
   [strategy] TEXT
, [needs] TEXT, [if] TEXT);
CREATE INDEX [idx_jobs_repo]
    ON [jobs] ([repo]);
CREATE INDEX [idx_jobs_workflow]
    ON [jobs] ([workflow]);
Powered by Datasette · Queries took 12.293ms · About: simonw/datasette-graphql