Lee-W commented on code in PR #32689:
URL: https://github.com/apache/airflow/pull/32689#discussion_r1267912615


##########
airflow/providers/databricks/operators/databricks.py:
##########
@@ -671,6 +671,9 @@ def execute(self, context: Context):
         else:
             _handle_databricks_operator_execution(self, hook, self.log, 
context)
 
+    def execute_complete(self, context: dict | None, event: dict):
+        _handle_deferrable_databricks_operator_completion(event, self.log)

Review Comment:
   Yes, but other operators (e.g., 
[BatchOperator](https://github.com/apache/airflow/blob/main/airflow/providers/amazon/aws/operators/batch.py#L239))
 with both modes doesn't seem to apply this pattern either



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