home / github

Menu
  • GraphQL API
  • Search all tables

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

35 rows where labels_id = 2223478915

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
2223478915,462990785 grant-czi 2223478915 Remove all unused and warn-raising methods from AbstractDataStore 462990785
2223478915,488639062 grant-czi 2223478915 Refactor of the big if-chain to a dictionary in the form {backend_name: backend_open}. 488639062
2223478915,492931397 grant-czi 2223478915 Autodetect the engine only when `engine=None` 492931397
2223478915,493299928 grant-czi 2223478915 Cleanup logic inside `open_dataset`, mostly `extra_kwargs` 493299928
2223478915,495760925 grant-czi 2223478915 WIP: Proposed refactor of read API for backends 495760925
2223478915,499345640 grant-czi 2223478915 Remove maybe chunck duplicated function 499345640
2223478915,511373629 grant-czi 2223478915 Update signature open_dataset for API v2 511373629
2223478915,512328068 grant-czi 2223478915 WIP: Zarr chunks refactor 512328068
2223478915,519979819 grant-czi 2223478915 Backends entrypoints 519979819
2223478915,523989408 grant-czi 2223478915 WIP: Chunking refactor 523989408
2223478915,530191990 grant-czi 2223478915 Move get_chunks from zarr.py to dataset.py 530191990
2223478915,530209718 grant-czi 2223478915 change default in ds.chunk and datarray.chunk variable.chunk 530209718
2223478915,530928176 grant-czi 2223478915 Refactor apiv2.open_dataset 530928176
2223478915,531887999 grant-czi 2223478915 Modify zarr chunking as suggested in #4496 531887999
2223478915,535182542 grant-czi 2223478915 unify zarr chunking with other chunking in apiv2.open_dataset 535182542
2223478915,535288346 grant-czi 2223478915 add encodings["preferred_chunks"], used in open_dataset instead of en… 535288346
2223478915,536017864 grant-czi 2223478915 Port all the engines to apiv2 536017864
2223478915,541453447 grant-czi 2223478915 Allow pathlib.Path to be passed to all engines 541453447
2223478915,542477484 grant-czi 2223478915 APIv2: pass user defined `filename_or_obj` to backends as is 542477484
2223478915,542676048 grant-czi 2223478915 APIv2: move all _autodetect_engine logic to the plugins 542676048
2223478915,543628790 grant-czi 2223478915 Remove close_on_error store.py 543628790
2223478915,544207214 grant-czi 2223478915 APIv2 internal cleanups 544207214
2223478915,544565866 grant-czi 2223478915 Remove entrypoints in setup for internal backends 544565866
2223478915,544578278 grant-czi 2223478915 remove autoclose in open_dataset and related warning test 544578278
2223478915,544750480 grant-czi 2223478915 Fix warning on chunks compatibility 544750480
2223478915,544827534 grant-czi 2223478915 Remove unexpected warnings in tests 544827534
2223478915,551087638 grant-czi 2223478915 Remove special case in guess_engines 551087638
2223478915,555017269 grant-czi 2223478915 add new backend api documentation 555017269
2223478915,559159062 grant-czi 2223478915 backend interface, now it uses subclassing  559159062
2223478915,571565762 grant-czi 2223478915 Sort backends 571565762
2223478915,584125340 grant-czi 2223478915 Switch backend API to v2 584125340
2223478915,608110624 grant-czi 2223478915 Flexible indexes: add Index base class and xindexes properties 608110624
2223478915,645933827 grant-czi 2223478915 Internal refactor of label-based data selection 645933827
2223478915,697307477 grant-czi 2223478915 Refactor index vs. coordinate variable(s) 697307477
2223478915,709187466 grant-czi 2223478915 Explicit indexes 709187466

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