- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2025 07:08 AM
Hello,
I recently learned about the DatabricksWorkflowTaskGroup operator for Airflow that allows one to run multiple Notebook tasks on a shared job compute cluster from Airflow.
Is a similar feature possible to run multiple non-Notebook tasks from Airflow on a shared job cluster? That would be of great use to us.
Thanks!
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2025 12:29 PM
Hi @Nik_Vanderhoof,
Yes, it is possible using DatabricksWorkflowTaskGroup.
You can include the DatabricksTaskOperator
for non-notebook tasks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2025 12:29 PM
Hi @Nik_Vanderhoof,
Yes, it is possible using DatabricksWorkflowTaskGroup.
You can include the DatabricksTaskOperator
for non-notebook tasks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Thank you!

