pankajastro commented on code in PR #25302:
URL: https://github.com/apache/airflow/pull/25302#discussion_r936597733


##########
airflow/providers/google/cloud/operators/dataproc.py:
##########
@@ -1771,6 +1808,9 @@ class DataprocSubmitJobOperator(BaseOperator):
     :param asynchronous: Flag to return after submitting the job to the 
Dataproc API.
         This is useful for submitting long running jobs and
         waiting on them asynchronously using the DataprocJobSensor
+    :param deferrable: Run operator in the deferrable mode
+    :param polling_interval_seconds time in seconds between polling for job 
completion.

Review Comment:
   ```suggestion
       :param polling_interval_seconds: time in seconds between polling for job 
completion.
   ```



-- 
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