You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "pankajastro (via GitHub)" <gi...@apache.org> on 2023/02/20 19:30:52 UTC

[GitHub] [airflow] pankajastro commented on a diff in pull request #29364: Refactor Dataproc Trigger

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


##########
airflow/providers/google/cloud/operators/dataproc.py:
##########
@@ -876,12 +876,10 @@ def execute(self, context: Context) -> None:
                     project_id=self.project_id,
                     region=self.region,
                     cluster_name=self.cluster_name,
-                    request_id=self.request_id,
-                    retry=self.retry,
                     end_time=end_time,
                     metadata=self.metadata,
                     impersonation_chain=self.impersonation_chain,
-                    polling_interval=self.polling_interval_seconds,
+                    polling_interval_seconds=self.polling_interval_seconds,

Review Comment:
   yes, I think that is correct.



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