Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hck 7915 add runtime 15 to the list of available versions and make it the default #229

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"Runtime 11",
"Runtime 12",
"Runtime 13",
"Runtime 14"
"Runtime 14",
"Runtime 15"
]
},
"features": {
Expand Down
2 changes: 1 addition & 1 deletion properties_pane/defaultData.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"model": {
"modelName": "New model",
"dbVersion": "Runtime 14",
"dbVersion": "Runtime 15",
"dbVendor": "Delta Lake"
},
"container": {
Expand Down
3 changes: 2 additions & 1 deletion properties_pane/model_level/modelLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ making sure that you maintain a proper JSON format.
"Runtime 11",
"Runtime 12",
"Runtime 13",
"Runtime 14"
"Runtime 14",
"Runtime 15"
]
},
{
Expand Down