分配 timestampLabel 时数据流作业的 PubSub 资源设置失败

PubSub resource setup failing for Dataflow job when assigning timestampLabel

修改我的作业以开始使用 timestampLabel 从 PubSub 读取后,每次我尝试启动作业时资源设置似乎都会中断,并出现以下错误:

(c8bce90672926e26): Workflow failed. Causes: (5743e5d17dd7bfb7): Step    setup_resource_/subscriptions/project-name/subscription-name__streaming_dataflow_internal25: Set up of resource /subscriptions/project-name/subscription-name__streaming_dataflow_internal failed

其中 project-namesubscription-name 代表我的项目和我试图从中读取的 PubSub 订阅的实际值。在尝试在消息条目上附加 timestampLabel 之前,作业正常工作,使用来自指定 PubSub 订阅的消息,这应该意味着我的 API/network 设置没问题。

我还注意到负载有两个警告

Internal Issue (119d3b54af281acf): 65177287:8503

但在工作日志中找不到更多信息。在我的工作设置的几秒钟内,我可以看到 timestampLabel 在管道的第一步中设置。不幸的是,我找不到关于此错误的任何其他案例或文档。

使用 timestampLabel 功能时,会创建第二个订阅以用于跟踪目的。仔细检查您主题的权限设置,确保它与 permissions required.

相匹配