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
When upgrading code from 1.7.6 driver to 4.0.0b2 driver calls to Transaction.sync fail with AttributeError, looking at the code there is no longer a sync.method. This is not documented in breaking changes and is still referenced in the API Documentation.
Expected behavior
.sync() calls and runs any pending tx.run() <Perhaps not necessary anymore, if so not propely documented>