home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 397912840

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/266#issuecomment-397912840 https://api.github.com/repos/simonw/datasette/issues/266 397912840 MDEyOklzc3VlQ29tbWVudDM5NzkxMjg0MA== 9599 2018-06-17T23:13:35Z 2018-06-17T23:16:42Z OWNER

This worked! https://github.com/simonw/datasette/commit/5a0a82faf9cf9dd109d76181ed00eea19472087c - it spat out a 76MB CSV when I ran it against the sf-trees demo database.

It was just a quick hack though - it currently ignores _labels= and _dl= which need to be supported.

I'm going to add a config option for turning full CSV export off just in case any Datasette users are uncomfortable with URLs that churn out that much data in one go.

ConfigOption("allow_csv_stream", True, """ Allow .csv?_stream=1 to download all rows (ignoring max_returned_rows) """.strip()),

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
323681589  
Powered by Datasette · Queries took 0.958ms · About: github-to-sqlite