potiuk commented on a change in pull request #20570:
URL: https://github.com/apache/airflow/pull/20570#discussion_r776701489
##########
File path: airflow/providers/google/cloud/operators/dataproc.py
##########
@@ -1257,7 +1265,11 @@ def generate_job(self):
:return: Dict representing Dataproc job
"""
self.create_job_template()
+ if self.job_template is None:
+ raise AirflowException('Job should be set here')
Review comment:
Actually - maybe I CAN fix it now.
--
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]