lwyszomi commented on a change in pull request #18699:
URL: https://github.com/apache/airflow/pull/18699#discussion_r723062024
##########
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:
@eladkal I verified and we don't need to change anything in the example
Dags.
Also I added comment to the #17180 because is already fixed. Thanks that
you pointed this issue because now we can mark it as fixed :)
--
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]