issues_labels
4 rows where issues_id = 1804983457
This data as json, CSV (advanced)
Link | labels_id | issues_id |
---|---|---|
1804983457,136299915 | topic-documentation 136299915 | Existing chunks not being respected on to_zarr() 1804983457 |
1804983457,717033614 | contrib-good-first-issue 717033614 | Existing chunks not being respected on to_zarr() 1804983457 |
1804983457,1168169704 | topic-zarr 1168169704 | Existing chunks not being respected on to_zarr() 1804983457 |
1804983457,2616290880 | plan to close 2616290880 | Existing chunks not being respected on to_zarr() 1804983457 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issues_labels] ( [labels_id] INTEGER REFERENCES [labels]([id]), [issues_id] INTEGER REFERENCES [issues]([id]), PRIMARY KEY ([issues_id], [labels_id]) ); CREATE INDEX [idx_issues_labels_issues_id] ON [issues_labels] ([issues_id]); CREATE INDEX [idx_issues_labels_labels_id] ON [issues_labels] ([labels_id]);