home / github

Menu
  • GraphQL API
  • Search all tables

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

9 rows where pull_requests_id = 1450661702

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
114009210,1450661702 topic-backends 114009210 (chore) min versions bump 1450661702
178900142,1450661702 topic-groupby 178900142 (chore) min versions bump 1450661702
1106764573,1450661702 topic-cftime 1106764573 (chore) min versions bump 1450661702
1593475602,1450661702 CI 1593475602 (chore) min versions bump 1450661702
2746708206,1450661702 topic-rolling 2746708206 (chore) min versions bump 1450661702
3152287510,1450661702 topic-combine 3152287510 (chore) min versions bump 1450661702
3200494968,1450661702 dependencies 3200494968 (chore) min versions bump 1450661702
3701959344,1450661702 topic-typing 3701959344 (chore) min versions bump 1450661702
4429774983,1450661702 io 4429774983 (chore) min versions bump 1450661702

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