Dataflow作业在我的仪表板上杂乱无章,我想从我的项目中删除失败的作业。但是在仪表板中,我没有看到任何删除Dataflow作业的选项。我至少在寻找类似下面的东西,
$ gcloud beta dataflow jobs delete JOB_ID
要删除所有作业,
$ gcloud beta dataflow jobs delete
有人可以帮帮我吗?
答案 0 :(得分:5)
不幸的是,这目前无法实现。您无法删除Dataflow作业。这是您可以通过public issue tracker请求的内容(我过去也想要它)。
gcloud dataflow jobs --help
COMMANDS
COMMAND是以下之一:
cancel Cancels all jobs that match the command line arguments. describe Outputs the Job object resulting from the Get API. drain Drains all jobs that match the command line arguments. list Lists all jobs in a particular project. run Runs a job from the specified path. show Shows a short description of the given job.
答案 1 :(得分:1)