home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

1 row where raw_author = "ffca8b42dd074a8856b62a0c7352c323e91b546d" sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: author_date (date), committer_date (date)

repo 1

  • xarray 1

author 1

  • ajelenak 1
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
9c85dd5f792805bea319f01f08ee51b83bde0f3b Allow chunk_store argument when opening Zarr datasets (#3804) * Allow chunk store for Zarr datasets * Add test for open_zarr() chunk_store argument * Add "chunk_store" argument to to_zarr() * Simplify chunk_store argument handling * blacken * Add minimum zarr version requirement in docstring * Update xarray/tests/test_backends.py Co-authored-by: Ryan Abernathey <ryan.abernathey@gmail.com> Co-authored-by: dcherian <deepak@cherian.net> Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> 2020-08-25T18:49:50Z 2020-08-25T18:49:50Z Aleksandar Jelenak ffca8b42dd074a8856b62a0c7352c323e91b546d GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 ajelenak 7267124 web-flow 19864447

Advanced export

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

CSV options:

CREATE TABLE [commits] (
   [sha] TEXT PRIMARY KEY,
   [message] TEXT,
   [author_date] TEXT,
   [committer_date] TEXT,
   [raw_author] TEXT REFERENCES [raw_authors]([id]),
   [raw_committer] TEXT REFERENCES [raw_authors]([id]),
   [repo] INTEGER REFERENCES [repos]([id]),
   [author] INTEGER REFERENCES [users]([id]),
   [committer] INTEGER REFERENCES [users]([id])
);
CREATE INDEX [idx_commits_committer]
    ON [commits] ([committer]);
CREATE INDEX [idx_commits_author]
    ON [commits] ([author]);
CREATE INDEX [idx_commits_repo]
    ON [commits] ([repo]);
CREATE INDEX [idx_commits_raw_committer]
    ON [commits] ([raw_committer]);
CREATE INDEX [idx_commits_raw_author]
    ON [commits] ([raw_author]);
Powered by Datasette · Queries took 13.59ms · About: xarray-datasette