gatsby-source-airtable
gatsby-source-airtable copied to clipboard
Combining fileNode and text/markdown mappings
This is previously reported bug (#41) which seems to be unresolved. I couldn't re-open the old one, so I filed a new issue. I hope that's fine.
When I have either fileNode or text/markdown in a single table's mapping, everything seems to be fine. But when I have both for one table I see the following error:
AirtableField.raw:
- type: array
value: [ ..., { id: 'atte2xZRBwvF4U3UI', url: 'https://dl.airtable.com/.attachments/746a07721477d9cd1e54d05a9ab60856/0d3929eb/picture.jpg', filename:
'picture.jpg', size: 138519, type: 'image/jpeg', thumbnails: [Object] }, ... ]
- type: string
value: 'Welcome to out blog.\n'
I believe we have addressed this, but it doesn't seem to docs represent it well. I believe the 4th paragraph in using markdown and attachments.
Always appreciate doc PRs clearing things up if this does indeed address your issue. 🙏
This issue has been automatically marked as stale because it has not had any recent activity for 30 days. It will be closed if no further activity occurs within 7 days. Remove stale label, comment, and/or apply "ongoing issue" label to prevent this from being closed. Thank you for your contributions.
Presuming this is no longer an issue.