You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the only signal available for writing to a processed datastore is on_database_write which is implemented only in the SQLiteBackend subclass. Writing to e.g. Method doesn't emit any signals, making it impossible to catch any changes to them in the AB without patching on our end.
The text was updated successfully, but these errors were encountered:
Right now the only signal available for writing to a processed datastore is
on_database_write
which is implemented only in theSQLiteBackend
subclass. Writing to e.g.Method
doesn't emit any signals, making it impossible to catch any changes to them in the AB without patching on our end.The text was updated successfully, but these errors were encountered: