gtalarico / pyairtable

Python Api Client for Airtable
https://pyairtable.readthedocs.io
MIT License
784 stars 138 forks source link

Remove validation on `base.create_table` #344

Closed BAPCon closed 7 months ago

BAPCon commented 7 months ago

I was getting an error thrown when using base.create_table, see #343 . I'm still getting used to the changes to PyAirtable, and I'm not sure if having validation set to True is necessary to meet other objectives.

Let me know if another approach is better, or if the error can't be reproduced.