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 91b60788ca5 Cleanup databricks docs for `DatabricksWorkflowTaskGroup`
(#65135)
91b60788ca5 is described below
commit 91b60788ca5b0e04f7b7aefe3cf43d00c8d084b6
Author: Elad Kalif <[email protected]>
AuthorDate: Mon Apr 13 18:31:08 2026 +0300
Cleanup databricks docs for `DatabricksWorkflowTaskGroup` (#65135)
---
providers/databricks/docs/operators/workflow.rst | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/providers/databricks/docs/operators/workflow.rst
b/providers/databricks/docs/operators/workflow.rst
index 16a5b769ec8..42cb0b20f96 100644
--- a/providers/databricks/docs/operators/workflow.rst
+++ b/providers/databricks/docs/operators/workflow.rst
@@ -22,8 +22,7 @@ DatabricksWorkflowTaskGroup
===========================
Use the
:class:`~airflow.providers.databricks.operators.databricks_workflow.DatabricksWorkflowTaskGroup`
to launch and monitor
-Databricks notebook job runs as Airflow tasks. The task group launches a
`Databricks Workflow <https://docs.databricks.com/en/workflows/index.html/>`_
and runs the notebook jobs from within it, resulting in a `75% cost reduction
<https://www.databricks.com/product/pricing>`_ ($0.40/DBU for all-purpose
compute, $0.07/DBU for Jobs compute) when compared to executing
``DatabricksNotebookOperator`` outside of ``DatabricksWorkflowTaskGroup``.
-
+Databricks notebook job runs as Airflow tasks. The task group launches a
`Databricks Workflow <https://docs.databricks.com/en/workflows/index.html/>`_
and runs the notebook jobs from within it.
There are a few advantages to defining your Databricks Workflows in Airflow: