This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new abb2a979b71 Fix typo in `monitor_databricks_job` (#63651)
abb2a979b71 is described below

commit abb2a979b7183bb28fd9712450bfe115820dd804
Author: Kumar Gautam <[email protected]>
AuthorDate: Sun Mar 22 12:09:38 2026 +0530

    Fix typo in `monitor_databricks_job` (#63651)
    
    Co-authored-by: Jarek Potiuk <[email protected]>
---
 .../databricks/src/airflow/providers/databricks/operators/databricks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/providers/databricks/src/airflow/providers/databricks/operators/databricks.py 
b/providers/databricks/src/airflow/providers/databricks/operators/databricks.py
index e99750ee72e..826d79c4bde 100644
--- 
a/providers/databricks/src/airflow/providers/databricks/operators/databricks.py
+++ 
b/providers/databricks/src/airflow/providers/databricks/operators/databricks.py
@@ -1425,7 +1425,7 @@ class DatabricksTaskBaseOperator(BaseOperator, ABC):
         self.log.info("Check the task run in Databricks: %s", run_page_url)
         run_state = RunState(**run["state"])
         self.log.info(
-            "Current state of the the databricks task %s is %s",
+            "Current state of the databricks task %s is %s",
             self.databricks_task_key,
             run_state.life_cycle_state,
         )

Reply via email to