この行を含む関数を ndb トランザクションで実行しようとしました。私は得てAttributeError: 'Key' object has no attribute 'reference'
いて、それがこの行によるものであることがわかります。
pipeline = MyPipeline.from_id(pipline_id)
MyPipeline
mapreduce.base_handler.PipelineBase
(mapreduce ライブラリから)のサブクラスです。
しかし、これはトランザクションなしで問題なく実行されます。ndb トランザクション内で Pipeline オブジェクトにアクセスすることは不可能ですか?