select name, commit_sha, protectedfrom github_branchwhere repository_full_name = 'org/repo';
select name, slug, privacy, descriptionfrom github_teamwhere organization = 'my_org';
select title, id, state, created_at, closed_at, html_urlfrom github_search_issuewhere query = 'org:turbot state:closed' and closed_at > (created_at + interval '30' day);
Parameter | Description |
---|---|
SQL statement | The SQL statement we wish to use to query the resource. |
Output format | Representation of the output result. The possible options are “Table”, “CSV” or “JSON”. |
Was this page helpful?