我的基本要求是创建一个从BigQuery表读取的管道,然后将其转换为JSON并将其传递到PubSub主题.一开始,我从Big中读取,并尝试将其写入Pub主题,但得到了一个exception error saying "Pub Sub" is not supported for batch pipelines所以我尝试了一些解决办法
读取BigQuery-> ConvertTo JSON
我正在建立一个概念的简单证明,以学习Google中的一些概念,特别是PubSub和Dataflow。= new PubSub(); const data = JSON.stringify({ hello: name });JSON.parse(Buffer.from(pubSubMessage.data, 'base64').toString()) : { error: 'no d
我正在使用回调函数向google发送消息,该函数读取来自未来的消息id。multiple messages to a Pub/Sub topic with an error handler."""topic_path = publisher.topic_path(project_id, topic_name)
def我正在成功