This is an automated email from the ASF dual-hosted git repository.
pankajkoti 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 5aa43e2a03 Update Databricks feature checklist comparison (#39965)
5aa43e2a03 is described below
commit 5aa43e2a03684570374b80516f1ddfc3d1742daf
Author: Pankaj Koti <[email protected]>
AuthorDate: Fri May 31 12:36:37 2024 +0530
Update Databricks feature checklist comparison (#39965)
It appears that Databricks UI now supports retrying/repairing
a single task from the UI. I did verify this by trying to repair
a single task from the UI, it works well.
Additionally, they also have rolled out now source control for
workflows.
https://docs.databricks.com/en/workflows/jobs/how-to/use-repos.html
This PR updates our documentation to update the same.
---
docs/apache-airflow-providers-databricks/operators/workflow.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/apache-airflow-providers-databricks/operators/workflow.rst
b/docs/apache-airflow-providers-databricks/operators/workflow.rst
index f58514dd51..6da38add66 100644
--- a/docs/apache-airflow-providers-databricks/operators/workflow.rst
+++ b/docs/apache-airflow-providers-databricks/operators/workflow.rst
@@ -32,9 +32,9 @@ Authoring interface via Databricks
(Web-based with Databric
=======================================
============================================= =================================
Workflow compute pricing ✅
✅
Notebook code in source control ✅
✅
-Workflow structure in source control
✅
+Workflow structure in source control ✅
✅
Retry from beginning ✅
✅
-Retry single task
✅
+Retry single task ✅
✅
Task groups within Workflows
✅
Trigger workflows from other DAGs
✅
Workflow-level parameters
✅