labels_pull_requests
10 rows where pull_requests_id = 1089738782
This data as json, CSV (advanced)
Link | labels_id | pull_requests_id |
---|---|---|
114009210,1089738782 | topic-backends 114009210 | Lazy Imports 1089738782 |
135761084,1089738782 | topic-indexing 135761084 | Lazy Imports 1089738782 |
200079857,1089738782 | topic-dask 200079857 | Lazy Imports 1089738782 |
235821884,1089738782 | topic-plotting 235821884 | Lazy Imports 1089738782 |
536144505,1089738782 | topic-performance 536144505 | Lazy Imports 1089738782 |
1168169704,1089738782 | topic-zarr 1168169704 | Lazy Imports 1089738782 |
1448559775,1089738782 | topic-arrays 1448559775 | Lazy Imports 1089738782 |
2995802879,1089738782 | plan to merge 2995802879 | Lazy Imports 1089738782 |
3419806739,1089738782 | run-benchmark 3419806739 | Lazy Imports 1089738782 |
4429774983,1089738782 | io 4429774983 | Lazy Imports 1089738782 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);