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
Using force=true should delete all existing entities from the specified period and start with a fresh extraction. However, it seems the prepared transaction is too big:
BadRequestError: datastore transaction or write too big.
Possible fix: enable "pagination" and delete smaller chunks
The text was updated successfully, but these errors were encountered:
Using
force=true
should delete all existing entities from the specified period and start with a fresh extraction. However, it seems the prepared transaction is too big:Possible fix: enable "pagination" and delete smaller chunks
The text was updated successfully, but these errors were encountered: