使用模板进行部署时,是否可以更新现有的Google云数据流管道?

时间:2021-02-24 23:13:04

When deploying google dataflow pipeline as templates, Is it possible to update the pipeline using another version of the template?

将Google数据流管道部署为模板时,是否可以使用其他版本的模板更新管道?

Basically, I am looking for a combination https://cloud.google.com/dataflow/pipelines/updating-a-pipeline with https://cloud.google.com/dataflow/docs/templates/overview

基本上,我正在寻找https://cloud.google.com/dataflow/pipelines/updating-a-pipeline与https://cloud.google.com/dataflow/docs/templates/overview的组合

1 个解决方案

#1


1  

The feature of updating an existing job from template API is not ready yet. (We are working on it).

从模板API更新现有作业的功能尚未准备好。 (我们正在做这件事)。

At the time, you can probably make use our public repo (basically the source code for these templates) to do it. Basically, you can just build and launch the job to "update" the running job from a shell.

当时,您可以使用我们的公共仓库(基本上是这些模板的源代码)来完成它。基本上,您可以构建并启动作业以从shell“更新”正在运行的作业。

https://github.com/GoogleCloudPlatform/DataflowTemplates

https://github.com/GoogleCloudPlatform/DataflowTemplates

#1


1  

The feature of updating an existing job from template API is not ready yet. (We are working on it).

从模板API更新现有作业的功能尚未准备好。 (我们正在做这件事)。

At the time, you can probably make use our public repo (basically the source code for these templates) to do it. Basically, you can just build and launch the job to "update" the running job from a shell.

当时,您可以使用我们的公共仓库(基本上是这些模板的源代码)来完成它。基本上,您可以构建并启动作业以从shell“更新”正在运行的作业。

https://github.com/GoogleCloudPlatform/DataflowTemplates

https://github.com/GoogleCloudPlatform/DataflowTemplates