setting defaultValue for runtime_engine policy
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 02:38 AM
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

