- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2022 06:16 AM
Hi, is it possible to add custom tags from init script during cluster initialization ? We would like to automatically add custom tags whenever someone creates a new cluster in databricks.
- Labels:
-
CustomClusterTag
-
Databricks dbfs
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2022 07:39 AM
Cluster policy permissions limit which policies a user can select in the Policy drop-down when the user creates a cluster:
- A user who has cluster create permission can select the Unrestricted policy and create fully-configurable clusters.
- A user who has both cluster create permission and access to cluster policies can select the Unrestricted policy and policies they have access to.
- A user that has access to only cluster policies, can select the policies they have access to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2022 07:15 AM
Hi @Md Tahseen Anam I don't think there is a possibility to use an init script for cust tags. But the easiest way is to use cluster policies. You can mention a list of custom tags in the policy so that you can simply add the policy to the cluster while creating. Other than the tags, you can set the DBR version, spark configs, etc using the cluster policy.
https://docs.databricks.com/administration-guide/clusters/policies.html#unlimited-policy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2022 07:22 AM
Thanks for your reply. I think cluster policy can be a way to do that if I can force user to select that policy by auto-selecting the policy for them whenever they try to create a new cluster and disabling users from selecting any other policy. Can I do that ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2022 07:39 AM
Cluster policy permissions limit which policies a user can select in the Policy drop-down when the user creates a cluster:
- A user who has cluster create permission can select the Unrestricted policy and create fully-configurable clusters.
- A user who has both cluster create permission and access to cluster policies can select the Unrestricted policy and policies they have access to.
- A user that has access to only cluster policies, can select the policies they have access to.

