eladkal commented on a change in pull request #18699:
URL: https://github.com/apache/airflow/pull/18699#discussion_r723034695



##########
File path: airflow/providers/google/cloud/hooks/dataflow.py
##########
@@ -761,15 +775,23 @@ def start_flex_template(
             .launch(projectId=project_id, body=body, location=location)
         )
         response = request.execute(num_retries=self.num_retries)
-        job_id = response["job"]["id"]
+        job = response["job"]

Review comment:
       Can you please make sure examples dags of depended operators / sensors 
are aligned with this change?
   For example we have https://github.com/apache/airflow/issues/17180 which 
reported a problem related to the job id.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to