Hey community, I am planning to do an integration with Airtable for our analytics software, but I can’t really retrieve column stats without using metadata API, or is there any other workarounds that I am not aware of?
Here is what I want
- List of bases and tables within bases
- Fields (with types) of each tables
- Option values for Single Select/Multi select fields
This is what I’ve been using and this is not really providing me the information I need GitHub - josephbestjames/airtable.py: Python interface to the Airtable's REST API
Thanks :slightly_smiling_face:
