home / github

Menu
  • GraphQL API
  • Search all tables

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

15 rows where pull_requests_id = 1052339012

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
58766099,1052339012 API design 58766099 Generalize handling of chunked array types 1052339012
114009210,1052339012 topic-backends 114009210 Generalize handling of chunked array types 1052339012
135761084,1052339012 topic-indexing 135761084 Generalize handling of chunked array types 1052339012
146501305,1052339012 enhancement 146501305 Generalize handling of chunked array types 1052339012
156998660,1052339012 topic-CF conventions 156998660 Generalize handling of chunked array types 1052339012
200079857,1052339012 topic-dask 200079857 Generalize handling of chunked array types 1052339012
508507365,1052339012 needs review 508507365 Generalize handling of chunked array types 1052339012
1168169704,1052339012 topic-zarr 1168169704 Generalize handling of chunked array types 1052339012
1448559775,1052339012 topic-arrays 1448559775 Generalize handling of chunked array types 1052339012
1593475602,1052339012 CI 1593475602 Generalize handling of chunked array types 1052339012
2746708206,1052339012 topic-rolling 2746708206 Generalize handling of chunked array types 1052339012
3200494968,1052339012 dependencies 3200494968 Generalize handling of chunked array types 1052339012
3419806739,1052339012 run-benchmark 3419806739 Generalize handling of chunked array types 1052339012
3701959344,1052339012 topic-typing 3701959344 Generalize handling of chunked array types 1052339012
4429774983,1052339012 io 4429774983 Generalize handling of chunked array types 1052339012

Advanced export

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

CSV options:

CREATE TABLE [labels_pull_requests] (
   [labels_id] INTEGER REFERENCES [labels]([id]),
   [pull_requests_id] INTEGER REFERENCES [pull_requests]([id]),
   PRIMARY KEY ([labels_id], [pull_requests_id])
);
CREATE INDEX [idx_labels_pull_requests_pull_requests_id]
    ON [labels_pull_requests] ([pull_requests_id]);
CREATE INDEX [idx_labels_pull_requests_labels_id]
    ON [labels_pull_requests] ([labels_id]);
Powered by Datasette · Queries took 2407.636ms · About: xarray-datasette