home / github

Menu
  • GraphQL API
  • Search all tables

issues_labels

Table actions
  • GraphQL API for issues_labels

44 rows where labels_id = 2223478915

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
663968779,2223478915 grant-czi 2223478915 [community] Backends refactor meeting 663968779
672912921,2223478915 grant-czi 2223478915 Flexible Backend - AbstractDataStore definition  672912921
673061269,2223478915 grant-czi 2223478915 Remove all unused and warn-raising methods from AbstractDataStore 673061269
703550109,2223478915 grant-czi 2223478915 Refactor of the big if-chain to a dictionary in the form {backend_name: backend_open}. 703550109
708766975,2223478915 grant-czi 2223478915 Autodetect the engine only when `engine=None` 708766975
709195443,2223478915 grant-czi 2223478915 Cleanup logic inside `open_dataset`, mostly `extra_kwargs` 709195443
712247862,2223478915 grant-czi 2223478915 WIP: Proposed refactor of read API for backends 712247862
716644871,2223478915 grant-czi 2223478915 Remove maybe chunck duplicated function 716644871
717410970,2223478915 grant-czi 2223478915 Flexible backends - Harmonise zarr chunking with other backends chunking 717410970
731226031,2223478915 grant-czi 2223478915 Update signature open_dataset for API v2 731226031
732378121,2223478915 grant-czi 2223478915 WIP: Zarr chunks refactor 732378121
741714847,2223478915 grant-czi 2223478915 Backends entrypoints 741714847
746628598,2223478915 grant-czi 2223478915 WIP: Chunking refactor 746628598
754261760,2223478915 grant-czi 2223478915 Move get_chunks from zarr.py to dataset.py 754261760
754283496,2223478915 grant-czi 2223478915 change default in ds.chunk and datarray.chunk variable.chunk 754283496
755163626,2223478915 grant-czi 2223478915 Refactor apiv2.open_dataset 755163626
756325149,2223478915 grant-czi 2223478915 Modify zarr chunking as suggested in #4496 756325149
760333256,2223478915 grant-czi 2223478915 unify zarr chunking with other chunking in apiv2.open_dataset 760333256
760460622,2223478915 grant-czi 2223478915 add encodings["preferred_chunks"], used in open_dataset instead of en… 760460622
761337459,2223478915 grant-czi 2223478915 Port all the engines to apiv2 761337459
769288855,2223478915 grant-czi 2223478915 Allow pathlib.Path to be passed to all engines 769288855
770801513,2223478915 grant-czi 2223478915 APIv2: pass user defined `filename_or_obj` to backends as is 770801513
771048648,2223478915 grant-czi 2223478915 APIv2: move all _autodetect_engine logic to the plugins 771048648
772346218,2223478915 grant-czi 2223478915 Remove close_on_error store.py 772346218
773048869,2223478915 grant-czi 2223478915 APIv2 internal cleanups 773048869
773481918,2223478915 grant-czi 2223478915 Remove entrypoints in setup for internal backends 773481918
773497334,2223478915 grant-czi 2223478915 remove autoclose in open_dataset and related warning test 773497334
773717776,2223478915 grant-czi 2223478915 Fix warning on chunks compatibility 773717776
773803598,2223478915 grant-czi 2223478915 Remove unexpected warnings in tests 773803598
781348113,2223478915 grant-czi 2223478915 Remove special case in guess_engines 781348113
785233324,2223478915 grant-czi 2223478915 Update Documentation for backend Implementation 785233324
786093946,2223478915 grant-czi 2223478915 add new backend api documentation 786093946
791035470,2223478915 grant-czi 2223478915 backend interface, now it uses subclassing  791035470
806076928,2223478915 grant-czi 2223478915 Sort backends 806076928
821312099,2223478915 grant-czi 2223478915 Switch backend API to v2 821312099
849315490,2223478915 grant-czi 2223478915 Flexible indexes: add Index base class and xindexes properties 849315490
893415955,2223478915 grant-czi 2223478915 Internal refactor of label-based data selection 893415955
915057433,2223478915 grant-czi 2223478915 [community] Flexible indexes meeting 915057433
933551030,2223478915 grant-czi 2223478915 Flexible indexes: how best to implement the new data model? 933551030
953235338,2223478915 grant-czi 2223478915 Refactor index vs. coordinate variable(s) 953235338
955605233,2223478915 grant-czi 2223478915 Flexible indexes: handle renaming coordinate variables 955605233
955936490,2223478915 grant-czi 2223478915 Flexible indexes: review the implementation of alignment and merge 955936490
966983801,2223478915 grant-czi 2223478915 Explicit indexes 966983801
968796847,2223478915 grant-czi 2223478915 Coerce the labels passed to Index.query to array-like objects 968796847

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