home / github

Menu
  • GraphQL API

jobs

Table actions
  • GraphQL API for jobs

2 rows where name = "spellcheck"

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ workflow name repo runs-on strategy needs if
27496 Check spelling in documentation 20704 spellcheck datasette 107914493 ubuntu-latest      
27506 Check spelling in documentation 20713 spellcheck sqlite-utils 140912432 ubuntu-latest      

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 13.938ms · About: simonw/datasette-graphql
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows