home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "MEMBER" and issue = 257076194 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 1

  • shoyer 4

issue 1

  • Support opening password protected datasets over Opendap (Fixes #1068) · 4 ✖

author_association 1

  • MEMBER · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
428819685 https://github.com/pydata/xarray/pull/1570#issuecomment-428819685 https://api.github.com/repos/pydata/xarray/issues/1570 MDEyOklzc3VlQ29tbWVudDQyODgxOTY4NQ== shoyer 1217238 2018-10-11T04:49:50Z 2018-10-11T04:49:50Z MEMBER

I don't think we have any way to access data via FTP in xarray.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Support opening password protected datasets over Opendap (Fixes #1068) 257076194
329825004 https://github.com/pydata/xarray/pull/1570#issuecomment-329825004 https://api.github.com/repos/pydata/xarray/issues/1570 MDEyOklzc3VlQ29tbWVudDMyOTgyNTAwNA== shoyer 1217238 2017-09-15T16:00:26Z 2017-09-15T16:00:26Z MEMBER

This will be in the forthcoming v0.10 release

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Support opening password protected datasets over Opendap (Fixes #1068) 257076194
329824959 https://github.com/pydata/xarray/pull/1570#issuecomment-329824959 https://api.github.com/repos/pydata/xarray/issues/1570 MDEyOklzc3VlQ29tbWVudDMyOTgyNDk1OQ== shoyer 1217238 2017-09-15T16:00:17Z 2017-09-15T16:00:17Z MEMBER

Thanks @mrpgraae !

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Support opening password protected datasets over Opendap (Fixes #1068) 257076194
328969823 https://github.com/pydata/xarray/pull/1570#issuecomment-328969823 https://api.github.com/repos/pydata/xarray/issues/1570 MDEyOklzc3VlQ29tbWVudDMyODk2OTgyMw== shoyer 1217238 2017-09-12T20:08:51Z 2017-09-12T20:08:51Z MEMBER

One of the reasons i was unsure about adding the other keyword arguments, is that I'm not entirely sure if changing any of them from their default values will break the interface with xarray.

Well, this is probably a good reason to leave out any that we feel unsure about.

Then there's also the timeout parameter, for which I think we will need to import some module within pydap just to get DEFAULT_TIMEOUT. That seems a bit awkward?

Yes, that would make me hesitant to use it, especially if it's not clear that DEFAULT_TIMEOUT is a supported API.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Support opening password protected datasets over Opendap (Fixes #1068) 257076194

Advanced export

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

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
    ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
    ON [issue_comments] ([user]);
Powered by Datasette · Queries took 12.496ms · About: xarray-datasette