<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to disable task in databricks job workflow in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/how-to-disable-task-in-databricks-job-workflow/m-p/38219#M8515</link>
    <description>&lt;P&gt;Hi Siebert,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for reply on my post.&amp;nbsp; &amp;nbsp; your understanding is correct.&amp;nbsp; this way is skipping the task to run further.. but this doesn't stop the cluster to spawn which i have assigned for the task.&lt;/P&gt;&lt;P&gt;Actually i want to attach different run schedule to individual task but currently schedule is at job level.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ex:&amp;nbsp; in my workflow, there are ML training tasks and prediction tasks.&amp;nbsp; i dont want to run training tasks daily.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 23 Jul 2023 05:57:18 GMT</pubDate>
    <dc:creator>shubbansal27</dc:creator>
    <dc:date>2023-07-23T05:57:18Z</dc:date>
    <item>
      <title>How to disable task in databricks job workflow</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-disable-task-in-databricks-job-workflow/m-p/37692#M8510</link>
      <description>&lt;P&gt;I don't see any option to disable the task. I have created one workflow which contains multiple tasks.&lt;/P&gt;&lt;P&gt;sometime i need to disable some task for my experiment.&amp;nbsp; but there is no straightforward way for this.&amp;nbsp; I feel "disable" button is must have option for task settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;currently i am using one workaround but this is not the good way. please suggest the fix&amp;nbsp;&lt;/P&gt;&lt;P&gt;whenever i need to disable the task. i just add "dbutils.notebook.exit" function call in the top of task notebook to skip the further execution.&amp;nbsp; but this doesn't prevents the cluster to spawn. this is wastage of resource and also adds delay in workflow.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jul 2023 06:19:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-disable-task-in-databricks-job-workflow/m-p/37692#M8510</guid>
      <dc:creator>shubbansal27</dc:creator>
      <dc:date>2023-07-16T06:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable task in databricks job workflow</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-disable-task-in-databricks-job-workflow/m-p/37971#M8511</link>
      <description>&lt;P&gt;Hi, shubbansal27:&lt;/P&gt;&lt;P&gt;Thanks for contacting Databricks Support!&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;At the moment, this can only be achieved using the if/else (conditional) task type. For this, you would need to establish a variable to denote whether you want a task to be paused and the task type to implement the verification before running the task. The promising news is that our engineering team is actively exploring ways to simplify this process. You can anticipate a more user-friendly feature to be introduced in the near future.&lt;BR /&gt;&lt;BR /&gt;Monica&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 17:02:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-disable-task-in-databricks-job-workflow/m-p/37971#M8511</guid>
      <dc:creator>User16539034020</dc:creator>
      <dc:date>2023-07-19T17:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable task in databricks job workflow</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-disable-task-in-databricks-job-workflow/m-p/37972#M8512</link>
      <description>&lt;P&gt;Hi, shubbansal27:&lt;BR /&gt;Thanks for contacting Databricks Support!&lt;/P&gt;&lt;P&gt;At the moment, this can only be achieved using the if/else (conditional) task type. For this, you would need to establish a variable to denote whether you want a task to be paused and the task type to implement the verification before running the task. The promising news is that our engineering team is actively exploring ways to simplify this process. You can anticipate a more user-friendly feature to be introduced in the near future.&lt;BR /&gt;&lt;BR /&gt;Monica Cao&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 17:14:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-disable-task-in-databricks-job-workflow/m-p/37972#M8512</guid>
      <dc:creator>User16539034020</dc:creator>
      <dc:date>2023-07-19T17:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable task in databricks job workflow</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-disable-task-in-databricks-job-workflow/m-p/38195#M8513</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Thanks for your question. Right now there is no way of doing this within the workflow.&lt;/P&gt;&lt;P&gt;So the way we are doing this now, is passing through a task value in the workflow and checking the task value at the beginning of the notebook and use the dbutils.notebook.exit to&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jul 2023 09:21:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-disable-task-in-databricks-job-workflow/m-p/38195#M8513</guid>
      <dc:creator>Siebert_Looije</dc:creator>
      <dc:date>2023-07-22T09:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable task in databricks job workflow</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-disable-task-in-databricks-job-workflow/m-p/38206#M8514</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/84848"&gt;@shubbansal27&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We haven't heard from you since the last response from &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/48679"&gt;@Siebert_Looije&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;, and I was checking back to see if her suggestions helped you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Or else, If you have any solution, please share it with the community, as it can be helpful to others.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also, Please don't forget to click on the "Select As Best" button whenever the information provided helps resolve your question.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jul 2023 04:05:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-disable-task-in-databricks-job-workflow/m-p/38206#M8514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-23T04:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable task in databricks job workflow</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-disable-task-in-databricks-job-workflow/m-p/38219#M8515</link>
      <description>&lt;P&gt;Hi Siebert,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for reply on my post.&amp;nbsp; &amp;nbsp; your understanding is correct.&amp;nbsp; this way is skipping the task to run further.. but this doesn't stop the cluster to spawn which i have assigned for the task.&lt;/P&gt;&lt;P&gt;Actually i want to attach different run schedule to individual task but currently schedule is at job level.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ex:&amp;nbsp; in my workflow, there are ML training tasks and prediction tasks.&amp;nbsp; i dont want to run training tasks daily.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jul 2023 05:57:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-disable-task-in-databricks-job-workflow/m-p/38219#M8515</guid>
      <dc:creator>shubbansal27</dc:creator>
      <dc:date>2023-07-23T05:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable task in databricks job workflow</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-disable-task-in-databricks-job-workflow/m-p/38220#M8516</link>
      <description>&lt;P&gt;Hi Vidula,&lt;/P&gt;&lt;P&gt;I am looking for solution for schedule option at task level.&amp;nbsp; or task disable option.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jul 2023 05:59:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-disable-task-in-databricks-job-workflow/m-p/38220#M8516</guid>
      <dc:creator>shubbansal27</dc:creator>
      <dc:date>2023-07-23T05:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable task in databricks job workflow</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-disable-task-in-databricks-job-workflow/m-p/59575#M8517</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am also facing a similar issue where I want to disable tasks according to the environment where the job runs.For ex : if the environment is dev ,run only Task 1&amp;nbsp; else run Task 2 and Task3.&lt;/P&gt;&lt;P&gt;Could you please help me understand how that variable can be used to pause the task&amp;nbsp; ?Currently, I am not able to find any options that will disable the task.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 11:23:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-disable-task-in-databricks-job-workflow/m-p/59575#M8517</guid>
      <dc:creator>sruthisatish3</dc:creator>
      <dc:date>2024-02-07T11:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable task in databricks job workflow</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-disable-task-in-databricks-job-workflow/m-p/71108#M8518</link>
      <description>&lt;P&gt;Can you let us know when this "&lt;SPAN&gt;&amp;nbsp;more user-friendly feature" to disable a specific task in a workflow will be available?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 15:31:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-disable-task-in-databricks-job-workflow/m-p/71108#M8518</guid>
      <dc:creator>ksievers</dc:creator>
      <dc:date>2024-05-30T15:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable task in databricks job workflow</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-disable-task-in-databricks-job-workflow/m-p/93030#M8519</link>
      <description>&lt;P&gt;I know this post was a while ago, but I've hit this issue, and come up with using if/else conditions between the tasks with a Job parameter of "IsActiveTask2" with a True or False, and then I can have the Task2 dependant on the success of this conditional step being True. I hope that makes sense?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 07:54:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-disable-task-in-databricks-job-workflow/m-p/93030#M8519</guid>
      <dc:creator>VickiT</dc:creator>
      <dc:date>2024-10-08T07:54:20Z</dc:date>
    </item>
  </channel>
</rss>

