home / content

releases

10 rows where repo = 291339086

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▼ html_url author node_id tag_name target_commitish name draft prerelease created_at published_at body repo reactions mentions_count
30374899 https://github.com/simonw/airtable-export/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTMwMzc0ODk5 0.1 main 0.1 0 0 2020-08-29T19:51:06Z 2020-08-29T19:53:35Z - First working release airtable-export 291339086    
30375320 https://github.com/simonw/airtable-export/releases/tag/0.1.1 simonw 9599 MDc6UmVsZWFzZTMwMzc1MzIw 0.1.1 main 0.1.1 0 0 2020-08-29T20:16:02Z 2020-08-29T20:16:24Z - Smarter handling of HTTP errors. #1 airtable-export 291339086    
30376364 https://github.com/simonw/airtable-export/releases/tag/0.2 simonw 9599 MDc6UmVsZWFzZTMwMzc2MzY0 0.2 main 0.2 0 0 2020-08-29T21:13:10Z 2020-08-29T21:14:26Z - Renamed to `airtable-export` airtable-export 291339086    
30376899 https://github.com/simonw/airtable-export/releases/tag/0.3 simonw 9599 MDc6UmVsZWFzZTMwMzc2ODk5 0.3 main 0.3 0 0 2020-08-29T21:45:23Z 2020-08-29T21:46:39Z - New `--json` and `--ndjson` options for exporting in JSON instead of YAML. #2 - The Airtable API sometimes returns fields in a different order, which can cause unexpected differences. We now always sort the keys before exporting the data. #4 airtable-export 291339086    
30377478 https://github.com/simonw/airtable-export/releases/tag/0.3.1 simonw 9599 MDc6UmVsZWFzZTMwMzc3NDc4 0.3.1 main 0.3.1 0 0 2020-08-29T22:15:45Z 2020-08-29T22:16:06Z - Added documentation describing how to run this using GitHub Actions. airtable-export 291339086    
30382477 https://github.com/simonw/airtable-export/releases/tag/0.4 simonw 9599 MDc6UmVsZWFzZTMwMzgyNDc3 0.4 main 0.4 0 0 2020-08-30T03:12:37Z 2020-08-30T03:13:50Z - Support `--yaml`, `--ndjson` and `--json` options all at once. #5 airtable-export 291339086    
38406467 https://github.com/simonw/airtable-export/releases/tag/0.5 simonw 9599 MDc6UmVsZWFzZTM4NDA2NDY3 0.5 main 0.5 0 0 2021-02-22T06:01:08Z 2021-02-22T06:02:10Z - New `--sqlite database.db` export option. [#10](https://github.com/simonw/airtable-export/issues/10) airtable-export 291339086    
40858773 https://github.com/simonw/airtable-export/releases/tag/0.6 simonw 9599 MDc6UmVsZWFzZTQwODU4Nzcz 0.6 main 0.6 0 0 2021-04-02T05:41:59Z 2021-04-02T05:42:52Z - New `--user-agent=` option for passing a custom user-agent to Airtable. #12 airtable-export 291339086    
41152625 https://github.com/simonw/airtable-export/releases/tag/0.7 simonw 9599 MDc6UmVsZWFzZTQxMTUyNjI1 0.7 main 0.7 0 0 2021-04-08T22:17:39Z 2021-04-08T22:18:29Z - New `--http-read-timeout` option, thanks Eli Block! [#14](https://github.com/simonw/airtable-export/pull/14) airtable-export 291339086    
41211233 https://github.com/simonw/airtable-export/releases/tag/0.7.1 simonw 9599 MDc6UmVsZWFzZTQxMjExMjMz 0.7.1 main 0.7.1 0 0 2021-04-09T23:12:36Z 2021-04-09T23:13:21Z - Fixed bug with new `--http-read-timeout` feature airtable-export 291339086    

Advanced export

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

CSV options:

CREATE TABLE [releases] (
   [html_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [author] INTEGER REFERENCES [users]([id]),
   [node_id] TEXT,
   [tag_name] TEXT,
   [target_commitish] TEXT,
   [name] TEXT,
   [draft] INTEGER,
   [prerelease] INTEGER,
   [created_at] TEXT,
   [published_at] TEXT,
   [body] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
, [reactions] TEXT, [mentions_count] INTEGER);
CREATE INDEX [idx_releases_repo]
    ON [releases] ([repo]);
CREATE INDEX [idx_releases_author]
    ON [releases] ([author]);
Powered by Datasette · Queries took 40.979ms