High level description of my workflow
What my vm does -- get data from gcs, process data, save the processed data to gcs
What my dag currently does -- start the vm >> stop the vm >> do the rest of data transformation job.
When I run the above dag, it starts the vm and stops the vm right after that. I would want to make my dag to wait for the vm to finish its job.
Note: kubernates/cloud run is not an option for me.