<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Job cluster has no permission to create folder in Unity Catalog Volume in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/job-cluster-has-no-permission-to-create-folder-in-unity-catalog/m-p/125712#M47517</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/148281"&gt;@Johannes_E&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I think the problem could be related to how you've configured data_security_mode in your cluster definition. Try to use&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;"DATA_SECURITY_MODE_DEDICATED".&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jul 2025 11:58:29 GMT</pubDate>
    <dc:creator>szymon_dybczak</dc:creator>
    <dc:date>2025-07-18T11:58:29Z</dc:date>
    <item>
      <title>Job cluster has no permission to create folder in Unity Catalog Volume</title>
      <link>https://community.databricks.com/t5/data-engineering/job-cluster-has-no-permission-to-create-folder-in-unity-catalog/m-p/125690#M47514</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I want to run a job that collects some csv files from a SFTP server and saves them on my Unity Catalog Volume. While my personal cluster defined like the following has access to create folders on the volume my job cluster doesn't.&lt;/P&gt;&lt;P&gt;Definition of my own cluster:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Johannes_E_0-1752829739526.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/18290i9682755B263C1FB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Johannes_E_0-1752829739526.png" alt="Johannes_E_0-1752829739526.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Definition of my job cluster:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;      job_clusters:
        - job_cluster_key: my_job_cluster
          new_cluster:
            cluster_name: ""
            spark_version: 16.2.x-scala2.12
            azure_attributes:
              first_on_demand: 1
              availability: SPOT_WITH_FALLBACK_AZURE
              spot_bid_max_price: 100
            node_type_id: Standard_DS3_v2
            enable_elastic_disk: true
            data_security_mode: NONE
            runtime_engine: STANDARD
            autoscale:
              min_workers: 1
              max_workers: 2&lt;/LI-CODE&gt;&lt;P&gt;First I ran the job with a Service Principal ("run as"). After changing "run as" to my own user the job cluster still could not create a folder on the volume.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding the volume I've granted the following permissions:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Johannes_E_1-1752829991980.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/18291i863B927A8B37181D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Johannes_E_1-1752829991980.png" alt="Johannes_E_1-1752829991980.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So how can I grant the job cluster the permission to create folders on the volume? Unfortunately, there is no way to set cluster permissions&amp;nbsp;or something similar in Databricks Asset Bundles as far as I could find out.&lt;/P&gt;&lt;P&gt;Thank you for every answer! I appreciate it.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 09:16:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/job-cluster-has-no-permission-to-create-folder-in-unity-catalog/m-p/125690#M47514</guid>
      <dc:creator>Johannes_E</dc:creator>
      <dc:date>2025-07-18T09:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Job cluster has no permission to create folder in Unity Catalog Volume</title>
      <link>https://community.databricks.com/t5/data-engineering/job-cluster-has-no-permission-to-create-folder-in-unity-catalog/m-p/125712#M47517</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/148281"&gt;@Johannes_E&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I think the problem could be related to how you've configured data_security_mode in your cluster definition. Try to use&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;"DATA_SECURITY_MODE_DEDICATED".&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 11:58:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/job-cluster-has-no-permission-to-create-folder-in-unity-catalog/m-p/125712#M47517</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-07-18T11:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Job cluster has no permission to create folder in Unity Catalog Volume</title>
      <link>https://community.databricks.com/t5/data-engineering/job-cluster-has-no-permission-to-create-folder-in-unity-catalog/m-p/126098#M47628</link>
      <description>&lt;P&gt;Thank you, that helped &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; although I had to use "SINGLE_USER" instead of "DATA_SECURITY_MODE_DEDICATED". According to the docs (&lt;A href="https://docs.databricks.com/api/workspace/clusters/create" target="_blank"&gt;https://docs.databricks.com/api/workspace/clusters/create&lt;/A&gt;)&amp;nbsp;"SINGLE_USER" is an alias for&amp;nbsp;"DATA_SECURITY_MODE_DEDICATED".&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 05:46:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/job-cluster-has-no-permission-to-create-folder-in-unity-catalog/m-p/126098#M47628</guid>
      <dc:creator>Johannes_E</dc:creator>
      <dc:date>2025-07-23T05:46:49Z</dc:date>
    </item>
  </channel>
</rss>

