Support Airtable views #26641
Closed
pjmv
started this conversation in
Contribute to Supabase
Replies: 0 comments 4 replies
-
I've come to realize that views in PostgreSQL are different from views in Airtable. I found the following in the Airtable FDW code:
It seems that the maintainers considered this feature, but have left it on the back burner. To get more attention, you may want to raise it as an issue with the label "enhancement". |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks for the request! Airtable View support is nice feature and has been added by this PR #134. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Airtable allows the users to define views that can incorporate filters.
The Airtable wrapper should support using a view when defining a foreign table. This would allow some filtering and data integrity control (something Airtable is generally very bad for) before it is mirrored in postgres.
Beta Was this translation helpful? Give feedback.
All reactions