home / github

Menu
  • Search all tables
  • GraphQL API

jobs

Table actions
  • GraphQL API for jobs

7 rows where repo = 140912432

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: workflow, name, runs-on, needs (array)

id ▼ workflow name repo runs-on strategy needs if
27134 CodeQL 20433 Analyze sqlite-utils 140912432 ubuntu-latest
{
    "fail-fast": false,
    "matrix": {
        "language": [
            "python"
        ]
    }
}
   
27135 Read the Docs Pull Request Preview 20434 documentation-links sqlite-utils 140912432 ubuntu-latest      
27136 Publish Python Package 20435 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"
        ]
    }
}
   
27137 Publish Python Package 20435 deploy sqlite-utils 140912432 ubuntu-latest  
[
    "test"
]
 
27138 Check spelling in documentation 20436 spellcheck sqlite-utils 140912432 ubuntu-latest      
27139 Calculate test coverage 20437 test sqlite-utils 140912432 ubuntu-latest      
27140 Test 20438 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 17.08ms · About: github-to-sqlite