issues
search
gtalarico
/
pyairtable
Python Api Client for Airtable
https://pyairtable.readthedocs.io
MIT License
786
stars
139
forks
source link
Return full payload from batch_upsert
#281
Closed
mesozoic
closed
1 year ago
mesozoic
commented
1 year ago
Changes the return signature of
batch_upsert
from a list of records to a dict
Iterates over multiple pages of inputs and combines them all into a single response
Fixes #280 – FYI @awb715
awb715
commented
1 year ago
Thank you for this fix!
batch_upsert
from a list of records to a dict