pyairtable icon indicating copy to clipboard operation
pyairtable copied to clipboard

Python Api Client for Airtable

Results 37 pyairtable issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi there, When using this library to do a text keyword search using the FIND method, it will not return any results if the cases of the text do not...

enhancement
help wanted

I'm pushing a lot of records to a table (~10k), so I'd rather try more than 10 per request in the batch creation/updates. This PR parameterized the MAX_RECORD_PER_REQUEST arg, defaulting...

[ Placeholder] https://github.com/gtalarico/pyairtable/pull/148#issuecomment-1093159389

enhancement

We tend to get a lot of failed airtable requests due to the rate limits, and are using [Tenacity](https://tenacity.readthedocs.io/en/latest/) to retry these requests automatically, which usually works well... I've created...

enhancement

Right now `ApiAbstract._iterate` calls `time.sleep` before yielding the results of its first API call. This slows down operations that only retrieve a single record (or a single page of results)...

Add flag for computed fields in `orm.fields.Field` and use this attribute to resolve error on record updates in `orm.model.Model.save()`

Hi, I just saw the ORM feature which looks pretty nice. There is currently no way to get an attachment via ORM. How do we want to implement this? I...

The `Model.save()` method is failing for me when the Airtable API rejects the payload, because it includes computed fields. These computed fields are not updated locally in my code, but...

I'm having trouble modeling an Airtable base that includes linked fields between several tables. The issue appears to be that I can't reference the linked object model until that model...

docs

The following is a rough proposal for which features we plan to add to pyAirtable, loosely grouped into releases. Priorities can shift over time, and anyone who wants to see...

discussion