bedstuystrong / automation_prime

0 stars 5 forks source link

Added snapshot functionality to models #53

Closed maybejustmaybe closed 3 years ago

maybejustmaybe commented 3 years ago

When updating an airtable record from a model we only serialize changed fields.

Additionally, we can now mark derived or special fields as allow_mutation=False to ensure that the automation doesn't change them.

closes #52