标签: google-cloud-platform google-cloud-dataflow
如何为自定义数据流管道设置tempLocation?
使用
--tempLocation={my-location}
从UI启动自定义数据流模板时,我试图将其设置为参数
我试图在我的PipelineOptions中覆盖它,例如:
options.setTempLocation({my-location});
在所有这些情况下,它在Dataflow UI中都显示为-。
-