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

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

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


##########
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:
   Just one question - I guess this is in trigger so there are no worries about back-compatibility ?



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