home / github

Menu
  • Search all tables
  • GraphQL API

pull_requests

Table actions
  • GraphQL API for pull_requests

1 row where user = 29253833

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date), closed_at (date), merged_at (date)

id ▼ node_id number state locked title user body created_at updated_at closed_at merged_at merge_commit_sha assignee milestone draft head base author_association auto_merge repo url merged_by
306052862 MDExOlB1bGxSZXF1ZXN0MzA2MDUyODYy 3199 closed 0 Add an example of ERA5 and GRIB data & visualization to the gallery zbruick 29253833 This was from the SciPy sprint, but failed to get submitted as a PR yet. This was developed by myself and @stephansiemen to demonstrate visualizing ERA5 GRIB data. The data was already added in https://github.com/pydata/xarray-data/pull/14. 2019-08-09T16:12:24Z 2019-10-04T14:53:50Z 2019-09-23T22:31:01Z 2019-09-23T22:31:01Z f82d1125e869647d8190de0d45461c9d6829da07     0 9e0388218542b934cce98346f688fd4b48f6a783 f7c12a9a2c6bd3ec286574558add718798fecc0d NONE   xarray 13221727 https://github.com/pydata/xarray/pull/3199  

Advanced export

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

CSV options:

CREATE TABLE [pull_requests] (
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [number] INTEGER,
   [state] TEXT,
   [locked] INTEGER,
   [title] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [body] TEXT,
   [created_at] TEXT,
   [updated_at] TEXT,
   [closed_at] TEXT,
   [merged_at] TEXT,
   [merge_commit_sha] TEXT,
   [assignee] INTEGER REFERENCES [users]([id]),
   [milestone] INTEGER REFERENCES [milestones]([id]),
   [draft] INTEGER,
   [head] TEXT,
   [base] TEXT,
   [author_association] TEXT,
   [auto_merge] TEXT,
   [repo] INTEGER REFERENCES [repos]([id]),
   [url] TEXT,
   [merged_by] INTEGER REFERENCES [users]([id])
);
CREATE INDEX [idx_pull_requests_merged_by]
    ON [pull_requests] ([merged_by]);
CREATE INDEX [idx_pull_requests_repo]
    ON [pull_requests] ([repo]);
CREATE INDEX [idx_pull_requests_milestone]
    ON [pull_requests] ([milestone]);
CREATE INDEX [idx_pull_requests_assignee]
    ON [pull_requests] ([assignee]);
CREATE INDEX [idx_pull_requests_user]
    ON [pull_requests] ([user]);
Powered by Datasette · Queries took 20.715ms · About: xarray-datasette