Vamsi-klu commented on code in PR #73071:
URL: https://github.com/apache/airflow/pull/73071#discussion_r4002488441


##########
providers/microsoft/azure/src/airflow/providers/microsoft/azure/operators/batch.py:
##########
@@ -194,7 +194,10 @@ def __init__(
     @cached_property
     def hook(self) -> AzureBatchHook:
         """Create and return an AzureBatchHook (cached)."""
-        return AzureBatchHook(self.azure_batch_conn_id)
+        return AzureBatchHook(

Review Comment:
   No operator test proves batch_max_retries reaches AzureBatchHook. The hook 
tests stay green if this wiring is removed or misspelled. Add an 
operator-to-hook forwarding test (and preferably explicit zero).



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