Open pangolingo opened 1 year ago
Thank you @pangolingo for your feedback. We will work on improving the docs. For now I'll share what I know here:
You have also uncovered a bug which I have reported as a separate issue. To workaround this bug, for now do not quote your column names in the create foreign table
command. Unfortunately even with this workaround any columns with a space in them will not be usable from the FDW.
Thanks for sharing @imor, and for filing that bug!
Hello! Is there an update on additional supported field types? Or at least a list of the current supported field types?
- Arrays are not supported.
Hi @imor , pgrx seems support RawArray type and some array format. is there any plan for array support for this fdw wrappers? some applications save the embeddings as array of real/double.
impl<T: IntoDatum + FromDatum> IntoDatum for Array<'_, T>
it seems Array of pgrx support both into and from Datum.
so also image/attachments are not supported
Improve documentation
Link
I referenced these docs: https://supabase.github.io/wrappers/airtable/ (The same as the Supabase.com ones I think: https://supabase.com/docs/guides/database/extensions/wrappers/airtable)
Describe the problem
Here's the trouble I ran into:
"Business Name"
. I'm not sure if that was correct.Describe the improvement
Add documentation to address my confusion above.
Additional context
Airtable API description of my table:
Some commands I ran (secrets removed):
Result from that
SELECT *