kosiew commented on code in PR #64960:
URL: https://github.com/apache/airflow/pull/64960#discussion_r3067572788


##########
providers/databricks/src/airflow/providers/databricks/triggers/databricks.py:
##########
@@ -53,6 +54,7 @@ def __init__(
         caller: str = "DatabricksExecutionTrigger",
     ) -> None:
         super().__init__()
+        validate_deferrable_databricks_retry_args(retry_args, 
owner=self.__class__.__name__)

Review Comment:
   That makes sense. caller is already part of the trigger API and gives better 
attribution when the trigger is constructed on behalf of an operator or sensor.



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