
Ultimate access to all questions.
You're overseeing a streaming Cloud Dataflow pipeline and your team has introduced a new version featuring an updated windowing algorithm and triggering strategy. What's the best method to upgrade the current pipeline to this new version without any data loss?
A
Stop the Cloud Dataflow pipeline with the Cancel option. Create a new Cloud Dataflow job with the updated code
B
Update the Cloud Dataflow pipeline inflight by passing the --update option with the --jobName set to a new unique job name
C
Update the Cloud Dataflow pipeline inflight by passing the --update option with the --jobName set to the existing job name
D
Stop the Cloud Dataflow pipeline with the Drain option. Create a new Cloud Dataflow job with the updated code