home / github

Menu
  • Search all tables
  • GraphQL API

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

11 rows where labels_id = 3152287510

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
3152287510,493761942 topic-combine 3152287510 Tolerance 493761942
3152287510,746897223 topic-combine 3152287510 Combine by coords dataarray bugfix 746897223
3152287510,1139511392 topic-combine 3152287510 Enable mypy warn unused ignores 1139511392
3152287510,1210897214 topic-combine 3152287510 bump minimum versions, drop py38 1210897214
3152287510,1230953781 topic-combine 3152287510 [pre-commit.ci] pre-commit autoupdate 1230953781
3152287510,1311491625 topic-combine 3152287510 Fix typing errors using mypy 1.2 1311491625
3152287510,1341164035 topic-combine 3152287510 Improve concat performance 1341164035
3152287510,1450661702 topic-combine 3152287510 (chore) min versions bump 1450661702
3152287510,1501781892 topic-combine 3152287510 [pre-commit.ci] pre-commit autoupdate 1501781892
3152287510,1609474035 topic-combine 3152287510 Fix docstrings for `combine_by_coords` 1609474035
3152287510,1788671135 topic-combine 3152287510 Avoid auto creation of indexes in concat 1788671135

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