eladkal commented on code in PR #71667: URL: https://github.com/apache/airflow/pull/71667#discussion_r3791416356
########## providers/databricks/docs/operators/run_now.rst: ########## @@ -146,4 +146,8 @@ DatabricksRunNowDeferrableOperator Deferrable version of the :class:`~airflow.providers.databricks.operators.DatabricksRunNowOperator` operator. +.. note:: + When using Airflow 3, deferrable execution requires Airflow 3.1.0 or later. Airflow 3.0.x + cannot fetch the Databricks connection from the Triggerer during asynchronous polling. Review Comment: Reading https://github.com/apache/airflow/issues/71525 I am not sure if this is a doc issue. Shouldn't we check on runtime the airflow version and if it is 3.0 then alert users / fallback to the supported functionality? cc @moomindani -- 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]
