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
Add invalidate_revisions for batched revision invalidation
invalidate_revisions(datasets) does a single SQL UPDATE per 1000
datasets instead of one query per dataset. invalidate_revision(dataset)
now delegates to the batch method.
Events are still emitted per dataset for audit trail.
0 commit comments