cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Enabling of Task Orchestration feature in Jobs via API as well Databricks supports the ability to orchestrate multiple tasks within a job. You must en...

Mohit_m
Valued Contributor II

Enabling of Task Orchestration feature in Jobs via API as well

Databricks supports the ability to orchestrate multiple tasks within a job. You must enable this feature in the admin console. Once enabled, this feature cannot be disabled. To enable orchestration of multiple tasks:

Go to the admin console.

Click the Workspace Settings tab.

In the Jobs section, click the Task orchestration in Jobs toggle.

Click Confirm.

In addition to this, this feature can also be enabled via the API

You can use PATCH call to https://<databricks-instance>/api/2.0/workspace-conf with a payload of

{

"enableJawsMultitasking": "true"

}

2 REPLIES 2

Prabakar
Esteemed Contributor III

@Mohit Miglani​ this will be really helpful for those who prefer CLI / API more than the UI.

Kaniz_Fatma
Community Manager
Community Manager

Thank you @Mohit Miglani​  for this amazing post.

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group