<?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 Disable ability to choose PHOTON in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/disable-ability-to-choose-photon/m-p/112922#M3144</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;as an administrator, I want to restrict developers from choosing 'photon' option in job clusters. I see this in the job definition when they choose it -&lt;/P&gt;&lt;P&gt;"runtime_engine": "PHOTON"&lt;/P&gt;&lt;P&gt;How can I pass this as input in the policy and restrict developers from using photon...&lt;/P&gt;&lt;P&gt;Thank you for the guidance..&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Noor.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Mar 2025 13:12:08 GMT</pubDate>
    <dc:creator>noorbasha534</dc:creator>
    <dc:date>2025-03-18T13:12:08Z</dc:date>
    <item>
      <title>Disable ability to choose PHOTON</title>
      <link>https://community.databricks.com/t5/administration-architecture/disable-ability-to-choose-photon/m-p/112922#M3144</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;as an administrator, I want to restrict developers from choosing 'photon' option in job clusters. I see this in the job definition when they choose it -&lt;/P&gt;&lt;P&gt;"runtime_engine": "PHOTON"&lt;/P&gt;&lt;P&gt;How can I pass this as input in the policy and restrict developers from using photon...&lt;/P&gt;&lt;P&gt;Thank you for the guidance..&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Noor.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 13:12:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/disable-ability-to-choose-photon/m-p/112922#M3144</guid>
      <dc:creator>noorbasha534</dc:creator>
      <dc:date>2025-03-18T13:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Disable ability to choose PHOTON</title>
      <link>https://community.databricks.com/t5/administration-architecture/disable-ability-to-choose-photon/m-p/112929#M3145</link>
      <description>&lt;P class=""&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/124839"&gt;@noorbasha534&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P class=""&gt;To restrict developers from selecting &lt;SPAN class=""&gt;Photon&lt;/SPAN&gt; in job clusters, you need to define a &lt;SPAN class=""&gt;cluster policy&lt;/SPAN&gt; that enforces constraints on the &lt;SPAN class=""&gt;"runtime_engine"&lt;/SPAN&gt; field.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "runtime_engine": {
    "type": "fixed",
    "value": "STANDARD",
    "hidden": true
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;•The &lt;SPAN class=""&gt;"type": "&lt;STRONG&gt;fixed&lt;/STRONG&gt;"&lt;/SPAN&gt; ensures that users cannot modify this value.&lt;BR /&gt;&lt;SPAN class=""&gt;• The &lt;/SPAN&gt;&lt;SPAN class=""&gt;"value": "&lt;STRONG&gt;STANDARD&lt;/STRONG&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt; forces clusters to &lt;/SPAN&gt;only use the Standard runtime&lt;SPAN class=""&gt;, effectively &lt;/SPAN&gt;blocking Photon&lt;SPAN class=""&gt;.&lt;BR /&gt;&lt;/SPAN&gt;•The &lt;SPAN class=""&gt;"&lt;STRONG&gt;hidden&lt;/STRONG&gt;": true&lt;/SPAN&gt; prevents developers from even seeing this option in the UI.&lt;BR /&gt;&lt;BR /&gt;“I created a new policy called ‘test’ to verify the restrictions, and as you can see, the option doesn’t appear in the menu! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; “ (Without hidden It will appear but you cant select it)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura de pantalla 2025-03-18 a las 14.46.36.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/15485i0812B99A79330F58/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Captura de pantalla 2025-03-18 a las 14.46.36.png" alt="Captura de pantalla 2025-03-18 a las 14.46.36.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Isi&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 13:53:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/disable-ability-to-choose-photon/m-p/112929#M3145</guid>
      <dc:creator>Isi</dc:creator>
      <dc:date>2025-03-18T13:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disable ability to choose PHOTON</title>
      <link>https://community.databricks.com/t5/administration-architecture/disable-ability-to-choose-photon/m-p/112933#M3147</link>
      <description>&lt;P&gt;ah nice...i will try on my side. thanks much.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 14:02:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/disable-ability-to-choose-photon/m-p/112933#M3147</guid>
      <dc:creator>noorbasha534</dc:creator>
      <dc:date>2025-03-18T14:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Disable ability to choose PHOTON</title>
      <link>https://community.databricks.com/t5/administration-architecture/disable-ability-to-choose-photon/m-p/115320#M3242</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/124839"&gt;@noorbasha534&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did it work?&amp;nbsp; Consider mark my answer as solution to future users&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="lia-unicode-emoji"&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Isi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Apr 2025 09:56:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/disable-ability-to-choose-photon/m-p/115320#M3242</guid>
      <dc:creator>Isi</dc:creator>
      <dc:date>2025-04-12T09:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Disable ability to choose PHOTON</title>
      <link>https://community.databricks.com/t5/administration-architecture/disable-ability-to-choose-photon/m-p/115446#M3251</link>
      <description>&lt;P&gt;You also need to make sure the policy permissions are set up properly. You can/should fix preexisting compute affected by the policy with the wizard in the policy edit screen.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 00:53:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/disable-ability-to-choose-photon/m-p/115446#M3251</guid>
      <dc:creator>mnorland</dc:creator>
      <dc:date>2025-04-15T00:53:13Z</dc:date>
    </item>
  </channel>
</rss>

