Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Update Databricks workflows in Airflow features comparison against Da…
Browse files Browse the repository at this point in the history
…tabricks UI features (#81)

It appears that Databricks UI now supports retrying/repairing a single task from the UI.

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.

closes: astronomer/issues-airflow#773
  • Loading branch information
pankajkoti authored May 31, 2024
1 parent 3e1ca03 commit 8b27e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ There are a few advantages to defining your Databricks Workflows in Airflow:
| Authoring interface | _Web-based via Databricks UI_ | _Code via Airflow DAG_ |
| 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 | ||
Expand Down

0 comments on commit 8b27e03

Please sign in to comment.