Git Product home page Git Product logo

Comments (5)

robertrouse avatar robertrouse commented on June 23, 2024 1

It is because of non-existent records in a filtered view. No issues with your code. Case closed!

from gatsby-source-airtable.

robertrouse avatar robertrouse commented on June 23, 2024

After some testing, I found that it fails only when using a linking field with a lot of records (hundreds or sometimes thousands). This is probably an AirTable api limit.

from gatsby-source-airtable.

jbolda avatar jbolda commented on June 23, 2024

Hmm, so that is a gatsby error that I am pretty sure is thrown if you try to link to a record before it is created. As far as I can tell, Airtable doesn't have any specified api limit that I can find (each base has record limits, so I suspect that is the natural limit). I suspect what happened in my test were that order didn't matter as records were created fast enough (small number of records), but I wonder if the order matters for you since you have many more records. Try switching your tables around so you have the Chapters table first. Maybe we can solve this within in plugin at some point, but this is a good first test.

from gatsby-source-airtable.

jckw avatar jckw commented on June 23, 2024

Shouldn't it be possible to use a view that is filtered? Since we specify the view, it seems odd to disable the functionality that views are meant to apply.

from gatsby-source-airtable.

jbolda avatar jbolda commented on June 23, 2024

@jckw it is possible, but their error was due to trying to link records together that didn't exist as far as Gatsby was concerned. This was due to the fact that those records were filtered out. Hopefully that makes it more clear?

from gatsby-source-airtable.

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.