turbaszek commented on a change in pull request #10847:
URL: https://github.com/apache/airflow/pull/10847#discussion_r486149606
##########
File path: airflow/providers/google/cloud/operators/dataproc.py
##########
@@ -1821,11 +1823,13 @@ def __init__(
self.gcp_conn_id = gcp_conn_id
self.impersonation_chain = impersonation_chain
self.asynchronous = asynchronous
+ self.hook = hook
+ self.job_id = job_id
Review comment:
```suggestion
self.hook: Optional[DataprocHook] = None
self.job_id: Optional[str] = None
```
----------------------------------------------------------------
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]