11-20-2025 03:00 AM
Hello
I have jobs that perform a number of activities.
Sometimes I want to disable one or more of these activities.
I can do that easily in an app like ADF.
Reading around I cannot find an easy way to do this although, what I've read suggest that it was a 'soon to be expected' feature as far back as 2023, but maybe I've missed something
How do I do this is Databricks as I would have thought this is a fairly basic requirement.
Thanks
11-20-2025 07:03 AM - edited 11-20-2025 07:04 AM
Hello @dpc!
There isn’t a built-in toggle to disable a task at the moment. For one-off runs, you can try the following options:
For any updates on feature availability or timelines, please share this as feedback here or check with your Databricks account team.
11-20-2025 04:25 AM
No such Toggle to disable/enable task.
If you use DAB, its easy to comment out the task and redploy.
11-20-2025 05:45 AM
Thanks @Raman_Unifeye
Do you know if there are any plans to add this feature?
11-20-2025 07:03 AM - edited 11-20-2025 07:04 AM
Hello @dpc!
There isn’t a built-in toggle to disable a task at the moment. For one-off runs, you can try the following options:
For any updates on feature availability or timelines, please share this as feedback here or check with your Databricks account team.
11-21-2025 01:02 AM
I'd go with @Advika suggestion to use different params to configure your tasks to be optionally executed based on those parameters. You can include IF/ELSE tasks for easily implement that.
Other options, valid but not very cool are 1) Cloning jobs and delete tasks 2) Deploy from DAB but previously removing tasks 3) Edit jobs in YAML directly in Databricks UI and comment or remove tasks
11-21-2025 01:11 AM
None of the options are as straightforward as the UI one.
Using UI: Use Run now with different settings and select only the tasks you’d like to run.
Yet again, I personally use DAB one as it is convenient to me.
11-21-2025 02:13 AM
Thanks. I like the UI option. It's not a permanent disable but it will be good enough
19 hours ago
Hi folks, this is Gabor from Databricks here!
We've recently launched Disabled tasks which lets you disable an task indefinitely so that it won't run the next time the job runs on a schedule. Simply specify "disabled": true in the job's configuration or click the "Disable" action in the UI and it should work as expected.
Hope this helps!