We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was following this example in here: https://sookocheff.com/post/appengine/mapreduce/mapreduce-yaml/
from mapreduce import operation def touch(entity): """ Update the entities timestamp. """ yield op.db.Put(entity)
Please notice that op doesn't exist. It should have been operation.
op
operation
I wonder where I can go see an error if there is one. And why does it hang (on the status page? I had to abort it.
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was following this example in here: https://sookocheff.com/post/appengine/mapreduce/mapreduce-yaml/
Please notice that
op
doesn't exist. It should have beenoperation
.I wonder where I can go see an error if there is one. And why does it hang (on the status page? I had to abort it.
Thank you!
The text was updated successfully, but these errors were encountered: