home / github

Menu
  • Search all tables
  • GraphQL API

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

7 rows where pull_requests_id = 1139511392

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
114009210,1139511392 topic-backends 114009210 Enable mypy warn unused ignores 1139511392
135761084,1139511392 topic-indexing 135761084 Enable mypy warn unused ignores 1139511392
178900142,1139511392 topic-groupby 178900142 Enable mypy warn unused ignores 1139511392
235821884,1139511392 topic-plotting 235821884 Enable mypy warn unused ignores 1139511392
2995802879,1139511392 plan to merge 2995802879 Enable mypy warn unused ignores 1139511392
3152287510,1139511392 topic-combine 3152287510 Enable mypy warn unused ignores 1139511392
4429774983,1139511392 io 4429774983 Enable mypy warn unused ignores 1139511392

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