- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ02-05-2025 05:20 AM
How can I run a single task in a job that has many tasks?
I can do it in the UI, but I canโt find a way to do it using the REST API. Does anyone know how to accomplish this?
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ02-05-2025 06:30 AM
Hi @200842 , Greetings!
It is currently not possible to run a single task or a group of tasks from a job without running the entire job from the API.
Leave a like if this helps, followups are appreciated.
Kudos,
Ayushi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ02-05-2025 06:30 AM
Hi @200842 , Greetings!
It is currently not possible to run a single task or a group of tasks from a job without running the entire job from the API.
Leave a like if this helps, followups are appreciated.
Kudos,
Ayushi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
It looks like this may be a possibility now? I haven't actually tried it, but I noticed a parameter named "only" has been added to the Databricks SDK for when running a job.
Here is the commit that made the change: [Release] Release v0.38.0 (#826) ยท databricks/databricks-sdk-py@d516d1e
And here is the line on the main branch as of right now: databricks-sdk-py/databricks/sdk/service/jobs.py at f2472bf98160bd4556efbb575b68c5375b2e902e ยท datab...
The Databricks API docs doesn't display this parameter, but it seems this is a feature that is either coming or already works. It may be worth trying out.

