amoghrajesh commented on code in PR #56605:
URL: https://github.com/apache/airflow/pull/56605#discussion_r2428275809


##########
airflow-core/src/airflow/models/mappedoperator.py:
##########
@@ -274,7 +274,7 @@ def priority_weight(self) -> int:
 
     @property
     def retry_delay(self) -> datetime.timedelta:
-        return self.partial_kwargs["retry_delay"]
+        return self.partial_kwargs.get("retry_delay", 
SerializedBaseOperator.retry_delay)

Review Comment:
   @dheerajturaga can you please add a test case for this, rest LGTM



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