The mutation batcher's first argument is called table. Going forward, it should be target, since it can be a table or authorized view
In practice, this change shouldn't break much, since it's typically either constructed using table.mutations_batcher(), or MutationsBatcher(table). But it would break users who create a batcher using MutationsBatcher(table=table). So for backwards compatibility reasons, we should ony change this when we're ready for a major version bump
The mutation batcher's first argument is called table. Going forward, it should be target, since it can be a table or authorized view
In practice, this change shouldn't break much, since it's typically either constructed using
table.mutations_batcher(), orMutationsBatcher(table). But it would break users who create a batcher usingMutationsBatcher(table=table). So for backwards compatibility reasons, we should ony change this when we're ready for a major version bump