RNHTTR commented on PR #39373: URL: https://github.com/apache/airflow/pull/39373#issuecomment-2091831945
Won't there need to be an update to the operators too, since they currently just call the sync `cancel_run` method? ([DatabricksSubmitRunOperator](https://github.com/apache/airflow/blob/main/airflow/providers/databricks/operators/databricks.py#L577) | [DatabricksRunNowOperator](https://github.com/apache/airflow/blob/main/airflow/providers/databricks/operators/databricks.py#L875))? I think either that or the hook.cancel_run can accept a `deferrable` parameter which can be used to call `a_cancel_run`. -- 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]
