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
Esteemed Contributor III

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

Kaniz
Community Manager
Community Manager

Thank you @Mohit Miglaniโ€‹  for this amazing post.

Join 100K+ Data Experts: Register Now & Grow with Us!

Excited to expand your horizons with us? Click here to Register and begin your journey to success!

Already a member? Login and join your local regional user group! If there isn’t one near you, fill out this form and we’ll create one for you to join!