cancel
Showing results for 
Search instead for 
Did you mean: 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results for 
Search instead for 
Did you mean: 

setting defaultValue for runtime_engine policy

Ahasan_Ulla
New Contributor

Hi,
I want to set runtime_engine default value to STANDARD but a user can also select PHOTON if they want. Something like below. Can anyone please verify if that works?

"runtime_engine": {
"type": "allowlist",
"values": [
"STANDARD",
"PHOTON"
],
"defaultValue": "STANDARD",
"description": "Photon is allowed, but the default will be determined by Databricks UI (likely STANDARD)."
}

0 REPLIES 0

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now