Data Engineering Integration 
			
			- Data Engineering Integration 10.5.1
- All Products
 
           
      	
            
	
      | Property 
				 | Description 
				 | 
|---|---|
| Cluster Name 
				 | Name of the cluster to create. 
				 | 
| Databricks Runtime Version 
				 | The Databricks version to run on the cluster. 
				   Default is the latest supported version. 
				   To manually enter a version, select 
					  (Assign to Task Input). The Developer tool creates a Create Cluster Task Input called Databricks Runtime Version. Set the value of the input to the Databricks version tag string. For example, set the value to 
					  5.5.x-scala2.11to use Databricks version 5.5. | 
| Python Version 
				 | The Python version to run if you include a Python transformation. 
				   Default is the latest supported version. 
				   | 
| Warm Pool 
				 | Check this option to enable creation of the Databricks cluster using a warm pool. 
				   
				   Default is unchecked (false). 
				   | 
| Pool ID 
				 | Value of the DatabricksInstancePoolId property that identifies the warm pool resource. 
				   To retrieve the value of this property, go to the warm pool in the Databricks workspace and browse to 
					 . 
				   Required when the Warm Pool option is checked. 
				   | 
| Driver Type 
				 | The type of node that you want to use for the driver node. 
				   Default is the worker type ID. 
				   | 
| Worker Type 
				 | The type of node that you want to use for the worker node. 
				   | 
| Workers 
				 | The number of worker nodes to create for the cluster. If you configure the cluster to scale automatically, this property is ignored. 
				   Default is 1. 
				   | 
| Autoscale 
				 | Automatically scales the number of worker nodes based on workload. 
				 | 
| Min Workers 
				 | The minimum number of worker nodes to use when the cluster is configured to scale automatically. 
				   Default is 0. 
				   | 
| Max Workers 
				 | The maximum number of worker nodes to use when the cluster is configured to scale automatically. 
				   Default is 1. 
				   |