yesemsanthoshkumar commented on a change in pull request #10343:
URL: https://github.com/apache/airflow/pull/10343#discussion_r479757412
##########
File path: airflow/providers/google/cloud/operators/dataproc.py
##########
@@ -1051,17 +1051,17 @@ def execute(self, context):
project_id=self.project_id, job=self.job["job"],
location=self.region,
)
job_id = job_object.reference.job_id
+ # XCom push is referenced by extra links and has to be before
polling for job completion
Review comment:
Yeah. Clear than my comment. Will make changes.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]