home / github

Menu
  • GraphQL API
  • Search all tables

pull_requests

Table actions
  • GraphQL API for pull_requests

2 rows where user = 13016644

✎ 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
402090468 MDExOlB1bGxSZXF1ZXN0NDAyMDkwNDY4 3964 closed 0 RasterioDeprecationWarning cheginit 13016644 When a `vrt` is opened, a deprecation warning will be shown: ```python /home/taher/.local/apps/miniconda/envs/hydrodata/lib/python3.8/site-packages/xarray/backends/rasterio_.py:241: RasterioDeprecationWarning: dst_nodata will be removed in 1.1, use nodata riods = WarpedVRT(riods, **vrt_params) /home/taher/.local/apps/miniconda/envs/hydrodata/lib/python3.8/site-packages/xarray/backends/rasterio_.py:35: RasterioDeprecationWarning: dst_nodata will be removed in 1.1, use nodata riods = WarpedVRT(riods, **vrt_params) /home/taher/.local/apps/miniconda/envs/hydrodata/lib/python3.8/site-packages/xarray/backends/rasterio_.py:122: RasterioDeprecationWarning: dst_nodata will be removed in 1.1, use nodata riods = WarpedVRT(riods, **self.vrt_params) ``` This change can be confirmed in `rasterio`'s documentation where `dst_nodata` is replaced with nodata. https://rasterio.readthedocs.io/en/latest/api/rasterio.vrt.html 2020-04-10T22:25:30Z 2020-06-10T20:27:34Z 2020-04-11T03:34:59Z 2020-04-11T03:34:59Z 745658b449439e7f10077a36eb1477100100e356     0 feb9bdbc70c90f0a0a41163cf9defac216663142 c4e88829a644d6f6d4828069a06bbefaaefd5984 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/3964  
727296985 MDExOlB1bGxSZXF1ZXN0NzI3Mjk2OTg1 5765 closed 0 BUG: Fix the incorrect tags in the OG's meta data cheginit 13016644   2021-09-04T20:58:30Z 2021-09-29T16:04:19Z 2021-09-29T16:04:19Z 2021-09-29T16:04:19Z b8f164cdda797a14d718553ce1f5d44b5b00820a     0 0e91403788cc7869ad28bd853aa5e2a244bcec87 96c56836618dd3a7c5aefb1abcbffdc262cd129c CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/5765  

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.305ms · About: xarray-datasette