且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用 Apache Beam python 创建谷歌云数据流模板时出现 RuntimeValueProviderError

更新时间:2023-11-21 22:49:52

不幸的是,Apache Beam 的 Python SDK 2.18.0 上的模板似乎已损坏.

Unfortunately, it looks like templates are broken on Apache Beam's Python SDK 2.18.0.

目前,解决方案是避免使用 Beam 2.18.0,因此在您的需求/依赖项中,定义 apache-beam[gcp]<2.18.0apache-光束[gcp]>2.18.0

For now, the solution to this is to avoid Beam 2.18.0, so in your requirements / dependencies, define apache-beam[gcp]<2.18.0 or apache-beam[gcp]>2.18.0