FrankYang0529 commented on code in PR #71071:
URL: https://github.com/apache/airflow/pull/71071#discussion_r3892636514


##########
providers/microsoft/azure/src/airflow/providers/microsoft/azure/operators/batch.py:
##########
@@ -253,7 +241,6 @@ def _check_inputs(self) -> Any:
 
     def execute(self, context: Context) -> None:
         self._check_inputs()
-        self.hook.connection.config.retry_policy = self.batch_max_retries

Review Comment:
   The `batch_max_retries` is not used anymore. I create a followup PR for this.
   
   https://github.com/apache/airflow/pull/72317



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