airstorm.model_list module

class ModelList(name, bases, dict_)[source]

Bases: type

The model list metaclass allows to generate model list classes for each existing tables when loading the schema.

find(formula='')[source]

Return records with specific field value.

Args: formula (str, optional): A airtable formula to filter the search. Lean

more about writing valid formulas at https://support.airtable.com/hc/en-us/articles/203255215-Formula-Field-Reference.

Returns

airstorm.model_list.ModelList – The found records.