home / github

Menu
  • GraphQL API

jobs

Table actions
  • GraphQL API for jobs

2 rows where runs-on = "${{ matrix.os }}"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ workflow name repo runs-on strategy needs if
27504 Publish Python Package 20712 test sqlite-utils 140912432 ${{ matrix.os }} {"matrix": {"python-version": ["3.7", "3.8", "3.9", "3.10", "3.11"], "os": ["ubuntu-latest", "windows-latest", "macos-latest"]}}    
27508 Test 20715 test sqlite-utils 140912432 ${{ matrix.os }} {"matrix": {"python-version": ["3.7", "3.8", "3.9", "3.10", "3.11"], "numpy": [0, 1], "os": ["ubuntu-latest", "macos-latest", "windows-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 12.977ms · About: simonw/datasette-graphql