cancel
Showing results for 
Search instead for 
Did you mean: 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 

Can we restrict the clusters a job can attach to?

Anonymous
Not applicable
 
1 ACCEPTED SOLUTION

Accepted Solutions

Ryan_Chynoweth
Esteemed Contributor

I do not believe this is possible right now. The only way to do this would be with cluster policies and cluster policies does not support this functionality. Check out cluster policy documentation here.

View solution in original post

2 REPLIES 2

Mooune_DBU
Valued Contributor

Cluster access restrictions are more on a user/group-based level. Meaning that as the creator of the job, you'll be able to select the default cluster to run on based no the cluster that are visible to you. If another user wants to manually run the job, he'll be able to select a cluster which only he has access to.

More info on cluster access policies here: https://docs.databricks.com/administration-guide/clusters/policies.html

Ryan_Chynoweth
Esteemed Contributor

I do not believe this is possible right now. The only way to do this would be with cluster policies and cluster policies does not support this functionality. Check out cluster policy documentation here.