Skip to content

Optimize Airtable syncing#563

Draft
madebyisaacr wants to merge 5 commits intomainfrom
airtable-optimization
Draft

Optimize Airtable syncing#563
madebyisaacr wants to merge 5 commits intomainfrom
airtable-optimization

Conversation

@madebyisaacr
Copy link
Collaborator

Description

This pull request improves Airtable collection sync speed using the same method used in Notion - if an item hasn't been edited since the last sync, don't update it in the collection.

Airtable doesn't include a last edited date on all items by default like Notion does. But Airtable does have a "last modified time" field. So what this update does is check if there is a last modified time field in the base, and if so, uses that value on each item to determine whether to update it or not.

If the base doesn't have a last modified time field, a note is shown at the top of the field mapping UI:

image

Closes #461
Solves the second point in this Slack message: https://framer-team.slack.com/archives/C06FEPVRM52/p1770924863842099

Changelog

  • Optimized syncing Airtable bases with a "Last Modified Time" column.

Testing

  • Sync an Airtable base
  • Update some items in the base
  • Re-sync the Framer collection and verify that the items were updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Optimize syncing images and files in Airtable

1 participant

Comments