phanikumv commented on code in PR #32689:
URL: https://github.com/apache/airflow/pull/32689#discussion_r1267908029


##########
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:
   we don't have different operators for deferrable and sync versions as well 
which is not what we followed till now



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