jbolda / gatsby-source-airtable

MIT License
216 stars 43 forks source link

Question about using formula fields #10

Closed cbfrance closed 6 years ago

cbfrance commented 6 years ago

Since 2.0, I am seeing an issue where it seems that fields of the "Formula" type in Airtable are not recognized by gatsby-source-airtable. Is this a known limitation or bug?

cbfrance commented 6 years ago

Oh nevermind now I see the fields in question are being omitted because There are conflicting field types in your data.

(Which actually I don't understand yet, but I assume I need to debug some inconsistency in my tables, and the plugin's formula support is not in question.)

Closing this.