airstorm.model module¶
-
class
Model(name, bases, dict_)[source]¶ Bases:
typeThe model metaclass allows to generate model classes for each existing tables when loading the schema.
-
find(formula='')[source]¶ Return first found record by 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.Model – The found record.
-