自2019年7月31日以来,运行google cloud数据流作业(使用Python)失败
2019年7月31日之前运行良好。代码无变化。
下面是错误摘要。
** jsonPayload: 行:exec.go:64 消息:新()得到了意外的关键字参数“ serialized_options”
....
jsonPayload: 行:exec.go:64 消息:TypeError
....
jsonPayload: 行:exec.go:64 消息:serialized_pb = _b('\ n \ x15google / rpc / code.proto \ x12 \ ngoogle.rpc * \ xb7 \ x02 \ n \ x04 \ x43ode \ x12 \ x06 \ n \ x02OK \ x10 \ x00 \ x12 \ r \ n \ tCANCELLED \ x10 \ x01 \ x12 \ x0b \ n \ x07UNKNOWN \ x10 \ x02 \ x12 \ x14 \ n \ x10INVALID_ARGUMENT \ x10 \ x03 \ x12 \ x15 \ n \ x11 \ x44 \ x45 \ x41 \ x41 \ x44LINE_EXCEEDED \ x10 \ x04 \ x12 \ r \ n \ tNOT_FOUND \ x10 \ x05 \ x12 \ x12 \ n \ x0e \ x41LREADY_EXISTS \ x10 \ x06 \ x12 \ x15 \ n \ x11PERMISSION_DENIED \ x10 \ x07 \ x12 \ x13 \ n \ x0fUNAUTHENTICATED \ x10 \ x10 \ x12 \ x16 \ n \ x12RESOURCE_EXHAUSTED \ x10 \ x08 \ x12 \ x17 \ n \ x13 \ x46 \ x41ILED_PRECONDITION \ x10 \ t \ x12 \ x0b \ n \ x07 \ x41 \ x42ORTED \ x10 \ n \ x12 \ x10 \ n \ x0cOUT_OF_RANGE \ x10 \ x0b \ x12 \ x11 \ n \ rUNIMPLEMENTED \ x10 \ x0c \ x12 \ x0c \ n \ x08INTERNAL \ x10 \ r \ x12 \ x0f \ n \ x0bUNAVAILABLE \ x10 \ x0e \ x12 \ r \ n \ tDATA_LOSS \ x10 \ x0f \ x42X \ n \ x0e \ x63om.google.rpcB \ tCodeProtoP \ x01Z3google.golang.org/genproto/googleapis/rpc/code; code \ xa2 \ x02 \ x02 \ x03RPCb \ x06proto3')
....
jsonPayload: 行:exec.go:64 消息:“文件” /usr/local/lib/python2.7/dist-packages/google/rpc/code_pb2.py”, 第23行,位于**'
requirements.txt的内容
** apache-beam == 2.13.0
apache-beam [gcp]
google-cloud-iam
google-cloud-bigquery
google-cloud-storage
pyyaml **
问题从7月31日开始
感谢您的帮助。
搜索了类似的错误,但没有解决方案。