How to execute a Cloud Function after Dataflow job has succeeded?
I want to trigger Cloud Function only if Dataflow job execution completed successfully.
Cloud Function should not be triggered if Dataflow job is failed.
I am running a Dataflow job using a Dataflow template (jdbc to BigQuery) from the the Dataflow UI.
There is no option to trigger any Cloud Function or something after job execution. Also, I can't make changes in template code. What's the way to trigger Cloud Function?
from Recent Questions - Stack Overflow https://ift.tt/2KGD9KP
https://ift.tt/eA8V8J
Comments
Post a Comment