Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jazzido
Copy link

@jazzido jazzido commented Feb 14, 2021

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
Copy link
Owner

simonw commented Mar 5, 2021

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
Copy link
Author

jazzido commented Mar 5, 2021

Hey, thanks. It should be ready now.

@kbsali
Copy link

kbsali commented Jun 16, 2021

oh that would be great! 馃憤

@thorsted
Copy link

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.

None yet

4 participants