home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 472429048 sorted by updated_at descending

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • simonw 2
  • tholo 2

author_association 2

  • MEMBER 2
  • NONE 2

issue 1

  • Too many SQL variables · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions issue performed_via_github_app
515370687 https://github.com/dogsheep/healthkit-to-sqlite/issues/9#issuecomment-515370687 https://api.github.com/repos/dogsheep/healthkit-to-sqlite/issues/9 MDEyOklzc3VlQ29tbWVudDUxNTM3MDY4Nw== tholo 166463 2019-07-26T09:01:19Z 2019-07-26T09:01:19Z NONE

Yes, that did fix the issue I was seeing — it will now import my complete HealthKit data.

Thorsten

On Jul 25, 2019, at 23:07, Simon Willison notifications@github.com wrote:

@tholo https://github.com/tholo this should be fixed in just-released version 0.3.2 - could you run a pip install -U healthkit-to-sqlite and let me know if it works for you now?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dogsheep/healthkit-to-sqlite/issues/9?email_source=notifications&email_token=AABIUPYTWYOYSLEAFS7TLMLQBKIBBA5CNFSM4IGSXNNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD23TDNQ#issuecomment-515322294, or mute the thread https://github.com/notifications/unsubscribe-auth/AABIUP7DCBQ37SESQL7D4WTQBKIBBANCNFSM4IGSXNNA.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Too many SQL variables 472429048  
515322294 https://github.com/dogsheep/healthkit-to-sqlite/issues/9#issuecomment-515322294 https://api.github.com/repos/dogsheep/healthkit-to-sqlite/issues/9 MDEyOklzc3VlQ29tbWVudDUxNTMyMjI5NA== simonw 9599 2019-07-26T06:07:12Z 2019-07-26T06:07:12Z MEMBER

@tholo this should be fixed in just-released version 0.3.2 - could you run a pip install -U healthkit-to-sqlite and let me know if it works for you now?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Too many SQL variables 472429048  
515226724 https://github.com/dogsheep/healthkit-to-sqlite/issues/9#issuecomment-515226724 https://api.github.com/repos/dogsheep/healthkit-to-sqlite/issues/9 MDEyOklzc3VlQ29tbWVudDUxNTIyNjcyNA== simonw 9599 2019-07-25T21:46:01Z 2019-07-25T21:46:01Z MEMBER

I can work around this here (prior to the fix in sqlite-utils) by setting the batch size to something a bit lower here.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Too many SQL variables 472429048  
514745798 https://github.com/dogsheep/healthkit-to-sqlite/issues/9#issuecomment-514745798 https://api.github.com/repos/dogsheep/healthkit-to-sqlite/issues/9 MDEyOklzc3VlQ29tbWVudDUxNDc0NTc5OA== tholo 166463 2019-07-24T18:25:36Z 2019-07-24T18:25:36Z NONE

This is on macOS 10.14.6, with Python 3.7.4, packages in the virtual environment:

``` Package Version


aiofiles 0.4.0 Click 7.0 click-default-group 1.2.1 datasette 0.29.2 h11 0.8.1 healthkit-to-sqlite 0.3.1 httptools 0.0.13 hupper 1.8.1 importlib-metadata 0.18 Jinja2 2.10.1 MarkupSafe 1.1.1 Pint 0.8.1 pip 19.2.1 pluggy 0.12.0 setuptools 41.0.1 sqlite-utils 1.7 tabulate 0.8.3 uvicorn 0.8.4 uvloop 0.12.2 websockets 7.0 zipp 0.5.2 ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Too many SQL variables 472429048  

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,
   [issue] INTEGER REFERENCES [issues]([id])
, [performed_via_github_app] TEXT);
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 20.38ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows