You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/03 12:22:39 UTC

[GitHub] [airflow] pankajastro commented on a diff in pull request #25302: Dataproc submit job operator async

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


##########
airflow/providers/google/cloud/operators/dataproc.py:
##########
@@ -867,6 +868,9 @@ class DataprocJobBaseOperator(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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org