Git Product home page Git Product logo

Comments (5)

imor avatar imor commented on June 15, 2024

Thank you @pangolingo for your feedback. We will work on improving the docs. For now I'll share what I know here:

  • I need to find out which Airtable fields types are supported.
  • Arrays are not supported.
  • Updating an Airtable base from the FDW is not yet supported. It is documented in the Create Foreign Table section.

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.

from wrappers.

pangolingo avatar pangolingo commented on June 15, 2024

Thanks for sharing @imor, and for filing that bug!

from wrappers.

jacobwilson41 avatar jacobwilson41 commented on June 15, 2024

Hello! Is there an update on additional supported field types? Or at least a list of the current supported field types?

from wrappers.

lij55 avatar lij55 commented on June 15, 2024
  • 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.

from wrappers.

lij55 avatar lij55 commented on June 15, 2024
impl<T: IntoDatum + FromDatum> IntoDatum for Array<'_, T> 

it seems Array of pgrx support both into and from Datum.

from wrappers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.