Support
Help Center
Airtable Universe
Airtable Templates
Airtable Guides
Developer Documentation
Sign up for Airtable
Airtable Community
Announcements
Discussions
Ask A Question
Show & Tell
Development & APIs
Groups
Airtable AI
Airtable Enterprise Network
Marketing
Product Operations
EDUser Group
Events
Resources
Getting Started
Job Board
Product Ideas
Search
Community
Knowledge base
toffu
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Help
Sign In
Browse
Airtable Community
toffu - profile
toffu
4 - Data Explorer
since
Apr 03, 2024
Apr 04, 2024
User Statistics
2
Posts
0
Solutions
0
Kudos given
0
Kudos received
View all badges
User Activity
Posts
Replies
Very slow api requests
Apr 03, 2024
I'm seeing very slow requests when fetching a single record from a table with 4 records.Very slow as in more than a minute.What am I doing wrong?
Re: Very slow api requests
Apr 03, 2024
Thank you, sure.I use python: def fetch_company_id_by_property(property_name, value): logger.info("Fetching company by %s: %s", property_name, value) field_name = getattr(Company, property_name).field_name formula = match({field_name: val...