Skip to content

Support specifying a view name (table:view) when querying#8

Open
jazzido wants to merge 4 commits into
simonw:mainfrom
jazzido:main
Open

Support specifying a view name (table:view) when querying#8
jazzido wants to merge 4 commits into
simonw:mainfrom
jazzido:main

Conversation

@jazzido

@jazzido jazzido commented Feb 14, 2021

Copy link
Copy Markdown

Hi @simonw,

Here's a small improvement. I use airtable-export for {in,up}serting data into a SQLite db (with sqlite-utils of course :)). The rows that I need to sync are selected by a boolean condition that I've added as a filter in a table view.

This change adds support for querying views. Eg:

airtable-export export appbeErMVynhHKIYQ table1:new_records table2 "table3:view name with spaces" --ndjson --key keyxxxxxx

Thanks for your great work with the datasette ecosystem of tools 💪🏽

@simonw

simonw commented Mar 5, 2021

Copy link
Copy Markdown
Owner

Looks like I introduced conflicts with a recent change I landed on main - very keen to review this if you push a fix for the conflicts.

@jazzido

jazzido commented Mar 5, 2021

Copy link
Copy Markdown
Author

Hey, thanks. It should be ready now.

@kbsali

kbsali commented Jun 16, 2021

Copy link
Copy Markdown

oh that would be great! 👍

@thorsted

Copy link
Copy Markdown

would love to see this enhancement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants