home / github

Menu
  • GraphQL API
  • Search all tables

issues_labels

Table actions
  • GraphQL API for issues_labels

15 rows where issues_id = 1368740629

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
1368740629,58766099 API design 58766099 Generalize handling of chunked array types 1368740629
1368740629,114009210 topic-backends 114009210 Generalize handling of chunked array types 1368740629
1368740629,135761084 topic-indexing 135761084 Generalize handling of chunked array types 1368740629
1368740629,146501305 enhancement 146501305 Generalize handling of chunked array types 1368740629
1368740629,156998660 topic-CF conventions 156998660 Generalize handling of chunked array types 1368740629
1368740629,200079857 topic-dask 200079857 Generalize handling of chunked array types 1368740629
1368740629,508507365 needs review 508507365 Generalize handling of chunked array types 1368740629
1368740629,1168169704 topic-zarr 1168169704 Generalize handling of chunked array types 1368740629
1368740629,1448559775 topic-arrays 1448559775 Generalize handling of chunked array types 1368740629
1368740629,1593475602 CI 1593475602 Generalize handling of chunked array types 1368740629
1368740629,2746708206 topic-rolling 2746708206 Generalize handling of chunked array types 1368740629
1368740629,3200494968 dependencies 3200494968 Generalize handling of chunked array types 1368740629
1368740629,3419806739 run-benchmark 3419806739 Generalize handling of chunked array types 1368740629
1368740629,3701959344 topic-typing 3701959344 Generalize handling of chunked array types 1368740629
1368740629,4429774983 io 4429774983 Generalize handling of chunked array types 1368740629

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 20.262ms · About: xarray-datasette